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 4c13c4c2bc11..a9c0e84f4014 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.0
+ pkgver = 0.5.1
pkgrel = 2
url = https://gitlab.com/ananicy-cpp/ananicy-cpp/
arch = x86_64
@@ -14,8 +14,8 @@ pkgbase = ananicy-cpp
depends = nlohmann-json
depends = systemd
optdepends = ananicy: community rules
- source = https://gitlab.com/ananicy-cpp/ananicy-cpp/-/archive/v0.5.0/ananicy-cpp-v0.5.0.tar.gz
- md5sums = a1a3a551f8e0ce8a3b70bcd32804ec70
+ source = https://gitlab.com/ananicy-cpp/ananicy-cpp/-/archive/v0.5.1/ananicy-cpp-v0.5.1.tar.gz
+ md5sums = 5b16dc5595778fb8011837cfc2ab6ca1
pkgname = ananicy-cpp
diff --git a/PKGBUILD b/PKGBUILD
index 41b545975bcd..cb35cf3078f5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Antoine Viallon <antoine@lesviallon.fr>
pkgname=ananicy-cpp
-pkgver=0.5.0
+pkgver=0.5.1
pkgrel=2
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=('a1a3a551f8e0ce8a3b70bcd32804ec70')
+md5sums=('5b16dc5595778fb8011837cfc2ab6ca1')
arch=(x86_64 i386 armv7h)
depends=(fmt spdlog nlohmann-json systemd)
makedepends=(cmake git)