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 3e987bb432a6..974962860bc5 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.3.1
+ pkgver = 0.3.2
pkgrel = 1
url = https://gitlab.com/aviallon/ananicy-cpp/
arch = x86_64
@@ -14,8 +14,8 @@ pkgbase = ananicy-cpp
depends = spdlog
depends = nlohmann-json
depends = systemd
- source = https://gitlab.com/aviallon/ananicy-cpp/-/archive/v0.3.1/ananicy-cpp-v0.3.1.tar.gz
- md5sums = 55da67ba131d138242f10c708a69bcd6
+ source = https://gitlab.com/aviallon/ananicy-cpp/-/archive/v0.3.2/ananicy-cpp-v0.3.2.tar.gz
+ md5sums = f32e217446e339578a0d823c5f141444
pkgname = ananicy-cpp
diff --git a/PKGBUILD b/PKGBUILD
index cd89eeafcc62..2cc14111c17e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,5 +1,5 @@
pkgname=ananicy-cpp
-pkgver=0.3.1
+pkgver=0.3.2
pkgrel=1
pkgdesc="Ananicy Cpp is a full rewrite of Ananicy in C++, featuring lower CPU and RAM usage."
url="https://gitlab.com/aviallon/ananicy-cpp/"
@@ -7,7 +7,7 @@ license=(GPLv3)
source=(
"https://gitlab.com/aviallon/${pkgname}/-/archive/v${pkgver}/${pkgname}-v${pkgver}.tar.gz"
)
-md5sums=('55da67ba131d138242f10c708a69bcd6')
+md5sums=('f32e217446e339578a0d823c5f141444')
arch=(x86_64 i386 armv7h)
depends=(ananicy fmt spdlog nlohmann-json systemd)
makedepends=(cmake git)