summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD8
2 files changed, 7 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2915b382adaa..d57512689e80 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
pkgbase = ovh-dns
pkgdesc = Update a given A/AAAA/... record in your DNS zone, using OVH API
pkgver = 1.3.0
- pkgrel = 1
- url = https://github.com/aureooms/ovh-dns
+ pkgrel = 2
+ url = https://github.com/make-github-pseudonymous-again/ovh-dns
arch = any
makedepends = git
depends = bash
@@ -12,8 +12,7 @@ pkgbase = ovh-dns
depends = ovh-api-client
optdepends = myip: ovh-dns-watch support
optdepends = xxhash: ovh-dns-watch support
- source = https://github.com/aureooms/ovh-dns/archive/v1.3.0.tar.gz
+ source = https://github.com/make-github-pseudonymous-again/ovh-dns/archive/v1.3.0.tar.gz
md5sums = SKIP
pkgname = ovh-dns
-
diff --git a/PKGBUILD b/PKGBUILD
index b9b5ee810621..a3466e0c7721 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-dns
pkgver=1.3.0
-pkgrel=1
+pkgrel=2
epoch=
pkgdesc="Update a given A/AAAA/... record in your DNS zone, using OVH API"
arch=(any)
-url="https://github.com/aureooms/${pkgname}"
+url="https://github.com/make-github-pseudonymous-again/${pkgname}"
license=()
groups=()
depends=('bash' 'coreutils' 'iputils' 'jq' 'ovh-api-client')
@@ -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')