summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorXenHat2024-02-03 14:40:38 -0500
committerXenHat2024-02-03 14:40:38 -0500
commit0fe2eaa13c01265e10c05568ca10c5ce53de5918 (patch)
tree33f7a778ed409cab79eca5ef21d4826db2c36ad9 /PKGBUILD
parent43c0aa65b6b360e246305e7e05f72a3408ea043a (diff)
downloadaur-alchemy-next-viewer-nosystemd-git.tar.gz
update PKGBUILD
Diffstat (limited to 'PKGBUILD')
-rwxr-xr-xPKGBUILD8
1 files changed, 5 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 8b1eb79fa769..881ea74c624f 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -31,11 +31,13 @@ optdepends=(
'xdg-desktop-portal: File picker portal')
# template end;
pkgname=alchemy-next-viewer-nosystemd-git
-pkgver=7.0.1.54541.1d7f9b75bd
+pkgver=7.1.3.55266.2a64c7b773
pkgrel=1
provides=('alchemy-viewer')
-source=("${pkgname}"::'git+https://git.alchemyviewer.org/alchemy/alchemy-next.git#branch='"${AL_BRANCH_OVERRIDE:-main}")
+# template start; name=source; version=1.0;
+source=("${pkgname}"::'git+https://git.alchemyviewer.org/alchemy/viewer.git#branch='"${AL_BRANCH_OVERRIDE:-main}")
sha256sums=('SKIP')
+# template end;
# Not included as a dependency as it is impossible to update the package otherwise
#depends+=('libelogind')
conflicts+=("alchemy-next-viewer-systemd-git")
@@ -76,7 +78,7 @@ _logfile="build.${CARCH}.$(date +%s).log"
build_jobs=$(nproc)
AL_CMAKE_CONFIG=(
- -DLL_TESTS:BOOL=ON
+ -DLL_TESTS:BOOL=${ENABLE_TESTS:-ON}
-DDISABLE_FATAL_WARNINGS=ON
-DUSE_LTO:BOOL=OFF
-DVIEWER_CHANNEL="Alchemy Test"