summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAntoine Viallon2021-05-29 18:44:31 +0200
committerAntoine Viallon2021-05-29 18:44:31 +0200
commit7172430d2cb15de2561faec7ac1cc088fe3b33d8 (patch)
treed7bf430e37976b4e5cd00aca4d00057c5ec0fa80 /PKGBUILD
parent3db39533ab207ce6a445c58a42a8ed5953c5baf4 (diff)
downloadaur-7172430d2cb15de2561faec7ac1cc088fe3b33d8.tar.gz
Update to 0.5.1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
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)