summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAlberto Redondo2021-04-14 22:27:19 +0200
committerAlberto Redondo2021-04-14 22:27:19 +0200
commita1998eebccf2b907ae0358be0233b48cf7802f5b (patch)
tree32ab7480625ef24c695f7e2243554197e94edafc /PKGBUILD
parent4b405ca8b184a60151a5d022eedbfa0883266408 (diff)
downloadaur-a1998eebccf2b907ae0358be0233b48cf7802f5b.tar.gz
Bump to 0.0.9
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 25a8badf7762..463fddacfdef 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
_pkgname=domain-connect-dyndns
_pkgname_gh=DomainConnectDDNS-Python
pkgname=python-${_pkgname}
-pkgver=0.0.8
+pkgver=0.0.9
pkgrel=1
pkgdesc='Python client library for Dynamic DNS using Domain Connect'
arch=('any')
@@ -19,7 +19,7 @@ depends=(
)
makedepends=('python-setuptools')
source=(${pkgname}-${pkgver}.tar.gz::${url}/archive/v${pkgver}.tar.gz)
-md5sums=('9ec626ce5189e4072d723f2e25a40ed1')
+md5sums=('863043794bd076ec154d320ddb294025')
build() {