summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAntoine Viallon2021-07-04 16:32:58 +0200
committerAntoine Viallon2021-07-04 16:32:58 +0200
commit443d3cbfa0272842d022dda2c97868099f7c8252 (patch)
tree056d070f004f6bc12845fab12b07b4c246ff5eef /PKGBUILD
parent9ad0139ef574b36939ece7cc58eaa311f3106d81 (diff)
downloadaur-443d3cbfa0272842d022dda2c97868099f7c8252.tar.gz
Update to 0.5.2.1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
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)