summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
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
)