summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1b496da0cfe8..1439b552fff3 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = shell-velocity-git
pkgdesc = A portable notational velocity for your shell
- pkgver = 55.849e2f2
+ pkgver = r55.849e2f2
pkgrel = 1
url = https://github.com/saccarosium/shell-velocity
arch = any
diff --git a/PKGBUILD b/PKGBUILD
index 8b8d91f0effe..9701d09c5683 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Jonathan Neidel <aur@jneidel.com>
pkgname=shell-velocity-git
-pkgver=55.849e2f2
+pkgver=r55.849e2f2
pkgrel=1
pkgdesc="A portable notational velocity for your shell"
arch=(any)
@@ -24,7 +24,7 @@ md5sums=("SKIP")
pkgver() {
cd "$srcdir/${pkgname/-git/}"
- printf "%s.%s" "$(git rev-list --count HEAD)" "$(git rev-parse --short HEAD)"
+ printf "r%s.%s" "$(git rev-list --count HEAD)" "$(git rev-parse --short HEAD)"
}
package() {