summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJose Riha2021-11-27 11:49:55 +0100
committerJose Riha2021-11-27 11:49:55 +0100
commit5a4ccd936a5036940276023b830578d4125b32f7 (patch)
tree7f6531ab5efd1d6a3076b6ab14c2bbc609371f4e /PKGBUILD
parent2b1edbc590e30f0f45f504ce21649d63de39cdd0 (diff)
downloadaur-5a4ccd936a5036940276023b830578d4125b32f7.tar.gz
Reenable portaudio (enables >2 channels input)
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"
}