bump 0.9.1
This commit is contained in:
parent
c54942b24e
commit
5578e9f90d
2 changed files with 14 additions and 20 deletions
16
.SRCINFO
16
.SRCINFO
|
@ -1,26 +1,26 @@
|
||||||
# Generated by mksrcinfo v8
|
# Generated by mksrcinfo v8
|
||||||
# Wed May 4 15:09:24 UTC 2016
|
# Sun May 15 23:56:04 UTC 2016
|
||||||
pkgbase = aurutils
|
pkgbase = aurutils
|
||||||
pkgdesc = helper tools for the arch user repository
|
pkgdesc = helper tools for the arch user repository
|
||||||
pkgver = 0.8.5
|
pkgver = 0.9.1
|
||||||
pkgrel = 2
|
pkgrel = 1
|
||||||
url = https://github.com/AladW/aurutils
|
url = https://github.com/AladW/aurutils
|
||||||
arch = any
|
arch = any
|
||||||
license = ISC
|
license = ISC
|
||||||
checkdepends = shellcheck
|
checkdepends = shellcheck
|
||||||
makedepends = git
|
makedepends = git
|
||||||
depends = pacman>=5.0
|
depends = pacman>=5
|
||||||
|
depends = expac>=7
|
||||||
|
depends = aria2>=1.23
|
||||||
depends = git
|
depends = git
|
||||||
depends = jshon
|
depends = jshon
|
||||||
depends = expac
|
|
||||||
depends = aria2
|
|
||||||
depends = repose
|
depends = repose
|
||||||
depends = pacutils
|
depends = pacutils
|
||||||
depends = datamash
|
depends = datamash
|
||||||
optdepends = devtools: build in an nspawn container
|
optdepends = devtools: build in an nspawn container
|
||||||
optdepends = vifm: improved build file interaction
|
optdepends = vifm: improved build file interaction
|
||||||
source = https://github.com/AladW/aurutils/archive/0.8.5.tar.gz
|
source = https://github.com/AladW/aurutils/archive/0.9.1.tar.gz
|
||||||
md5sums = 65eca72eeefe1ee2db1c56ff844273ea
|
sha256sums = 9bde7b37c18c12159d048c722e0df602e79faa2fdc75a069bc0be7eadf898201
|
||||||
|
|
||||||
pkgname = aurutils
|
pkgname = aurutils
|
||||||
|
|
||||||
|
|
18
PKGBUILD
18
PKGBUILD
|
@ -1,13 +1,13 @@
|
||||||
pkgname=aurutils
|
pkgname=aurutils
|
||||||
pkgver=0.8.5
|
pkgver=0.9.1
|
||||||
pkgrel=2
|
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=("$url/archive/$pkgver.tar.gz")
|
source=("$url/archive/$pkgver.tar.gz")
|
||||||
md5sums=('65eca72eeefe1ee2db1c56ff844273ea')
|
sha256sums=('9bde7b37c18c12159d048c722e0df602e79faa2fdc75a069bc0be7eadf898201')
|
||||||
depends=('pacman>=5.0' 'git' 'jshon' 'expac' 'aria2'
|
depends=('pacman>=5' 'expac>=7' 'aria2>=1.23' 'git' 'jshon'
|
||||||
'repose' 'pacutils' 'datamash')
|
'repose' 'pacutils' 'datamash')
|
||||||
checkdepends=('shellcheck')
|
checkdepends=('shellcheck')
|
||||||
makedepends=('git')
|
makedepends=('git')
|
||||||
|
@ -16,16 +16,10 @@ optdepends=('devtools: build in an nspawn container'
|
||||||
|
|
||||||
check() {
|
check() {
|
||||||
cd "$pkgname-$pkgver"
|
cd "$pkgname-$pkgver"
|
||||||
LANG=C shellcheck -e 2016 -x bin/*
|
make check
|
||||||
}
|
}
|
||||||
|
|
||||||
package() {
|
package() {
|
||||||
cd "$pkgname-$pkgver"
|
cd "$pkgname-$pkgver"
|
||||||
install -d "$pkgdir"/usr/{bin,share{/zsh/site-functions,/man/man1,{/licenses,/doc}/aurutils}}
|
make DESTDIR="$pkgdir" PREFIX="/usr" install
|
||||||
|
|
||||||
install -m755 bin/* "$pkgdir"/usr/bin/
|
|
||||||
install -m644 completions/* "$pkgdir"/usr/share/zsh/site-functions/
|
|
||||||
install -m644 doc/* "$pkgdir"/usr/share/man/man1/
|
|
||||||
install -m644 LICENSE "$pkgdir"/usr/share/licenses/aurutils/
|
|
||||||
install -m644 CREDITS README "$pkgdir"/usr/share/doc/aurutils/
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue