summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMalstrond2019-06-16 11:32:06 +0200
committerMalstrond2019-06-16 11:32:06 +0200
commitd3f942395b52ba9b2a07ed8c450056d9beab5848 (patch)
treefcbbcbdd27694d345558e1edfbf9814de58f83a6
parent3ec6ec030f4340d6436b891fe106bf3f3ba198a4 (diff)
downloadaur-d3f942395b52ba9b2a07ed8c450056d9beab5848.tar.gz
Changed Upstream URL to the one with more documentation
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 67d7885fb67d..92d2b6983d30 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
pkgbase = dyndnsc
- pkgdesc = Dynamic DNS (DynDNS) update client with support for multiple protocols and services. Compatible with IPv4, IPv6 and Dual Stack.
+ pkgdesc = Dynamic DNS client with support for multiple protocols and services. Compatible with IPv6 dual stack.
pkgver = 0.4.4
pkgrel = 0
url = https://github.com/infothrill/python-dyndnsc
@@ -11,7 +11,7 @@ pkgbase = dyndnsc
depends = python-requests
depends = python-setuptools
depends = python-netifaces
- source = https://pypi.python.org/packages/source/d/dyndnsc/dyndnsc-0.4.4.tar.gz
+ source = https://pypi.org/project/dyndnsc
source = dyndnsc.service
md5sums = ba950b33e8869bd40db30605ce701a5c
md5sums = 4b2cd825c387494ba77ad78106dd42eb
diff --git a/PKGBUILD b/PKGBUILD
index 18bcfaee0133..51323890aad8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,12 +4,12 @@
pkgname=dyndnsc
pkgver=0.4.4
pkgrel=0
-pkgdesc="Dynamic DNS (DynDNS) update client with support for multiple protocols and services. Compatible with IPv4, IPv6 and Dual Stack."
+pkgdesc="Dynamic DNS client with support for multiple protocols and services. Compatible with IPv6 dual stack."
arch=('any')
url="https://github.com/infothrill/python-dyndnsc"
license=('MIT')
depends=('python-argparse' 'python-ipy' 'python-ndg-httpsclient' 'python-requests' 'python-setuptools' 'python-netifaces')
-source=("https://pypi.python.org/packages/source/d/dyndnsc/dyndnsc-$pkgver.tar.gz"
+source=("https://pypi.org/project/dyndnsc"
'dyndnsc.service')
md5sums=('ba950b33e8869bd40db30605ce701a5c'
'4b2cd825c387494ba77ad78106dd42eb')