summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorhaawda2021-03-07 19:21:00 +0100
committerhaawda2021-03-07 19:21:00 +0100
commit98514e5ca415749f621c553842d9bb4fe33159d6 (patch)
tree4b93addcddc6989890c4b03398e4032e983b5578 /PKGBUILD
parentd5e7a51af0b0d0ab5e90f08814ce004497e056fc (diff)
downloadaur-98514e5ca415749f621c553842d9bb4fe33159d6.tar.gz
remove blis_profile.sh file
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD7
1 files changed, 3 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 38c18ea01078..8d4fa7804ac2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Maintainer: Stefan Husmann <stefan-husmann@t-online.de>
pkgname=blis-git
-pkgver=0.7.0.r38.g9c5b485d
+pkgver=0.8.0.r32.g670bc7b6
pkgrel=1
pkgdesc="BLAS-like Library Instantiation Software framework by the Science of High-Performance Computing Group"
arch=('x86_64')
@@ -13,9 +13,8 @@ conflicts=('blis')
provides=('blis')
url='https://github.com/flame/blis'
options=('!buildflags' '!emptydirs')
-source=("git+https://github.com/flame/blis.git" blis_profile.sh)
-sha512sums=('SKIP'
- 'cb53fa1f8c540062d4d55b4b91c787a821c563ea0bdb4e37f1db08869c320132a493e6b55f5d876418d56ad5b4f1dc5553f871862418393614e160dd1329ec9e')
+source=("git+https://github.com/flame/blis.git")
+sha512sums=('SKIP')
pkgver() {
cd "${pkgname%-git}"