new release

This commit is contained in:
Alad Wenter 2016-03-28 01:24:02 +02:00
parent 026c738602
commit 920ce0059e
2 changed files with 10 additions and 10 deletions

View file

@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
# Sun Mar 27 02:51:58 UTC 2016
# Sun Mar 27 23:23:59 UTC 2016
pkgbase = aurutils
pkgdesc = helper tools for the aur
pkgver = 0.2.0
pkgver = 0.2.1
pkgrel = 1
url = https://github.com/AladW/aurutils
arch = any
@ -18,8 +18,8 @@ pkgbase = aurutils
depends = aria2
optdepends = devtools: aurbuild -c
optdepends = vifm: improved build file interaction
source = https://github.com/AladW/aurutils/archive/0.2.0.tar.gz
md5sums = 4d551a54a9544c379ac4aa66f2376157
source = https://github.com/AladW/aurutils/archive/0.2.1.tar.gz
md5sums = fa27ab006516438f6ce81499812f5f7d
pkgname = aurutils

View file

@ -1,11 +1,12 @@
pkgname=aurutils
pkgver=0.2.0
pkgver=0.2.1
pkgrel=1
pkgdesc='helper tools for the aur'
arch=('any')
url='https://github.com/AladW/aurutils'
url=https://github.com/AladW/aurutils
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')
checkdepends=('shellcheck')
makedepends=('git')
@ -13,12 +14,12 @@ optdepends=('devtools: aurbuild -c'
'vifm: improved build file interaction')
check() {
cd "$pkgname-$pkgver"
cd aurutils
shellcheck -e 2016,2174 -x ./aur* repofind
}
package() {
cd "$pkgname-$pkgver"
cd aurutils
install -d "$pkgdir"/usr/{bin,share{/licenses,/doc}/aurutils}
install -m755 ./aur* repofind "$pkgdir"/usr/bin/
@ -26,4 +27,3 @@ package() {
install -m644 CREDITS doc/* "$pkgdir"/usr/share/doc/aurutils/
}
md5sums=('4d551a54a9544c379ac4aa66f2376157')