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-08 12:21:37 +0200
commit1b4936e0fa28ea89afc0171fcffc65b0810aba85 (patch)
treeb9d9b5e44fc155f23f9956e210856a73ef54225d /PKGBUILD
parent68bd5c2bdd83835c8aa1628654554d23733a8736 (diff)
downloadpkgbuilds-1b4936e0fa28ea89afc0171fcffc65b0810aba85.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 c48d474..e89438f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,8 +2,8 @@
# Contributor: TDY <tdy@gmx.com>
pkgname=pcmanfm-git
-pkgver=1.1.2.r36.g9b9dd4c
-pkgrel=3
+pkgver=1.1.2.r94.gf717e0c
+pkgrel=1
pkgdesc="An extremely fast, lightweight, yet feature-rich file manager with tabbed browsing"
arch=('i686' 'x86_64')
url="http://pcmanfm.sourceforge.net/"
@@ -20,7 +20,7 @@ md5sums=('SKIP')
pkgver() {
cd pcmanfm
- printf "%s" "$(git describe --always --long | sed 's/-/-r/' | tr - .)"
+ git describe --always --long | sed 's/-/-r/; s/-/./g'
}
build() {