summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD6
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f6c83addb783..586cd2798b9b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = aurutils
pkgdesc = helper tools for the arch user repository
pkgver = 3.0.3
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/AladW/aurutils
changelog = aurutils.changelog
arch = any
diff --git a/PKGBUILD b/PKGBUILD
index 73ecafe9fc45..a6baa16f6cb8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Alad Wenter <https://github.com/AladW>
pkgname=aurutils
pkgver=3.0.3
-pkgrel=1
+pkgrel=2
pkgdesc='helper tools for the arch user repository'
url='https://github.com/AladW/aurutils'
arch=('any')
@@ -26,11 +26,11 @@ prepare() {
}
build() {
- cd aurutils
+ cd "$pkgname-$pkgver"
make
}
package() {
- cd aurutils
+ cd "$pkgname-$pkgver"
make DESTDIR="$pkgdir" install
}