summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAntoine Viallon2021-07-21 01:29:04 +0200
committerAntoine Viallon2021-07-21 01:29:04 +0200
commit2f7199b062b80b754333c7fb4dac3e01a64b5d78 (patch)
treecf45826fdf2b1ae23be7b414eb82e9d4ef8130a7 /PKGBUILD
parentb1881afa6f92c0cf22ed71ed3edbbbd492520348 (diff)
downloadaur-2f7199b062b80b754333c7fb4dac3e01a64b5d78.tar.gz
Update to 0.7.1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 1d1244dfebb4..3a023fb93576 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Antoine Viallon <antoine@lesviallon.fr>
pkgname=ananicy-cpp
-pkgver=0.7.0
+pkgver=0.7.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=('92b8891c23c28090585783ed2481007c')
+md5sums=('eb80e1ce517de76dfdfff480c2694bfc')
arch=(x86_64 i386 armv7h)
depends=(fmt spdlog nlohmann-json systemd)
makedepends=(cmake git)