summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJose Riha2020-05-28 17:05:57 +0200
committerJose Riha2020-05-28 17:05:57 +0200
commit4f31efe04abbc0db8013198687105453870c1f8e (patch)
tree56e43818ab9d4e3788baebb54855fcafd28dbaba /PKGBUILD
parent9cf5d7c04807cf25034b74680ac6de57e6d3d645 (diff)
downloadaur-4f31efe04abbc0db8013198687105453870c1f8e.tar.gz
No need for debug build if --without-portaudio is passed
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 2c15835c8d65..a890fb3185de 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
# Contributor: Mitmischer
pkgname=ultrastardx-git
-pkgver=r955.b35bba82
+pkgver=r963.1ba4ac57
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 --enable-debug
+ ./configure --prefix=/usr --without-portaudio
make LDFLAGS="-O1 --sort-common --as-needed -z relro"
gendesk -f -n --pkgname ultrastardx --name "UltraStar Deluxe" --exec "ultrastardx" --pkgdesc "Karaoke game" --categories 'Games'
}