summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorhaawda2019-04-10 22:24:17 +0200
committerhaawda2019-04-10 22:24:17 +0200
commit32c0dd44b26b92246c5b2e6d7e0ab92eacda30ad (patch)
treead4f13733214a29790587d28f786946f083bead5
parentdbffdc0e14dd8277ed0c5906be435458d03fe85d (diff)
downloadaur-32c0dd44b26b92246c5b2e6d7e0ab92eacda30ad.tar.gz
minimal change in pkgver function
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6321a6b25940..f0ee23dba13f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = blis-git
pkgdesc = BLAS-like Library Instantiation Software framework by the Science of High-Performance Computing Group
- pkgver = 0.5.2r2.g153e0be2
+ pkgver = 0.5.2.r20.g32812ff5
pkgrel = 1
url = https://github.com/flame/blis
arch = x86_64
diff --git a/PKGBUILD b/PKGBUILD
index 212565a7fb76..95a14d34dcbe 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Maintainer: Stefan Husmann <stefan-husmann@t-online.de>
pkgname=blis-git
-pkgver=0.5.2r2.g153e0be2
+pkgver=0.5.2.r20.g32812ff5
pkgrel=1
pkgdesc="BLAS-like Library Instantiation Software framework by the Science of High-Performance Computing Group"
arch=('x86_64')
@@ -19,7 +19,7 @@ sha512sums=('SKIP'
pkgver() {
cd "${pkgname%-git}"
- printf "%s" $(git describe --tags|sed 's+-+r+'|tr - .)
+ printf "%s" $(git describe --tags|sed 's+-+.r+'|tr - .)
}
prepare() {