summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorSanpi2019-07-04 15:09:03 +0200
committerSanpi2019-07-04 15:09:03 +0200
commit07c9438f7e0ac2795582d3a010b0b47b30ea0ff4 (patch)
tree1ad5c6d18cbde7b68ebcfd33f7558dfd5e078d03 /PKGBUILD
parentb1032c17374c35f119332397cca3e23b5fbac04e (diff)
downloadaur-qmapshack-hg.tar.gz
Fixes pkgver
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 8f95d32a629d..5a47d0e41df1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Sanpi <sanpi+aur@homecomputing.fr>
pkgname='qmapshack-hg'
-pkgver=1.13.0.50.55dee1ae0d55
+pkgver=1.13.0.r50.55dee1ae0d55
pkgrel=1
pkgdesc='Plan your next outdoor trip'
arch=('x86_64')
@@ -16,7 +16,7 @@ sha256sums=('SKIP')
pkgver() {
cd "$pkgname"
- hg log -r . --template '{latesttag}.{latesttagdistance}.{node|short}' | sed 's/V //'
+ hg log -r . --template '{latesttag}.r{latesttagdistance}.{node|short}' | sed 's/V //'
}
build() {