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 20d1af9c0fa8..f44add02ad16 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Alexandre Bouvier <contact@amb.tf>
_pkgname=xemu
pkgname=$_pkgname-git
-pkgver=0.6.0.r0.g3c1fcf6202
+pkgver=0.6.1.r27.g42f8873b23
pkgrel=1
pkgdesc="Original Xbox emulator (fork of XQEMU)"
arch=('x86_64')
@@ -60,7 +60,7 @@ prepare() {
git submodule update
python scripts/gen-license.py > XEMU_LICENSE
# unbundle xxhash
- sed -i 's/"xxHash\/xxh3\.h"/<xxh3.h>/' hw/xbox/nv2a/pgraph.c
+ sed -i 's/"util\/xxHash\/xxh3\.h"/<xxh3.h>/' util/fast-hash.c
}
build() {