summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorIsmaël Bouya2017-01-19 13:26:29 +0100
committerIsmaël Bouya2017-01-19 13:26:29 +0100
commitdff3ca6744077a5c12d5240a73d2e7aee060c7e2 (patch)
tree478540073db5fb6c4ae3d07d8e560a505456878a
parent2e9d10bda6e631a2b30e6e929ea73261860ce27b (diff)
downloadaur-dff3ca6744077a5c12d5240a73d2e7aee060c7e2.tar.gz
Use more consistant revision names (increasing)
-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() {