summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorGoliathLabs2020-06-11 20:17:53 +0200
committerGoliathLabs2020-06-11 20:17:53 +0200
commit9cbbc41a909e7bcfcb994cb045cbe223acacc561 (patch)
treef37ebe1092612308402781e8e6763f7303758b96 /PKGBUILD
parent76c8b2fbac26ed5d812a4717e7fe786d4725e411 (diff)
downloadaur-9cbbc41a909e7bcfcb994cb045cbe223acacc561.tar.gz
Updated: PKGBUILD
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD10
1 files changed, 6 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index be207ccfe747..9e9328e191e7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,9 @@
-# Maintainer: Mantas Mikulėnas <grawity@gmail.com>
-pkgname=realmd-git
+# Maintainer: Felix Golatofski <contact@xdfr.de>
+# Contributor: Mantas Mikulėnas <grawity@gmail.com>
+
_pkgname=realmd
-pkgver=0.16.3.r26.gb6753bd
+pkgname=$_pkgname-git
+pkgver=0.16.3.r35.g517fa76
pkgrel=1
pkgdesc="DBus service for joining hosts to Active Directory and FreeIPA realms"
arch=(i686 x86_64)
@@ -16,7 +18,7 @@ sha256sums=('SKIP')
pkgver() {
cd "$_pkgname"
- git describe | sed 's/-/.r/; s/-/./g'
+ git describe --long | sed 's/\([^-]*-g\)/r\1/;s/-/./g'
}
prepare() {