summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAntoine Viallon2021-07-31 01:26:22 +0200
committerAntoine Viallon2021-07-31 01:26:22 +0200
commit1e50a9c6e9fc1af1c9f874125788ee776af480a0 (patch)
tree864dcde217f928eab1d93b9b338ed6ca9027e3b9
parent4638f811a08662c0b60ebc140ff97364ebf8353a (diff)
downloadaur-1e50a9c6e9fc1af1c9f874125788ee776af480a0.tar.gz
Added myself as a co-maintainer, update project URL
-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)