summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorhaawda2018-04-12 19:59:01 +0200
committerhaawda2018-04-12 19:59:01 +0200
commit2a347f9409210d94d394bfbdb23e32f533efb910 (patch)
tree2ba38a7f346c8559b07321d67e553a455a26f398
parent3a8dcf7054e37f1d8a82ebbd02b04880fe39daef (diff)
downloadaur-2a347f9409210d94d394bfbdb23e32f533efb910.tar.gz
Upstream fixed the Issue, download latest commits again
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ad4fd5acc806..4f0615584629 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.3.0.38.g3c91c7ae
+ pkgver = 0.3.1.13.g9f56df95
pkgrel = 1
url = https://github.com/flame/blis
arch = x86_64
@@ -9,7 +9,7 @@ pkgbase = blis-git
depends = glibc
options = !buildflags
options = !emptydirs
- source = git+https://github.com/flame/blis.git#commit=3c91c7aebafb446a2582267beb3b22c8bb475b3b
+ source = git+https://github.com/flame/blis.git
source = fpic.patch
md5sums = SKIP
md5sums = e6e4efeb173915d038d62cb76f58c4bb
diff --git a/PKGBUILD b/PKGBUILD
index bfe3d1b63b6a..2d34006b713b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Maintainer: Stefan Husmann <stefan-husmann@t-online.de>
pkgname=blis-git
-pkgver=0.3.0.38.g3c91c7ae
+pkgver=0.3.1.13.g9f56df95
pkgrel=1
pkgdesc="BLAS-like Library Instantiation Software framework by the Science of High-Performance Computing Group"
arch=('x86_64')
@@ -11,7 +11,7 @@ depends=('glibc')
makedepends=('python2')
url='https://github.com/flame/blis'
options=('!buildflags' '!emptydirs')
-source=("git+https://github.com/flame/blis.git#commit=3c91c7aebafb446a2582267beb3b22c8bb475b3b" fpic.patch)
+source=("git+https://github.com/flame/blis.git" fpic.patch)
md5sums=('SKIP'
'e6e4efeb173915d038d62cb76f58c4bb')