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 d6cea93b7d66..6fa649a9daeb 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = opensurge
pkgdesc = Open Surge is a fun 2D retro platformer inspired by Sonic games, and a game creation system.
pkgver = 0.5.2
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/alemart/opensurge
arch = i686
arch = x86_64
diff --git a/PKGBUILD b/PKGBUILD
index c5a828544f16..f4beba56a1a2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=opensurge
pkgver=0.5.2
-pkgrel=1
+pkgrel=2
pkgdesc='Open Surge is a fun 2D retro platformer inspired by Sonic games, and a game creation system.'
arch=('i686' 'x86_64')
url="https://github.com/alemart/opensurge"
@@ -17,7 +17,7 @@ build() {
mkdir build && cd build
- cmake -DCMAKE_INSTALL_PREFIX=/usr/bin ..
+ cmake -DCMAKE_INSTALL_PREFIX=/usr -DGAME_BINDIR=/usr/bin ..
make
}