summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorNico Jensch2023-10-17 09:41:49 +0200
committerNico Jensch2023-10-17 09:41:49 +0200
commitbdfb8383bc32d83e632daf30f00071e6d1796043 (patch)
tree0d52ca18920f0531e0a7be132974375414fafb88
parent27dbd1b1e357c5bc50ced030c716ec53e827ce1a (diff)
downloadaur-ananicy-cpp-git.tar.gz
fix: update license
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 52f30f575b20..6a97fd101761 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -6,7 +6,7 @@ pkgbase = ananicy-cpp-git
arch = x86_64
arch = i386
arch = armv7h
- license = GPLv3
+ license = GPL3
makedepends = cmake
makedepends = ninja
makedepends = clang
diff --git a/PKGBUILD b/PKGBUILD
index 720bbe649056..c992ea5950fb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@ pkgrel=1
pkgdesc="Ananicy Cpp is a full rewrite of Ananicy in C++, featuring lower CPU and RAM usage."
arch=(x86_64 i386 armv7h)
url="https://gitlab.com/ananicy-cpp/ananicy-cpp.git"
-license=('GPLv3')
+license=('GPL3')
depends=(fmt systemd libelf zlib libbpf)
makedepends=(cmake ninja clang git nlohmann-json bpf)
optdepends=("ananicy-rules-git: community rules"