summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD3
2 files changed, 3 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d8c6cac56690..60ce208eade3 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -15,7 +15,7 @@ pkgbase = ananicy-cpp-git
optdepends = ananicy-rules-git: community rules
provides = ananicy-cpp
conflicts = ananicy-cpp
- source = git+https://gitlab.com/aviallon/ananicy-cpp.git
+ source = git+https://gitlab.com/ananicy-cpp/ananicy-cpp.git
md5sums = SKIP
pkgname = ananicy-cpp-git
diff --git a/PKGBUILD b/PKGBUILD
index 706f090b2b5b..102c25a067f4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,11 +1,12 @@
# Maintainer: dr460nf1r3 <dr460nf1r3 at garudalinux dot org>
+# Maintainer: Antoine Viallon <antoine@lesviallon.fr>
pkgname=ananicy-cpp-git
_pkgname=ananicy-cpp
pkgver=1.0.0.rc1.r0.g73390d2
pkgrel=1
pkgdesc="Ananicy Cpp is a full rewrite of Ananicy in C++, featuring lower CPU and RAM usage."
-source=("git+https://gitlab.com/aviallon/ananicy-cpp.git")
+source=("git+https://gitlab.com/ananicy-cpp/ananicy-cpp.git")
md5sums=('SKIP')
arch=(x86_64 i386 armv7h)
depends=(fmt spdlog nlohmann-json systemd)