aboutsummaryrefslogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJohannes Löthberg <johannes@kyriasis.com>2013-11-27 22:44:11 +0100
committerJohannes Löthberg <johannes@kyriasis.com>2015-06-01 16:03:38 +0200
commitb32674caba5be6fd5307b951f2092ba3ef3eb0e6 (patch)
treed099f90898a0185a2fcbe4d76b2d66d8d7de3a8f /PKGBUILD
parent99487aa52becc13401ad7c3ebac3eeabc49603e1 (diff)
downloadpkgbuilds-b32674caba5be6fd5307b951f2092ba3ef3eb0e6.tar.xz
Cleaned up some pkgver()'s
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 0106817..7805368 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,8 +6,8 @@
# Contributor: Johannes Löthberg <johannes@kyriasis.com>
pkgname=weechat-git
-pkgver=0.4.2.r24.g3088d31
-pkgrel=2
+pkgver=0.4.2.r80.gea9d79f
+pkgrel=1
pkgdesc="Fast, light & extensible IRC client (curses UI)"
arch=('i686' 'x86_64')
url="http://www.weechat.org/"
@@ -23,7 +23,7 @@ md5sums=('SKIP')
pkgver(){
cd weechat
- printf "%s" "$(git describe --tags --long | sed 's/^v//; s/-/-r/' | tr - .)"
+ git describe --tags --long | sed 's/^v//; s/-/-r/; s/-/./g'
}
build() {