summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorpoly0002023-12-28 02:15:11 +0800
committerpoly0002023-12-28 02:15:11 +0800
commitdd6afd1be9dd640b9786e6e8fc4d19b2477e92a6 (patch)
tree31ec15c38f7513d8a433d1b6ad40a27c20c18790 /PKGBUILD
parenta45ce9748f4e2a2c3cbfcb41f4c55a7749238b3a (diff)
downloadaur-dd6afd1be9dd640b9786e6e8fc4d19b2477e92a6.tar.gz
define PROGRESS_UNLOCK_ALL
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD9
1 files changed, 5 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 8d4f375ae1d4..2fa656104c01 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,12 +1,13 @@
-# Maintainer: Lukas Weber <laochailan web de>
+# Maintainer: Poly000
+# Contributor: Lukas Weber <laochailan web de>
# Contributor: Emmanuel Gil Peyrot <linkmauve linkmauve fr>
# Contributor: Andrei Alexeyev <akari alienslab net>
# Contributor: carstene1ns <arch carsten-teibes de> - http://git.io/ctPKG
-pkgname=taisei-git
+pkgname=taisei-git-unlock
pkgver=1.3.r1132.ga5678791
pkgrel=1
-pkgdesc="Open source Touhou clone (development version)"
+pkgdesc="Open source Touhou clone (development version) -D PROGRESS_UNLOCK_ALL"
arch=('i686' 'x86_64')
url="https://taisei-project.org/"
license=('MIT')
@@ -42,7 +43,7 @@ prepare() {
build() {
cd taisei
- meson setup --prefix /usr --libexecdir lib --sbindir bin --buildtype plain --wrap-mode nodownload -D b_lto=true -D b_pie=true build
+ meson setup --prefix /usr --libexecdir lib --sbindir bin --buildtype plain --wrap-mode nodownload -D b_lto=true -D b_pie=true -D c_args="-D PROGRESS_UNLOCK_ALL" build
meson compile -C build
}