bump 0.7.0
This commit is contained in:
parent
ac6da5c033
commit
c252e6e36c
2 changed files with 10 additions and 9 deletions
8
.SRCINFO
8
.SRCINFO
|
@ -1,8 +1,8 @@
|
||||||
# Generated by mksrcinfo v8
|
# Generated by mksrcinfo v8
|
||||||
# Sun Apr 17 12:22:14 UTC 2016
|
# Tue Apr 19 13:31:18 UTC 2016
|
||||||
pkgbase = aurutils
|
pkgbase = aurutils
|
||||||
pkgdesc = helper tools for the arch user repository
|
pkgdesc = helper tools for the arch user repository
|
||||||
pkgver = 0.6.3
|
pkgver = 0.7.0
|
||||||
pkgrel = 1
|
pkgrel = 1
|
||||||
url = https://github.com/AladW/aurutils
|
url = https://github.com/AladW/aurutils
|
||||||
arch = any
|
arch = any
|
||||||
|
@ -19,8 +19,8 @@ pkgbase = aurutils
|
||||||
depends = datamash
|
depends = datamash
|
||||||
optdepends = devtools: aurbuild -c
|
optdepends = devtools: aurbuild -c
|
||||||
optdepends = vifm: improved build file interaction
|
optdepends = vifm: improved build file interaction
|
||||||
source = https://github.com/AladW/aurutils/archive/0.6.3.tar.gz
|
source = https://github.com/AladW/aurutils/archive/0.7.0.tar.gz
|
||||||
md5sums = 90ae56d2739c8957901b062c4b84e6ed
|
md5sums = f24bbdce508e99a80d7608aabcb51122
|
||||||
|
|
||||||
pkgname = aurutils
|
pkgname = aurutils
|
||||||
|
|
||||||
|
|
11
PKGBUILD
11
PKGBUILD
|
@ -1,12 +1,12 @@
|
||||||
pkgname=aurutils
|
pkgname=aurutils
|
||||||
pkgver=0.6.3
|
pkgver=0.7.0
|
||||||
pkgrel=1
|
pkgrel=1
|
||||||
pkgdesc='helper tools for the arch user repository'
|
pkgdesc='helper tools for the arch user repository'
|
||||||
arch=('any')
|
arch=('any')
|
||||||
url=https://github.com/AladW/aurutils
|
url=https://github.com/AladW/aurutils
|
||||||
license=('ISC')
|
license=('ISC')
|
||||||
source=("https://github.com/AladW/aurutils/archive/$pkgver.tar.gz")
|
source=("https://github.com/AladW/aurutils/archive/$pkgver.tar.gz")
|
||||||
md5sums=('90ae56d2739c8957901b062c4b84e6ed')
|
md5sums=('f24bbdce508e99a80d7608aabcb51122')
|
||||||
depends=('pacman>=5.0' 'git' 'repose' 'jshon' 'pacutils' 'expac' 'aria2' 'datamash')
|
depends=('pacman>=5.0' 'git' 'repose' 'jshon' 'pacutils' 'expac' 'aria2' 'datamash')
|
||||||
checkdepends=('shellcheck')
|
checkdepends=('shellcheck')
|
||||||
makedepends=('git')
|
makedepends=('git')
|
||||||
|
@ -15,15 +15,16 @@ optdepends=('devtools: aurbuild -c'
|
||||||
|
|
||||||
check() {
|
check() {
|
||||||
cd "$pkgname-$pkgver"
|
cd "$pkgname-$pkgver"
|
||||||
shellcheck -e 2016 -x bin/*
|
LANG=C shellcheck -e 2016 -x bin/*
|
||||||
}
|
}
|
||||||
|
|
||||||
package() {
|
package() {
|
||||||
cd "$pkgname-$pkgver"
|
cd "$pkgname-$pkgver"
|
||||||
install -d "$pkgdir"/usr/{bin,share{/licenses,/doc}/aurutils}
|
install -d "$pkgdir"/usr/{bin,share{/man/man1,{/licenses,/doc}/aurutils}}
|
||||||
|
|
||||||
install -m755 bin/* "$pkgdir"/usr/bin/
|
install -m755 bin/* "$pkgdir"/usr/bin/
|
||||||
install -m644 LICENSE "$pkgdir"/usr/share/licenses/aurutils/
|
install -m644 LICENSE "$pkgdir"/usr/share/licenses/aurutils/
|
||||||
install -m644 README.org CREDITS doc/* "$pkgdir"/usr/share/doc/aurutils/
|
install -m644 CREDITS README "$pkgdir"/usr/share/doc/aurutils/
|
||||||
|
install -m644 doc/* "$pkgdir"/usr/share/man/man1/
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue