summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJose Riha2021-11-27 11:49:55 +0100
committerJose Riha2021-11-27 11:49:55 +0100
commit5a4ccd936a5036940276023b830578d4125b32f7 (patch)
tree7f6531ab5efd1d6a3076b6ab14c2bbc609371f4e
parent2b1edbc590e30f0f45f504ce21649d63de39cdd0 (diff)
downloadaur-5a4ccd936a5036940276023b830578d4125b32f7.tar.gz
Reenable portaudio (enables >2 channels input)
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b80c1abf4ae1..2b42ee83e2a3 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = ultrastardx-git
pkgdesc = Free and open source karaoke game. (GIT)
- pkgver = r1033.088aaa2a
+ pkgver = r1126.a5f4f6d5
pkgrel = 1
url = http://usdx.eu/
arch = i686
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"
}