summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3cec8ddd8bbd..4c13c4c2bc11 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -2,7 +2,7 @@ pkgbase = ananicy-cpp
pkgdesc = Ananicy Cpp is a full rewrite of Ananicy in C++, featuring lower CPU and RAM usage.
pkgver = 0.5.0
pkgrel = 2
- url = https://gitlab.com/aviallon/ananicy-cpp/
+ url = https://gitlab.com/ananicy-cpp/ananicy-cpp/
arch = x86_64
arch = i386
arch = armv7h
@@ -14,7 +14,7 @@ pkgbase = ananicy-cpp
depends = nlohmann-json
depends = systemd
optdepends = ananicy: community rules
- source = https://gitlab.com/aviallon/ananicy-cpp/-/archive/v0.5.0/ananicy-cpp-v0.5.0.tar.gz
+ source = https://gitlab.com/ananicy-cpp/ananicy-cpp/-/archive/v0.5.0/ananicy-cpp-v0.5.0.tar.gz
md5sums = a1a3a551f8e0ce8a3b70bcd32804ec70
pkgname = ananicy-cpp
diff --git a/PKGBUILD b/PKGBUILD
index 8f7e1c665c04..41b545975bcd 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,11 +1,13 @@
+# Maintainer: Antoine Viallon <antoine@lesviallon.fr>
+
pkgname=ananicy-cpp
pkgver=0.5.0
pkgrel=2
pkgdesc="Ananicy Cpp is a full rewrite of Ananicy in C++, featuring lower CPU and RAM usage."
-url="https://gitlab.com/aviallon/ananicy-cpp/"
+url="https://gitlab.com/ananicy-cpp/ananicy-cpp/"
license=(GPLv3)
source=(
- "https://gitlab.com/aviallon/${pkgname}/-/archive/v${pkgver}/${pkgname}-v${pkgver}.tar.gz"
+ "https://gitlab.com/ananicy-cpp/${pkgname}/-/archive/v${pkgver}/${pkgname}-v${pkgver}.tar.gz"
)
md5sums=('a1a3a551f8e0ce8a3b70bcd32804ec70')
arch=(x86_64 i386 armv7h)