summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD5
2 files changed, 3 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8f8b65d28ba9..6efaaa7cf33a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = extract-xiso-git
pkgdesc = xdvdfs (xbox iso) file creation and extraction utility (git package)
- pkgver = 2.7.1.r35.b154a15
+ pkgver = 2.7.1.r37.0a18705
pkgrel = 1
url = https://github.com/XboxDev/extract-xiso
arch = x86_64
diff --git a/PKGBUILD b/PKGBUILD
index 59184b61d6cb..3e095ee36051 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
# Contributor: Wes Brewer <brewerw@gmail.com>
pkgname=extract-xiso-git
-pkgver=2.7.1.r35.b154a15
+pkgver=2.7.1.r37.0a18705
pkgrel=1
pkgdesc="xdvdfs (xbox iso) file creation and extraction utility (git package)"
arch=('x86_64')
@@ -28,8 +28,7 @@ prepare() {
build() {
cd "${srcdir}"/build
- #build as 32-bit because 64-bit builds are broken and produce corrupt ISO's.
- cmake ../extract-xiso -G Ninja -DCMAKE_BUILD_TYPE=Release -DCMAKE_C_FLAGS=-m32
+ cmake ../extract-xiso -G Ninja -DCMAKE_BUILD_TYPE=Release
ninja
}