summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-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() {