summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAntoine Viallon2021-07-22 13:15:03 +0200
committerAntoine Viallon2021-07-22 13:15:09 +0200
commitf143bb227c9099022359e7503b9be773c4708ecb (patch)
tree5239ea4d44c35d655aeb71f4295528762b7b2f36
parent4d3b0474d6665a52ad4f4fa1910d33e539be44fb (diff)
downloadaur-f143bb227c9099022359e7503b9be773c4708ecb.tar.gz
Revert to using distro fmtlib
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 89d278d7adbb..af3cb8fddd79 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = ananicy-cpp-git
pkgdesc = Ananicy Cpp is a full rewrite of Ananicy in C++, featuring lower CPU and RAM usage.
- pkgver = 0.7.0.r0.gba2f359
+ pkgver = 0.7.3.r0.g0b2f7ee
pkgrel = 1
arch = x86_64
arch = i386
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() {