summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJanne Heß2016-03-21 23:30:37 +0100
committerJanne Heß2016-03-21 23:30:37 +0100
commit257413821718e24ed6b3c26b620ca0c0a214df6c (patch)
treea01cab2e5ef612998ff38617676f16f8f62c5a73 /PKGBUILD
parent84f6cb4597460317fa0c853d841fe1507a3e9f17 (diff)
downloadaur-257413821718e24ed6b3c26b620ca0c0a214df6c.tar.gz
fix version number
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD7
1 files changed, 6 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 1386c90c163c..7cad95be2604 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Janne Heß <jannehess@gmail.com>
pkgname=birtty-git
-pkgver=0.8.7
+pkgver=1235e3b
pkgrel=1
pkgdesc="Try not to crash that bird"
url="https://github.com/vain/birtty"
@@ -11,6 +11,11 @@ source=("git+https://github.com/vain/birtty")
sha512sums=('SKIP')
arch=("i686" "x86_64")
+pkgver() {
+ cd birtty
+ git describe --always
+}
+
build() {
cd "${srcdir}/birtty"
make birtty