summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 74a836e14a23..6f4a5bfc0c87 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,8 +2,8 @@
# Upstream URL: https://github.com/gabmus/ardhue
pkgname=ardhue-git
-pkgver=0.1
-pkgrel=2
+pkgver=f09bd9a
+pkgrel=1
pkgdesc='Interface to control ArdHue Arduino based digital RGB system'
arch=('any')
url='https://github.com/gabmus/ardhue'
@@ -17,7 +17,7 @@ sha256sums=('SKIP')
pkgver() {
cd "$srcdir/ardhue"
- git describe --long --tags | sed 's/\([^-]*-g\)/r\1/;s/-/./g'
+ git describe --always --long --tags | sed 's/\([^-]*-g\)/r\1/;s/-/./g'
}
build() {