summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorlongranger2016-03-07 23:49:40 -0800
committerlongranger2016-03-07 23:49:40 -0800
commitbf11fdcc84eb86f192380904967afcd68f57d0b5 (patch)
tree86651f648e91a35d3dc1dd248e6bdb93a51b0f1e /PKGBUILD
parentd380937f63d2a61cd85306af3866ecef6dba5b15 (diff)
downloadaur-bf11fdcc84eb86f192380904967afcd68f57d0b5.tar.gz
new version 0.5
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 2cd92f08b9ef..bed62d26584c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: longranger <longranger dot 406 at gmail dot com>
pkgname="noauto_mounter"
-pkgver=0.3.r0.g0beb498
+pkgver=0.5.r1.gd60c78c
pkgrel=1
pkgdesc="auto mount local and nfs noauto fstab mounts"
arch=('x86_64')
@@ -13,7 +13,7 @@ md5sums=('SKIP')
install='noauto_mounter.install'
pkgver() {
- cd "$pkgname-${pkgver}"
+ cd "${pkgname}-${pkgver}"
git describe --long | sed 's/\([^-]*-g\)/r\1/;s/-/./g'
}