summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 350f811c8a53..0211cc9b7c33 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = ananicy-cpp
pkgdesc = Ananicy Cpp is a full rewrite of Ananicy in C++, featuring lower CPU and RAM usage.
- pkgver = 1.0.0.rc2
+ pkgver = 1.0.0.rc4
pkgrel = 1
url = https://gitlab.com/ananicy-cpp/ananicy-cpp/
arch = x86_64
@@ -14,7 +14,7 @@ pkgbase = ananicy-cpp
depends = nlohmann-json
depends = systemd
optdepends = ananicy-rules-git: community rules
- source = https://gitlab.com/ananicy-cpp/ananicy-cpp/-/archive/v1.0.0-rc2/ananicy-cpp-v1.0.0-rc2.tar.gz
- md5sums = 1ca12143f36909d415cd3e51fba8fee2
+ source = https://gitlab.com/ananicy-cpp/ananicy-cpp/-/archive/v1.0.0-rc4/ananicy-cpp-v1.0.0-rc4.tar.gz
+ md5sums = 38b364871a167b36931ed709ad47714b
pkgname = ananicy-cpp
diff --git a/PKGBUILD b/PKGBUILD
index 10b9617e5c94..e0fbbbc6b45b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Antoine Viallon <antoine@lesviallon.fr>
pkgname=ananicy-cpp
-_pkgver=1.0.0-rc2
+_pkgver=1.0.0-rc4
pkgver=${_pkgver//-/.}
pkgrel=1
pkgdesc="Ananicy Cpp is a full rewrite of Ananicy in C++, featuring lower CPU and RAM usage."
@@ -10,7 +10,7 @@ license=(GPLv3)
source=(
"https://gitlab.com/ananicy-cpp/${pkgname}/-/archive/v${_pkgver}/${pkgname}-v${_pkgver}.tar.gz"
)
-md5sums=('1ca12143f36909d415cd3e51fba8fee2')
+md5sums=('38b364871a167b36931ed709ad47714b')
arch=(x86_64 i386 armv7h)
depends=(fmt spdlog nlohmann-json systemd)
makedepends=(cmake git)