summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAntoine Viallon2021-07-21 11:45:03 +0200
committerAntoine Viallon2021-07-21 11:45:03 +0200
commita9d32368c9aa9cea8c62e3604503879f8e7ac9ef (patch)
treeafaaa22510ce60b1f824377be0962057cce29f89
parent2f7199b062b80b754333c7fb4dac3e01a64b5d78 (diff)
downloadaur-a9d32368c9aa9cea8c62e3604503879f8e7ac9ef.tar.gz
Update to 0.7.2
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3f3d6461b4a8..e4ae2bad51c3 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = ananicy-cpp
pkgdesc = Ananicy Cpp is a full rewrite of Ananicy in C++, featuring lower CPU and RAM usage.
- pkgver = 0.7.1
+ pkgver = 0.7.2
pkgrel = 1
url = https://gitlab.com/ananicy-cpp/ananicy-cpp/
arch = x86_64
@@ -14,7 +14,7 @@ pkgbase = ananicy-cpp
depends = nlohmann-json
depends = systemd
optdepends = ananicy: community rules
- source = https://gitlab.com/ananicy-cpp/ananicy-cpp/-/archive/v0.7.1/ananicy-cpp-v0.7.1.tar.gz
- md5sums = eb80e1ce517de76dfdfff480c2694bfc
+ source = https://gitlab.com/ananicy-cpp/ananicy-cpp/-/archive/v0.7.2/ananicy-cpp-v0.7.2.tar.gz
+ md5sums = 27b75e164a792a3591222a2d5389df66
pkgname = ananicy-cpp
diff --git a/PKGBUILD b/PKGBUILD
index 3a023fb93576..cd3e34f0ffaa 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Antoine Viallon <antoine@lesviallon.fr>
pkgname=ananicy-cpp
-pkgver=0.7.1
+pkgver=0.7.2
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=('eb80e1ce517de76dfdfff480c2694bfc')
+md5sums=('27b75e164a792a3591222a2d5389df66')
arch=(x86_64 i386 armv7h)
depends=(fmt spdlog nlohmann-json systemd)
makedepends=(cmake git)