summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 62a9a7d1b80d..906138fd5321 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Thu Jan 19 12:21:23 UTC 2017
+# Thu Jan 19 12:25:53 UTC 2017
pkgbase = terminal_velocity-git
pkgdesc = A fast note-taking app for the UNIX terminal (patched)
- pkgver = 0.102.1beb614
+ pkgver = 0.1a7.r19.g1beb614
pkgrel = 1
url = https://github.com/vhp/terminal_velocity
arch = any
diff --git a/PKGBUILD b/PKGBUILD
index 32944c881c64..4e4e7a1af62e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_pkgname=terminal_velocity
pkgname=terminal_velocity-git
-pkgver=0.102.1beb614
+pkgver=0.1a7.r19.g1beb614
pkgrel=1
pkgdesc="A fast note-taking app for the UNIX terminal (patched)"
arch=('any')
@@ -21,7 +21,7 @@ sha1sums=('SKIP'
pkgver() {
cd "$srcdir/$_pkgname"
- echo "0.$(git rev-list --count HEAD).$(git describe --always)"
+ git describe --long --tags | sed 's/\([^-]*-g\)/r\1/;s/-/./g'
}
build() {