summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMateo2021-08-22 16:50:04 -0600
committerMateo2021-08-22 16:50:04 -0600
commita5b3e98bea1fbcff987ccc83cc855e44d8b7633d (patch)
tree29a986eff4e4a3e0809269efefa4f7f59400ffb2 /PKGBUILD
parentb205975b45297d5f51f2d22885ba81f7aed23f99 (diff)
downloadaur-nfs2iso2nfs-git.tar.gz
Changed version scheme
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 16f980560ecd..fdb721524b83 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=nfs2iso2nfs-git
_gitname="nfs2iso2nfs"
-pkgver=v0.5.6
+pkgver=v0.5.6.0.gb47a6bb
pkgrel=1
pkgdesc="convert nfs files to iso and back (git version)"
arch=('x86_64')
@@ -17,7 +17,7 @@ md5sums=('SKIP')
pkgver() {
cd $_gitname
- git describe --tags
+ git describe --long --tags | sed 's/([^-]*-g)/r1/;s/-/./g'
}
build() {