summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorSlashbunny2014-03-31 23:16:40 -0400
committerSlashbunny2014-03-31 23:16:40 -0400
commita83c5f04cae401056b1dfb523e10a2acc3c73ebd (patch)
tree2cff80145f8a955292e23d4d3b860baaec5258d5 /PKGBUILD
parent9d448f73427818ab578ea72fb52b76db12b5953c (diff)
downloadaur-a83c5f04cae401056b1dfb523e10a2acc3c73ebd.tar.gz
update make flags
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD5
1 files changed, 3 insertions, 2 deletions
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
}