summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD9
2 files changed, 3 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8723e2eb73e9..5bc62caea75e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -3,7 +3,7 @@
pkgbase = aurutils
pkgdesc = helper tools for the arch user repository
pkgver = 1.5.3
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/AladW/aurutils
arch = any
license = ISC
diff --git a/PKGBUILD b/PKGBUILD
index 7c330e983c24..77db8603c13e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -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