summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authormirandir2016-01-07 16:37:25 +0100
committermirandir2016-01-07 16:37:25 +0100
commit42838ef003e7c3104c4bb4600b8488a4fe2ef184 (patch)
tree6656d3dd0b70a6f2e8eea3deccbe6a48fc1a006f
parenteb28d9f322bf746bd2cefe77840c606eef7fea21 (diff)
downloadaur-42838ef003e7c3104c4bb4600b8488a4fe2ef184.tar.gz
Updated PKGBUILD
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4e298b11c504..007a3e71b6c1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = jumpnbump
pkgdesc = You, as a bunny, have to jump on your opponents to make them explode. It's a true multiplayer game which can't be played alone. It has network support. This program is a Unix port of the old DOS game by brainchilddesign. SDL2 port.
pkgver = 1.60
- pkgrel = 3
+ pkgrel = 4
url = https://github.com/MCMic/jumpnbump
arch = i686
arch = x86_64
diff --git a/PKGBUILD b/PKGBUILD
index e274822f59d4..ae193f8015f8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
pkgname=jumpnbump
pkgver=1.60
-pkgrel=3
+pkgrel=4
pkgdesc="You, as a bunny, have to jump on your opponents to make them explode. It's a true multiplayer game which can't be played alone. It has network support. This program is a Unix port of the old DOS game by brainchilddesign. SDL2 port."
arch=('i686' 'x86_64')
url="https://github.com/MCMic/jumpnbump"
@@ -23,7 +23,7 @@ build() {
patch -p1 < ${srcdir}/$i
done
- make
+ make PREFIX=/usr
}
package() {