summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorhaawda2018-11-20 11:46:30 +0100
committerhaawda2018-11-20 11:46:30 +0100
commit1bb348a26e01e760de2d32b5d52b61bcd92f3ded (patch)
treefa98226bb36ac1f8b011c3b7b3d1562adab00bd0
parent961fdae900473a4c75701a0c526d5d75df49f023 (diff)
downloadaur-1bb348a26e01e760de2d32b5d52b61bcd92f3ded.tar.gz
small consistency fix
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9a4b1824bee6..4ed33ab86f34 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.4.1.84.g14f3d5e6
+ pkgver = 0.5.0.16.g279deae1
pkgrel = 1
url = https://github.com/flame/blis
arch = x86_64
diff --git a/PKGBUILD b/PKGBUILD
index 50845a42b304..46ae63b8d846 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Maintainer: Stefan Husmann <stefan-husmann@t-online.de>
pkgname=blis-git
-pkgver=0.4.1.84.g14f3d5e6
+pkgver=0.5.0.16.g279deae1
pkgrel=1
pkgdesc="BLAS-like Library Instantiation Software framework by the Science of High-Performance Computing Group"
arch=('x86_64')
@@ -29,7 +29,7 @@ prepare() {
build() {
cd "${pkgname%-git}"
- CFLAGS+=" -fPIC" ./configure -p "${pkgdir}/usr" x86_64
+ CFLAGS+=" -fPIC" ./configure -p "${pkgdir}"/usr x86_64
make BLIS_ENABLE_DYNAMIC_BUILD:=yes
}