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 4ed33ab86f34..6321a6b25940 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.0.16.g279deae1
+ pkgver = 0.5.2r2.g153e0be2
pkgrel = 1
url = https://github.com/flame/blis
arch = x86_64
diff --git a/PKGBUILD b/PKGBUILD
index 46ae63b8d846..212565a7fb76 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Maintainer: Stefan Husmann <stefan-husmann@t-online.de>
pkgname=blis-git
-pkgver=0.5.0.16.g279deae1
+pkgver=0.5.2r2.g153e0be2
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|tr - .)
+ printf "%s" $(git describe --tags|sed 's+-+r+'|tr - .)
}
prepare() {