summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAntoine Viallon2021-05-27 18:04:08 +0200
committerAntoine Viallon2021-05-27 18:04:08 +0200
commit54e536b818091852865025d6cea004b6063a1aeb (patch)
tree45db67df4bd292056cece3af0873927e15a08307 /PKGBUILD
parent8376b45704326b76c7e632e8b27b65fe48a2f284 (diff)
downloadaur-54e536b818091852865025d6cea004b6063a1aeb.tar.gz
Updated to 0.5.0, make ananicy an optional dependency
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD7
1 files changed, 4 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 55096c09d1af..1792ef329aa8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,5 +1,5 @@
pkgname=ananicy-cpp
-pkgver=0.4.0
+pkgver=0.5.0
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,10 +7,11 @@ license=(GPLv3)
source=(
"https://gitlab.com/aviallon/${pkgname}/-/archive/v${pkgver}/${pkgname}-v${pkgver}.tar.gz"
)
-md5sums=('9b7c04e1881c8e60b5474d3a916d6f56')
+md5sums=('a1a3a551f8e0ce8a3b70bcd32804ec70')
arch=(x86_64 i386 armv7h)
-depends=(ananicy fmt spdlog nlohmann-json systemd)
+depends=(fmt spdlog nlohmann-json systemd)
makedepends=(cmake git)
+optdepends=(ananicy)
prepare() {
cd "$pkgname-v${pkgver}"