summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJustin Jagieniak2021-03-28 22:32:06 +0200
committerJustin Jagieniak2021-03-28 22:32:06 +0200
commit40e45ef9915b0e66feb3a47557d2eff132f9d7a0 (patch)
treef4197bbd0f135757728501ff87f19f5001c6dac5 /PKGBUILD
parentd5810ecb9b445ce9f13b0f55aaf00aa9e73b3136 (diff)
downloadaur-40e45ef9915b0e66feb3a47557d2eff132f9d7a0.tar.gz
remove package bool
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 97791678903d..bd508fc9e06b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -36,7 +36,7 @@ prepare() {
source .venv/bin/activate
pip install git+https://vcs.firestormviewer.org/autobuild-1.1
- autobuild configure -A 64 -c ReleaseFS_open -- -DLL_TESTS:BOOL=FALSE -DREVISION_FROM_VCS=ON -DPACKAGE:BOOL=Off --chan="ArchLinux"
+ autobuild configure -A 64 -c ReleaseFS_open -- -DLL_TESTS:BOOL=FALSE -DREVISION_FROM_VCS=ON --chan="ArchLinux"
}
build() {