summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAntoine Viallon2021-07-19 03:00:31 +0200
committerAntoine Viallon2021-07-19 03:00:31 +0200
commitaffda5bba2765eb1249254cc09b7c1d2f1a52ba2 (patch)
tree8fc874b7843c8a2acd9b15b89e9d50419611de24 /PKGBUILD
parentb3bcc04129739d349edebbd2d9903e8c215d42f3 (diff)
downloadaur-affda5bba2765eb1249254cc09b7c1d2f1a52ba2.tar.gz
Update to 0.5.5
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index b285e1bf0e3d..fa564b5272ba 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,15 +1,15 @@
# Maintainer: Antoine Viallon <antoine@lesviallon.fr>
pkgname=ananicy-cpp
-pkgver=0.5.4
-pkgrel=2
+pkgver=0.5.5
+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=('6386a85fd0d6431a2aee8a7945e0b2f1')
+md5sums=('2661b4e31b1f5ad2e9a9628c3946be16')
arch=(x86_64 i386 armv7h)
depends=(fmt spdlog nlohmann-json systemd)
makedepends=(cmake git)