summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorKieran Colford2017-02-07 20:38:05 -0500
committerKieran Colford2017-02-07 20:38:05 -0500
commitcfb295c348e6ce5bae275218e78ae05dd3b44d6b (patch)
treeb02906a871c269fad9d594e98d9562dd8f3e06a3
parentcbd95be56b8b5fad948152ebc3f6383dcedec854 (diff)
downloadaur-cfb295c348e6ce5bae275218e78ae05dd3b44d6b.tar.gz
Update ddns-git
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index fd20bade5223..d80792a99026 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = ddns-git
pkgdesc = Automatic provisioning of dynamic DNS
- pkgver = v2.1.0.r0.49b4994
- pkgrel = 2
+ pkgver = v2.1.1.r0.1395a93
+ pkgrel = 1
url = https://github.com/kcolford/ddns
arch = any
license = GPL
@@ -17,7 +17,7 @@ pkgbase = ddns-git
optdepends = postfix: MX records will be added if the mail server is online
provides = ddns
conflicts = ddns
- source = git+https://github.com/kcolford/ddns#master
+ source = git+https://github.com/kcolford/ddns
md5sums = SKIP
pkgname = ddns-git
diff --git a/PKGBUILD b/PKGBUILD
index 6ceb376fe3f0..a4723469cfda 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Kieran Colford <kieran@kcolford.com>
pkgname=ddns-git
-pkgver=v2.1.0.r0.49b4994
-pkgrel=2
+pkgver=v2.1.1.r0.1395a93
+pkgrel=1
pkgdesc="Automatic provisioning of dynamic DNS"
arch=('any')
url="https://github.com/kcolford/ddns"
@@ -17,7 +17,7 @@ conflicts=("${pkgname%-git}")
replaces=()
options=()
install=
-source=("git+$url#master")
+source=("git+$url")
md5sums=('SKIP')
noextract=()