summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authoribrokemypie2019-07-23 20:32:54 +1000
committeribrokemypie2019-07-23 20:32:54 +1000
commit8b5db6c152295d264603fabd6e64060ef51b4506 (patch)
treebd4c29ae5e23a9fc3b73bed8790a9f31b9f855f8 /PKGBUILD
parent04e471502a02681161386edaf1dd7b5eff2110b2 (diff)
downloadaur-mupen64plus-rsp-cxd4-git.tar.gz
update prefix
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
}