summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorTony Lambiris2022-06-02 05:52:14 -0400
committerTony Lambiris2022-06-02 05:52:14 -0400
commit2b12ea191213d0babe44fae16249f660043ddcf6 (patch)
treee536b3bbb85558abdbc364d163c9da228576238b /PKGBUILD
parent207d2392a8d261f1063caa6b648962c9b2e74c21 (diff)
downloadaur-2b12ea191213d0babe44fae16249f660043ddcf6.tar.gz
Version bump
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index fe193dbdd4fe..a8f5220a9951 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: Tony Lambiris <tony@libpcap.net
pkgname=double-conversion-git
-pkgver=v3.2.0.r6.ga109d7d
-pkgrel=1
+pkgver=3.2.0.r6.ga109d7d
+pkgrel=2
pkgdesc='Efficient binary-decimal and decimal-binary conversion routines for IEEE doubles.'
arch=(i686 x86_64)
url='https://github.com/google/double-conversion'
@@ -17,7 +17,7 @@ sha256sums=('SKIP')
pkgver() {
cd "${srcdir}/${pkgname}"
- git describe --long --tags | sed 's/\([^-]*-g\)/r\1/;s/-/./g'
+ git describe --long --tags | sed 's/\([^-]*-g\)/r\1/;s/-/./g;s/^v//g'
}
prepare() {