summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorWolfizen2022-07-17 00:10:01 -0700
committerWolfizen2022-07-17 00:10:01 -0700
commiteef8b2d29bfb2100f7a6cf246270a89da59348a1 (patch)
tree799c5a38cb8801c72971f6234acb1690899d10dc
parenta8e22f4b52ae03bf77f9ebe8d1f1916aa78743f8 (diff)
downloadaur-eef8b2d29bfb2100f7a6cf246270a89da59348a1.tar.gz
Update PKGBUILD with a fixed source URL and dnspython requirement
-rw-r--r--PKGBUILD9
1 files changed, 4 insertions, 5 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 5bf0e1af9d80..a2ab8f1f49fe 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: Winona Schroeer-Smith (Wolfizen) <wolfizen@wolfizen.net>
pkgname='ddnswolf-git'
-pkgver=3
-pkgrel=1
+pkgver=1
+pkgrel=2
pkgdesc='Dynamic DNS updater'
arch=('any')
url='https://github.com/Wolfizen/DDNSWolf'
@@ -10,8 +10,7 @@ license=('GPL3')
depends=(
'python>=3.9'
'python-cloudflare'
- # community/python-dnspython is locked to 1.16. ddnswolf needs 2.0
- 'python-dnspython-git>=v2.0'
+ 'python-dnspython>=2.0'
'python-netifaces'
'python-pyhocon'
'python-requests'
@@ -26,7 +25,7 @@ source=(
# a (potentially modified) checkout of the DDNSWolf repo.
$([ ! -z "${LOCAL_SOURCE}" ] \
&& echo "DDNSWolf::git+file://${LOCAL_SOURCE}" \
- || echo 'git://github.com/Wolfizen/DDNSWolf.git')
+ || echo 'git+https://github.com/Wolfizen/DDNSWolf.git')
)
sha256sums=(
'SKIP'