summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorKieran Colford2016-12-06 12:14:30 -0500
committerKieran Colford2016-12-06 12:14:30 -0500
commiteb477db4c8837419e52e05687b804dd6fefb5971 (patch)
treee10ac2b7e0c9a5bfc97dccf267c6a37e12121782 /PKGBUILD
parentbb3589eefd91bb3844836123aac686ccf8d50e95 (diff)
downloadaur-eb477db4c8837419e52e05687b804dd6fefb5971.tar.gz
bump
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 8ef892fb8a3f..ab4fe18c0a18 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Kieran Colford <kieran@kcolford.com>
pkgname=ddns
-pkgver=1.1.1
+pkgver=1.2.0
pkgrel=1
epoch=
pkgdesc="Automatic provisioning of Dynamic DNS."
@@ -8,7 +8,7 @@ arch=('any')
url="https://github.com/kcolford/$pkgname"
license=('GPL')
groups=()
-depends=('bash' 'bind-tools' 'coreutils' 'sed')
+depends=('bash' 'bind-tools' 'coreutils' 'inetutils' 'sed' 'systemd')
makedepends=()
checkdepends=()
optdepends=('bind: for tsig-keygen'
@@ -22,7 +22,7 @@ options=()
install=
changelog=
source=("$url/archive/v$pkgver.tar.gz")
-md5sums=('51b4a4d4a5b95532d6418f9f56566749')
+md5sums=('bae00de8466dcf96614649a0a15a835c')
noextract=()
package() {