summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAntoine Viallon2021-06-25 17:31:45 +0200
committerAntoine Viallon2021-06-25 17:31:45 +0200
commit9ad0139ef574b36939ece7cc58eaa311f3106d81 (patch)
tree7d006d59182a48dd4c9bf7ea99d4a603425a019a /PKGBUILD
parent7172430d2cb15de2561faec7ac1cc088fe3b33d8 (diff)
downloadaur-9ad0139ef574b36939ece7cc58eaa311f3106d81.tar.gz
Update to 0.5.2
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index cb35cf3078f5..6238b86e815b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,15 +1,15 @@
# Maintainer: Antoine Viallon <antoine@lesviallon.fr>
pkgname=ananicy-cpp
-pkgver=0.5.1
-pkgrel=2
+pkgver=0.5.2
+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/"
license=(GPLv3)
source=(
"https://gitlab.com/ananicy-cpp/${pkgname}/-/archive/v${pkgver}/${pkgname}-v${pkgver}.tar.gz"
)
-md5sums=('5b16dc5595778fb8011837cfc2ab6ca1')
+md5sums=('4316509c2cb16e503a0b48cc94308dfc')
arch=(x86_64 i386 armv7h)
depends=(fmt spdlog nlohmann-json systemd)
makedepends=(cmake git)