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 1657995eb21f..43708aa69a4e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
# Contributor: Mitmischer
pkgname=ultrastardx-git
-pkgver=r1033.088aaa2a
+pkgver=r1126.a5f4f6d5
pkgrel=1
pkgdesc='Free and open source karaoke game. (GIT)'
arch=('i686' 'x86_64')
@@ -39,7 +39,7 @@ prepare() {
build() {
cd "${srcdir}/USDX"
- ./configure --prefix=/usr --without-portaudio
+ ./configure --prefix=/usr
make LDFLAGS="-O1 --sort-common --as-needed -z relro"
}