Update upstream URL

This commit is contained in:
Anthony Wang 2022-06-22 12:48:05 -05:00
parent d89f0cf60f
commit 14f050c229
Signed by: a
GPG key ID: BC96B00AEC5F2D76
2 changed files with 4 additions and 4 deletions

View file

@ -2,13 +2,13 @@ pkgbase = porkbun-dynamic-dns-python-git
pkgdesc = Our minimalist dynamic DNS client written in Python
pkgver = r16.aca7407
pkgrel = 1
url = https://github.com/Ta180m/porkbun-dynamic-dns-python
url = https://git.exozy.me/Ta180m/porkbun-dynamic-dns-python
arch = any
license = MIT
depends = python
depends = python-requests
backup = etc/porkbun-ddns.json
source = porkbun-dynamic-dns-python::git+https://github.com/Ta180m/porkbun-dynamic-dns-python.git
source = porkbun-dynamic-dns-python::git+https://git.exozy.me/Ta180m/porkbun-dynamic-dns-python.git
sha256sums = SKIP
pkgname = porkbun-dynamic-dns-python-git

View file

@ -1,11 +1,11 @@
# Maintainer: Anthony Wang <ta180m@pm.me>
# Maintainer: Anthony Wang <ta180m@proton.me>
_pkgname=porkbun-dynamic-dns-python
pkgname=${_pkgname}-git
pkgver=r16.aca7407
pkgrel=1
pkgdesc="Our minimalist dynamic DNS client written in Python"
arch=(any)
url="https://github.com/Ta180m/porkbun-dynamic-dns-python"
url="https://git.exozy.me/Ta180m/porkbun-dynamic-dns-python"
license=('MIT')
depends=('python' 'python-requests')
backup=('etc/porkbun-ddns.json')