summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMalstrond2020-04-27 22:33:23 +0200
committerMalstrond2020-04-27 22:33:23 +0200
commit055b3d1cd33ac2f9774c3066fe0a4b26f1eb16a0 (patch)
treef65071119a967975abbc836d955d8b705503cdf4
parent0efa9da3d1963705a023273a844543f3a09ffe27 (diff)
downloadaur-055b3d1cd33ac2f9774c3066fe0a4b26f1eb16a0.tar.gz
Updated
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7afc8f0f05ea..17e97aa7eea7 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = dyndnsc
pkgdesc = Dynamic DNS client with support for multiple protocols and services. Compatible with IPv6 dual stack.
- pkgver = 0.4.4
+ pkgver = 0.5.1
pkgrel = 0
url = https://pypi.org/project/dyndnsc
arch = any
@@ -11,9 +11,9 @@ 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.python.org/packages/source/d/dyndnsc/dyndnsc-0.5.1.tar.gz
source = dyndnsc.service
- md5sums = ba950b33e8869bd40db30605ce701a5c
+ md5sums = 55bc511dbc6d9a9d46f89bcfaa70f37c
md5sums = 4b2cd825c387494ba77ad78106dd42eb
pkgname = dyndnsc
diff --git a/PKGBUILD b/PKGBUILD
index 10a57fed0969..896a2158155d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: xduugu
pkgname=dyndnsc
-pkgver=0.4.4
+pkgver=0.5.1
pkgrel=0
pkgdesc="Dynamic DNS client with support for multiple protocols and services. Compatible with IPv6 dual stack."
arch=('any')
@@ -11,7 +11,7 @@ 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"
'dyndnsc.service')
-md5sums=('ba950b33e8869bd40db30605ce701a5c'
+md5sums=('55bc511dbc6d9a9d46f89bcfaa70f37c'
'4b2cd825c387494ba77ad78106dd42eb')
build() {