summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMalstrond2019-06-16 11:36:31 +0200
committerMalstrond2019-06-16 11:36:31 +0200
commit0efa9da3d1963705a023273a844543f3a09ffe27 (patch)
tree06bcd68f0d76890d14d8cd0b009c6efedbd93ed0
parentd3f942395b52ba9b2a07ed8c450056d9beab5848 (diff)
downloadaur-0efa9da3d1963705a023273a844543f3a09ffe27.tar.gz
Accidentally changed wrong URL
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 92d2b6983d30..7afc8f0f05ea 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -2,7 +2,7 @@ pkgbase = dyndnsc
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
+ url = https://pypi.org/project/dyndnsc
arch = any
license = MIT
depends = python-argparse
@@ -11,7 +11,7 @@ pkgbase = dyndnsc
depends = python-requests
depends = python-setuptools
depends = python-netifaces
- source = https://pypi.org/project/dyndnsc
+ source = https://pypi.python.org/packages/source/d/dyndnsc/dyndnsc-0.4.4.tar.gz
source = dyndnsc.service
md5sums = ba950b33e8869bd40db30605ce701a5c
md5sums = 4b2cd825c387494ba77ad78106dd42eb
diff --git a/PKGBUILD b/PKGBUILD
index 51323890aad8..10a57fed0969 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,10 +6,10 @@ pkgver=0.4.4
pkgrel=0
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"
+url="https://pypi.org/project/dyndnsc"
license=('MIT')
depends=('python-argparse' 'python-ipy' 'python-ndg-httpsclient' 'python-requests' 'python-setuptools' 'python-netifaces')
-source=("https://pypi.org/project/dyndnsc"
+source=("https://pypi.python.org/packages/source/d/dyndnsc/dyndnsc-$pkgver.tar.gz"
'dyndnsc.service')
md5sums=('ba950b33e8869bd40db30605ce701a5c'
'4b2cd825c387494ba77ad78106dd42eb')