summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorNico Jensch2023-10-17 09:41:10 +0200
committerNico Jensch2023-10-17 09:41:10 +0200
commit5865e30c6b235112c7ce5b6ad41f5ec4fe8a94f9 (patch)
tree0e98b52d3eef5c06ac80babcb907a2c4a81334c3
parent60040e51bf76037567a3c22ec10813c85bc1e343 (diff)
downloadaur-5865e30c6b235112c7ce5b6ad41f5ec4fe8a94f9.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 beb97165aed4..ed95e0c19e40 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -9,7 +9,7 @@ pkgbase = ananicy-cpp
arch = armv7h
arch = aarch64
arch = pentium4
- license = GPLv3
+ license = GPL3
makedepends = cmake
makedepends = ninja
makedepends = clang
diff --git a/PKGBUILD b/PKGBUILD
index 3bb016f06d5b..df215e07feb1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@ pkgrel=1
pkgdesc="Ananicy Cpp is a full rewrite of Ananicy in C++, featuring lower CPU and RAM usage."
arch=(x86_64 x86_64_v3 i386 armv7h aarch64 pentium4)
url="https://gitlab.com/ananicy-cpp/ananicy-cpp"
-license=('GPLv3')
+license=('GPL3')
depends=(fmt systemd libelf zlib libbpf)
makedepends=(cmake ninja clang git nlohmann-json bpf)
optdepends=("ananicy-rules-git: community rules"