summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAntoine Viallon2021-07-14 16:14:40 +0200
committerAntoine Viallon2021-07-14 16:14:40 +0200
commit04b83d1ba9a1994d1e19c89c37b8e13bc3cb10c2 (patch)
treef090a4c254e5863a44d6a2ac49209b6048682fc7 /PKGBUILD
parentedb1bcdcd883179904b860cafbe6c6d9eceb22db (diff)
downloadaur-04b83d1ba9a1994d1e19c89c37b8e13bc3cb10c2.tar.gz
Fix build failures
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 0fd6f2e8c174..b8530722ef6c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=ananicy-cpp-git
_pkgname=ananicy-cpp
-pkgver=0.5.0.r0.g90a8529
+pkgver=0.5.3.r6.g15c47b4
pkgrel=1
pkgdesc="Ananicy Cpp is a full rewrite of Ananicy in C++, featuring lower CPU and RAM usage."
source=("git+https://gitlab.com/aviallon/ananicy-cpp.git")
@@ -29,7 +29,7 @@ prepare() {
-DCMAKE_INSTALL_PREFIX=/usr \
-DUSE_EXTERNAL_SPDLOG=ON \
-DUSE_EXTERNAL_JSON=ON \
- -DUSE_EXTERNAL_FMTLIB=ON
+ -DUSE_EXTERNAL_FMTLIB=OFF
}
build() {