summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authormake-github-pseudonymous-again2023-04-18 00:06:53 +0200
committermake-github-pseudonymous-again2023-04-18 00:06:53 +0200
commit989a4e42e4ec0530b14a68d9ddd67fbd22bbfbed (patch)
tree28bbfa7719264891013e140ee704d06940a37f22
parent3052385c8e8b6751cc694c5e90beaac8177bec25 (diff)
downloadaur-989a4e42e4ec0530b14a68d9ddd67fbd22bbfbed.tar.gz
:unamused: chore: Update URL.
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD8
2 files changed, 7 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3bca48af81f5..e531d31d28be 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,16 +1,15 @@
pkgbase = ovh-api-client
pkgdesc = A bash client for OVH API
pkgver = 1.0.0
- pkgrel = 1
- url = https://github.com/aureooms/ovh-api-client
+ pkgrel = 2
+ url = https://github.com/make-github-pseudonymous-again/ovh-api-client
arch = any
makedepends = git
depends = bash
depends = coreutils
depends = curl
depends = jq
- source = https://github.com/aureooms/ovh-api-client/archive/v1.0.0.tar.gz
+ source = https://github.com/make-github-pseudonymous-again/ovh-api-client/archive/v1.0.0.tar.gz
md5sums = SKIP
pkgname = ovh-api-client
-
diff --git a/PKGBUILD b/PKGBUILD
index 6bf9ebc1e5a0..7f7fcfa279aa 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,11 +1,11 @@
-# Maintainer: Aurélien Ooms <aurelien.ooms@gmail.com>
+# Maintainer: make-github-pseudonymous-again <5165674+make-github-pseudonymous-again@users.noreply.github.com>
pkgname=ovh-api-client
pkgver=1.0.0
-pkgrel=1
+pkgrel=2
epoch=
pkgdesc="A bash client for OVH API"
arch=(any)
-url="https://github.com/aureooms/${pkgname}"
+url="https://github.com/make-github-pseudonymous-again/${pkgname}"
license=()
groups=()
depends=('bash' 'coreutils' 'curl' 'jq')
@@ -18,7 +18,7 @@ replaces=()
backup=()
options=()
install=
-source=("https://github.com/aureooms/${pkgname}/archive/v${pkgver}.tar.gz")
+source=("https://github.com/make-github-pseudonymous-again/${pkgname}/archive/v${pkgver}.tar.gz")
noextract=()
md5sums=('SKIP')