summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAntoine Viallon2021-07-22 13:15:03 +0200
committerAntoine Viallon2021-07-22 13:15:09 +0200
commitf143bb227c9099022359e7503b9be773c4708ecb (patch)
tree5239ea4d44c35d655aeb71f4295528762b7b2f36 /PKGBUILD
parent4d3b0474d6665a52ad4f4fa1910d33e539be44fb (diff)
downloadaur-f143bb227c9099022359e7503b9be773c4708ecb.tar.gz
Revert to using distro fmtlib
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 968435783719..ef3ba7f189f3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=ananicy-cpp-git
_pkgname=ananicy-cpp
-pkgver=0.7.0.r0.gba2f359
+pkgver=0.7.3.r0.g0b2f7ee
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=OFF
+ -DUSE_EXTERNAL_FMTLIB=ON
}
build() {