summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAntoine Viallon2021-07-26 16:56:28 +0200
committerAntoine Viallon2021-07-26 16:56:28 +0200
commite150864eb2b2b973c1b984eadc53acd471dc3ee3 (patch)
tree63590b1d22c138b4297f29ce1d07515ef55a1fd7 /PKGBUILD
parent1f76c6d6ca941963021d61a4c02b147cb6c1817b (diff)
downloadaur-e150864eb2b2b973c1b984eadc53acd471dc3ee3.tar.gz
Updated to 0.8.1, changed ananicy optional dependency to ananicy-rules-git
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index d223d49b13ae..94b1141b1121 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Antoine Viallon <antoine@lesviallon.fr>
pkgname=ananicy-cpp
-pkgver=0.7.3
+pkgver=0.8.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,11 +9,11 @@ license=(GPLv3)
source=(
"https://gitlab.com/ananicy-cpp/${pkgname}/-/archive/v${pkgver}/${pkgname}-v${pkgver}.tar.gz"
)
-md5sums=('72395aa50c42ebe4d1dbca6a4bd9520a')
+md5sums=('9dc6733e150b4abd57ae79be8789c729')
arch=(x86_64 i386 armv7h)
depends=(fmt spdlog nlohmann-json systemd)
makedepends=(cmake git)
-optdepends=("ananicy: community rules")
+optdepends=("ananicy-rules-git: community rules")
prepare() {
cd "$pkgname-v${pkgver}"