summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index bc5959f61aa9..0ceecd845256 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = rabs
pkgdesc = Generic imperative build system
pkgver = 1.2.0
- pkgrel = 1
+ pkgrel = 2
arch = x86_64
arch = i686
license = MIT
diff --git a/PKGBUILD b/PKGBUILD
index b37731a9d910..a8d61541bee2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@
# Maintainer: Your Name <youremail@domain.com>
pkgname=rabs
pkgver=1.2.0
-pkgrel=1
+pkgrel=2
epoch=
pkgdesc="Generic imperative build system"
arch=('x86_64' 'i686')
@@ -45,5 +45,5 @@ check() {
package() {
cd "$pkgname"
- make PREFIX="$pkgdir/" install
+ make PREFIX="$pkgdir/usr" install
}