summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorChris Severance2018-07-11 14:28:46 -0400
committerChris Severance2018-07-11 14:28:46 -0400
commitbbaec3039ecc628f6d21db77c09e6ecca6270f85 (patch)
tree622344ae08a9dc254f54b34a3752b3149a8f57f1 /PKGBUILD
parent23427e30b980c8ebf5556a33dfd93cd69b257eee (diff)
downloadaur-bbaec3039ecc628f6d21db77c09e6ecca6270f85.tar.gz
autu: Update to 1.0.4.r177.g4cd84de-1 Fix git version
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 9ba541943159..511b8b7ede4f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,11 +6,11 @@
_pkgname="gptfdisk"
pkgname="${_pkgname}-git"
-pkgver=1.0.4.177.4cd84de
+pkgver=1.0.4.r177.g4cd84de
pkgrel=1
-pkgdesc="A text-mode partitioning tool that works on Globally Unique Identifier (GUID) Partition Table (GPT) disks - GIT Version"
+pkgdesc='A text-mode partitioning tool that works on Globally Unique Identifier (GUID) Partition Table (GPT) disks - GIT Version'
arch=('i686' 'x86_64')
-url="http://www.rodsbooks.com/gdisk/"
+url='http://www.rodsbooks.com/gdisk/'
license=('GPL2')
depends=('gcc-libs' 'util-linux' 'popt' 'ncurses')
makedepends=('git')
@@ -26,7 +26,7 @@ pkgver() {
local _ACTUAL_VER
_ACTUAL_VER="$(grep -e '#define GPTFDISK_VERSION' "${srcdir}/${_pkgname}/support.h" | awk '{print $3}' | sed -e 's|"||g')"
- echo "${_ACTUAL_VER}.$(git rev-list --count HEAD).$(git describe --always)" | sed -e 's|-|.|g'
+ echo "${_ACTUAL_VER}.r$(git rev-list --count HEAD).g$(git describe --always)" | sed -e 's|-|.|g'
}
prepare() {