summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD5
1 files changed, 2 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 19a2ee988fc8..d086a160ee24 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=yamagi-quake2-xatrix
pkgver=2.05
-pkgrel=1
+pkgrel=2
arch=('i686' 'x86_64')
pkgdesc="Quake II - Mission Pack 1 ('The Reckoning') for yamagi-quake2"
url="http://www.yamagi.org/quake2/"
@@ -11,7 +11,6 @@ license=('GPL' 'custom')
depends=('sh' 'yamagi-quake2')
makedepends=('cmake')
install=$pkgname.install
-changelog=$pkgname.ChangeLog
source=("http://deponie.yamagi.org/quake2/${pkgname#*-}-$pkgver.tar.xz"
"$pkgname.sh"
"$pkgname.desktop")
@@ -32,7 +31,7 @@ build() {
package() {
# game library
- install -Dm644 build/Release/game.so "$pkgdir"/usr/share/yamagi-quake2/xatrix/game.so
+ install -Dm644 build/Release/game.so "$pkgdir"/usr/lib/yamagi-quake2/xatrix/game.so
cd ${pkgname#*-}-$pkgver