summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD5
2 files changed, 5 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 422246a79fab..b6fcae22cefb 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = ioquake3-git
pkgdesc = The de-facto OSS Quake 3 distribution. You need the retail/demo .pk3 files to play.
- pkgver = 20131217.gbc2efc4
- pkgrel = 2
+ pkgver = 20140324.g63463d1
+ pkgrel = 1
url = http://ioquake3.org/
install = quake3.install
arch = i686
diff --git a/PKGBUILD b/PKGBUILD
index 0e35daab11ff..b4d3bc4f3ebd 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,8 +2,8 @@
# Contributors: OttoA (AUR), hoschi (AUR), samlt (AUR), andreyv (AUR)
pkgname=ioquake3-git
-pkgver=20131217.gbc2efc4
-pkgrel=2
+pkgver=20140324.g63463d1
+pkgrel=1
pkgdesc="The de-facto OSS Quake 3 distribution. You need the retail/demo .pk3 files to play."
url="http://ioquake3.org/"
license=('GPL')
@@ -65,6 +65,7 @@ q3make() {
USE_INTERNAL_JPEG=0 \
USE_INTERNAL_OGG=0 \
USE_INTERNAL_OPUS=0 \
+ USE_INTERNAL_VORBIS=0 \
USE_LOCAL_HEADERS=0
}