summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSolomon Choina2018-08-27 07:16:01 -0400
committerSolomon Choina2018-08-27 07:16:01 -0400
commit79d53fe7d84a6d0df118a6c452331320c1f100b7 (patch)
tree8dbbde3440c0a659e32951ad966a31a9c8305144
parent8fd7680d9638a52250ffed24c53fbcb1b92d40ea (diff)
downloadaur-79d53fe7d84a6d0df118a6c452331320c1f100b7.tar.gz
update pkgver
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 62ac98c2f911..0c3ed72575e9 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,6 @@
-# Generated by mksrcinfo v8
-# Sun Mar 25 16:25:15 UTC 2018
pkgbase = file-commander-git
pkgdesc = Qt-based cross-platform Total Commander-like orthodox file manager for Windows, Mac and Linux
- pkgver = 0.9.4.r4.g3e04fc4
+ pkgver = 0.9.4.8.r1.g9847b08
pkgrel = 1
url = https://github.com/VioletGiraffe/file-commander
arch = i686
diff --git a/PKGBUILD b/PKGBUILD
index d6a9b6f9cd48..55d1fc7e0790 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
pkgname=file-commander-git
_pkgname=file-commander
-pkgver=0.9.4.r4.g3e04fc4
+pkgver=0.9.4.8.r1.g9847b08
pkgrel=1
pkgdesc='Qt-based cross-platform Total Commander-like orthodox file manager for Windows, Mac and Linux'
arch=('i686' 'x86_64')
@@ -14,7 +14,7 @@ sha256sums=('SKIP')
pkgver() {
cd "$pkgname"
- git describe --long --tags | sed 's/\([^-]*-g\)/r\1/;s/-/./g'
+ git describe --long --tags | sed 's/v//;s/\([^-]*-g\)/r\1/;s/-/./g'
}
prepare(){