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 656b0d1763b4..617ce015c79e 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 = 0.5.2
+ pkgver = 0.5.2.1
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: community rules
- source = https://gitlab.com/ananicy-cpp/ananicy-cpp/-/archive/v0.5.2/ananicy-cpp-v0.5.2.tar.gz
- md5sums = 4316509c2cb16e503a0b48cc94308dfc
+ source = https://gitlab.com/ananicy-cpp/ananicy-cpp/-/archive/v0.5.2.1/ananicy-cpp-v0.5.2.1.tar.gz
+ md5sums = 7410f5bd608fc1cdb271b86ad3b7547c
pkgname = ananicy-cpp
diff --git a/PKGBUILD b/PKGBUILD
index 6238b86e815b..5710a31979e1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Antoine Viallon <antoine@lesviallon.fr>
pkgname=ananicy-cpp
-pkgver=0.5.2
+pkgver=0.5.2.1
pkgrel=1
pkgdesc="Ananicy Cpp is a full rewrite of Ananicy in C++, featuring lower CPU and RAM usage."
url="https://gitlab.com/ananicy-cpp/ananicy-cpp/"
@@ -9,7 +9,7 @@ license=(GPLv3)
source=(
"https://gitlab.com/ananicy-cpp/${pkgname}/-/archive/v${pkgver}/${pkgname}-v${pkgver}.tar.gz"
)
-md5sums=('4316509c2cb16e503a0b48cc94308dfc')
+md5sums=('7410f5bd608fc1cdb271b86ad3b7547c')
arch=(x86_64 i386 armv7h)
depends=(fmt spdlog nlohmann-json systemd)
makedepends=(cmake git)