summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAntoine Viallon2021-05-28 13:00:44 +0200
committerAntoine Viallon2021-05-28 13:00:44 +0200
commit3db39533ab207ce6a445c58a42a8ed5953c5baf4 (patch)
tree291eb0ec9d110407320420fb47e1d6ee73feec79 /PKGBUILD
parent887758c3e0f8ff4baff78d43480ffeb1aa335b45 (diff)
downloadaur-3db39533ab207ce6a445c58a42a8ed5953c5baf4.tar.gz
Added maintainer info and updated repository urls
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 4 insertions, 2 deletions
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)