diff options
author | Antoine Viallon | 2021-05-17 17:32:11 +0200 |
---|---|---|
committer | Antoine Viallon | 2021-05-17 17:32:11 +0200 |
commit | 8376b45704326b76c7e632e8b27b65fe48a2f284 (patch) | |
tree | 477d163aaea64f26b15e088bc32a65d1fb6d600c | |
parent | cf9b3e066d0aa88d843021b411ea2c8d72c3c478 (diff) | |
download | aur-8376b45704326b76c7e632e8b27b65fe48a2f284.tar.gz |
Updated to 0.4.0
-rw-r--r-- | .SRCINFO | 6 | ||||
-rw-r--r-- | PKGBUILD | 4 |
2 files changed, 5 insertions, 5 deletions
@@ -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.3.2 + pkgver = 0.4.0 pkgrel = 1 url = https://gitlab.com/aviallon/ananicy-cpp/ arch = x86_64 @@ -14,8 +14,8 @@ pkgbase = ananicy-cpp depends = spdlog depends = nlohmann-json depends = systemd - source = https://gitlab.com/aviallon/ananicy-cpp/-/archive/v0.3.2/ananicy-cpp-v0.3.2.tar.gz - md5sums = f32e217446e339578a0d823c5f141444 + source = https://gitlab.com/aviallon/ananicy-cpp/-/archive/v0.4.0/ananicy-cpp-v0.4.0.tar.gz + md5sums = 9b7c04e1881c8e60b5474d3a916d6f56 pkgname = ananicy-cpp @@ -1,5 +1,5 @@ pkgname=ananicy-cpp -pkgver=0.3.2 +pkgver=0.4.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,7 +7,7 @@ license=(GPLv3) source=( "https://gitlab.com/aviallon/${pkgname}/-/archive/v${pkgver}/${pkgname}-v${pkgver}.tar.gz" ) -md5sums=('f32e217446e339578a0d823c5f141444') +md5sums=('9b7c04e1881c8e60b5474d3a916d6f56') arch=(x86_64 i386 armv7h) depends=(ananicy fmt spdlog nlohmann-json systemd) makedepends=(cmake git) |