Updated packages

This commit is contained in:
moparisthebest
2017-04-16 22:04:31 -04:00
parent 316c491a77
commit 94d9724335
15 changed files with 50 additions and 58 deletions

View File

@@ -1,7 +1,7 @@
pkgname=aurutils
pkgver=1.5.3
_commit=01cbab783489eefc1859287bd0cb898de40c8100
pkgrel=1
_commit=01cbab783489eefc1859287bd0cb898de40c8100 # 1.5.3
pkgrel=2
pkgdesc='helper tools for the arch user repository'
arch=('any')
url=https://github.com/AladW/aurutils
@@ -18,11 +18,6 @@ optdepends=('devtools: systemd-nspawn support'
source=("$pkgname-$pkgver::git+$url#commit=$_commit")
sha256sums=('SKIP')
check() {
cd "$pkgname-$pkgver"
make check
}
package() {
cd "$pkgname-$pkgver"
make DESTDIR="$pkgdir" PREFIX="/usr" install