summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorKieran Colford2017-02-08 11:36:18 -0500
committerKieran Colford2017-02-08 11:36:18 -0500
commitebf8efd79815110877c4496542703f99e35e1e9a (patch)
tree0c07e1406482ba0cc954e443df2a2a3ba16eb830 /PKGBUILD
parentcfb295c348e6ce5bae275218e78ae05dd3b44d6b (diff)
downloadaur-ebf8efd79815110877c4496542703f99e35e1e9a.tar.gz
Update ddns-git
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index a4723469cfda..a044580a801f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Kieran Colford <kieran@kcolford.com>
pkgname=ddns-git
-pkgver=v2.1.1.r0.1395a93
+pkgver=2.1.1.r0.g1395a93
pkgrel=1
pkgdesc="Automatic provisioning of dynamic DNS"
arch=('any')
@@ -23,7 +23,7 @@ noextract=()
pkgver() {
cd "$srcdir/ddns"
- printf "%s" "$(git describe --long | sed 's/\([^-]*-\)g/r\1/;s/-/./g')"
+ git describe --long | sed 's/v//;s/-/.r/;s/-/./g'
}
package() {