summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAntoine Viallon2021-07-14 16:14:40 +0200
committerAntoine Viallon2021-07-14 16:14:40 +0200
commit04b83d1ba9a1994d1e19c89c37b8e13bc3cb10c2 (patch)
treef090a4c254e5863a44d6a2ac49209b6048682fc7
parentedb1bcdcd883179904b860cafbe6c6d9eceb22db (diff)
downloadaur-04b83d1ba9a1994d1e19c89c37b8e13bc3cb10c2.tar.gz
Fix build failures
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b599b924f6de..a38e9779411c 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.5.0.r0.g90a8529
+ pkgver = 0.5.3.r6.g15c47b4
pkgrel = 1
arch = x86_64
arch = i386
@@ -19,4 +19,3 @@ pkgbase = ananicy-cpp-git
md5sums = SKIP
pkgname = ananicy-cpp-git
-
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() {