summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index cc45796de290..ed25569ceb45 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=('dcd-git')
pkgver=0.9.0.r6.cbcc6fa
-pkgrel=1
+pkgrel=2
pkgdesc="D Completion Daemon: auto-complete for the D programming language"
arch=('i686' 'x86_64')
url="https://github.com/dlang-community/DCD"
@@ -35,7 +35,7 @@ sha256sums=(
pkgver() {
cd "$srcdir/DCD"
- git describe --long --tags | sed 's/^v//;s/\([^-]*-\)g/r\1/;s/-/./g'
+ git describe --long --tags | sed 's/^v//;s/\([^-]*-\)g/r\1/;s/-/./g;s/\.rc./rc/g'
}
prepare() {