summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAntoine Viallon2021-05-10 12:47:48 +0200
committerAntoine Viallon2021-05-10 12:47:48 +0200
commitcf9b3e066d0aa88d843021b411ea2c8d72c3c478 (patch)
tree2f9145d1d014758fbbb78af50886fadd37bbb8b7 /PKGBUILD
parent14c90168ff6aaf43e213497f4a76dfafdbb24cef (diff)
downloadaur-cf9b3e066d0aa88d843021b411ea2c8d72c3c478.tar.gz
Update to 0.3.2
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index cd89eeafcc62..2cc14111c17e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,5 +1,5 @@
pkgname=ananicy-cpp
-pkgver=0.3.1
+pkgver=0.3.2
pkgrel=1
pkgdesc="Ananicy Cpp is a full rewrite of Ananicy in C++, featuring lower CPU and RAM usage."
url="https://gitlab.com/aviallon/ananicy-cpp/"
@@ -7,7 +7,7 @@ license=(GPLv3)
source=(
"https://gitlab.com/aviallon/${pkgname}/-/archive/v${pkgver}/${pkgname}-v${pkgver}.tar.gz"
)
-md5sums=('55da67ba131d138242f10c708a69bcd6')
+md5sums=('f32e217446e339578a0d823c5f141444')
arch=(x86_64 i386 armv7h)
depends=(ananicy fmt spdlog nlohmann-json systemd)
makedepends=(cmake git)