summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorhaawda2019-04-13 21:05:08 +0200
committerhaawda2019-04-13 21:05:08 +0200
commit4034fa6dd7fe7234ef4a8acdc692aeb7cd955360 (patch)
treefe0a499ae505742a01ff39e7c163534ee20d31f3 /PKGBUILD
parent3cc6afdaa64f74fd790a8a8453dccde973ba6028 (diff)
downloadaur-4034fa6dd7fe7234ef4a8acdc692aeb7cd955360.tar.gz
minor change in pkgver
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 419ec5bcd621..b974efd853b9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
# Maintainer: Stefan Husmann <stefan-husmann@t-online.de>
pkgname=aarchup-git
-pkgver=1.8.1.5.g32fe8c7
+pkgver=1.8.3.r1.g598d1e5
pkgrel=1
pkgdesc="Fork of archup a small and lightweight update-notifier for archlinux."
url="https://github.com/aericson/aarchup"
@@ -22,7 +22,7 @@ install=aarchup.install
pkgver() {
cd ${pkgname%-git}
- git describe --tags | sed 's+-+.+g'
+ git describe --tags | sed 's+-+.r+' |tr - .
}
build() {