summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorqueueRAM2019-10-07 22:48:53 +0000
committerqueueRAM2019-10-07 22:48:53 +0000
commit35b59a27403acbea0b161370f7460afb1815749f (patch)
tree618f35d1abea82837b854e54698e283c30b3bc63 /PKGBUILD
parent279b0a25b656d8254a9418d1b607449ec3553635 (diff)
downloadaur-qemu-irix-git.tar.gz
Switch to n64decomp repo and remove reference to srcdir from build
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD11
1 files changed, 6 insertions, 5 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 0e3477e9658d..92a65e33b870 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,14 +3,14 @@
pkgname=qemu-irix-git
_gitname=qemu-irix
pkgdesc="QEMU with IRIX userland support"
-pkgver=v2.11.0.r2167.ga2ba448e6b
-pkgrel=2
+pkgver=v2.11.0.r2171.g939acda8af
+pkgrel=1
arch=('i686' 'x86_64' 'armv7h')
license=(GPL2 LGPL2.1)
-url="https://github.com/queueRAM/qemu-irix"
+url="https://github.com/n64decomp/qemu-irix"
depends=(glib2)
makedepends=(python git)
-source=(${_gitname}::git://github.com/queueRAM/qemu-irix.git)
+source=(${_gitname}::git://github.com/n64decomp/qemu-irix.git)
sha256sums=('SKIP')
pkgver() {
@@ -45,7 +45,8 @@ build() (
--target-list=irix-linux-user,irixn32-linux-user,irix64-linux-user \
--disable-capstone \
--disable-debug-info \
- --disable-werror
+ --disable-werror \
+ --extra-cflags="-fmacro-prefix-map=${srcdir}=."
make
)