summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index f337a6c02418..403c9c6f95ac 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: ibrokemypie <ibrokemypie@bastardi.net>
pkgname=mupen64plus-rsp-cxd4-git
-pkgver=r985.0ceb539
+pkgver=2.5.9.r2.g1836a43
pkgrel=1
pkgdesc="Exemplary MSP communications simulator using a normalized VU."
arch=('i686' 'x86_64')
@@ -28,6 +28,6 @@ build() {
}
package() {
cd "$_name/projects/unix"
- make install DESTDIR="$pkgdir/" SSE=SSE3 PIC=1
+ make install DESTDIR="$pkgdir/" SSE=SSE3 PIC=1 PREFIX=/usr
install -Dm644 ../../COPYING "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
}