new release
This commit is contained in:
parent
026c738602
commit
920ce0059e
2 changed files with 10 additions and 10 deletions
8
.SRCINFO
8
.SRCINFO
|
@ -1,8 +1,8 @@
|
||||||
# Generated by mksrcinfo v8
|
# Generated by mksrcinfo v8
|
||||||
# Sun Mar 27 02:51:58 UTC 2016
|
# Sun Mar 27 23:23:59 UTC 2016
|
||||||
pkgbase = aurutils
|
pkgbase = aurutils
|
||||||
pkgdesc = helper tools for the aur
|
pkgdesc = helper tools for the aur
|
||||||
pkgver = 0.2.0
|
pkgver = 0.2.1
|
||||||
pkgrel = 1
|
pkgrel = 1
|
||||||
url = https://github.com/AladW/aurutils
|
url = https://github.com/AladW/aurutils
|
||||||
arch = any
|
arch = any
|
||||||
|
@ -18,8 +18,8 @@ pkgbase = aurutils
|
||||||
depends = aria2
|
depends = aria2
|
||||||
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.2.0.tar.gz
|
source = https://github.com/AladW/aurutils/archive/0.2.1.tar.gz
|
||||||
md5sums = 4d551a54a9544c379ac4aa66f2376157
|
md5sums = fa27ab006516438f6ce81499812f5f7d
|
||||||
|
|
||||||
pkgname = aurutils
|
pkgname = aurutils
|
||||||
|
|
||||||
|
|
12
PKGBUILD
12
PKGBUILD
|
@ -1,11 +1,12 @@
|
||||||
pkgname=aurutils
|
pkgname=aurutils
|
||||||
pkgver=0.2.0
|
pkgver=0.2.1
|
||||||
pkgrel=1
|
pkgrel=1
|
||||||
pkgdesc='helper tools for the aur'
|
pkgdesc='helper tools for the aur'
|
||||||
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=("https://github.com/AladW/aurutils/archive/$pkgver.tar.gz")
|
||||||
|
md5sums=('fa27ab006516438f6ce81499812f5f7d')
|
||||||
depends=('pacman>=5.0' 'git' 'repose-git' 'jshon' 'pacutils-git' 'expac' 'aria2')
|
depends=('pacman>=5.0' 'git' 'repose-git' 'jshon' 'pacutils-git' 'expac' 'aria2')
|
||||||
checkdepends=('shellcheck')
|
checkdepends=('shellcheck')
|
||||||
makedepends=('git')
|
makedepends=('git')
|
||||||
|
@ -13,12 +14,12 @@ optdepends=('devtools: aurbuild -c'
|
||||||
'vifm: improved build file interaction')
|
'vifm: improved build file interaction')
|
||||||
|
|
||||||
check() {
|
check() {
|
||||||
cd "$pkgname-$pkgver"
|
cd aurutils
|
||||||
shellcheck -e 2016,2174 -x ./aur* repofind
|
shellcheck -e 2016,2174 -x ./aur* repofind
|
||||||
}
|
}
|
||||||
|
|
||||||
package() {
|
package() {
|
||||||
cd "$pkgname-$pkgver"
|
cd aurutils
|
||||||
install -d "$pkgdir"/usr/{bin,share{/licenses,/doc}/aurutils}
|
install -d "$pkgdir"/usr/{bin,share{/licenses,/doc}/aurutils}
|
||||||
|
|
||||||
install -m755 ./aur* repofind "$pkgdir"/usr/bin/
|
install -m755 ./aur* repofind "$pkgdir"/usr/bin/
|
||||||
|
@ -26,4 +27,3 @@ package() {
|
||||||
install -m644 CREDITS doc/* "$pkgdir"/usr/share/doc/aurutils/
|
install -m644 CREDITS doc/* "$pkgdir"/usr/share/doc/aurutils/
|
||||||
}
|
}
|
||||||
|
|
||||||
md5sums=('4d551a54a9544c379ac4aa66f2376157')
|
|
||||||
|
|
Loading…
Reference in a new issue