summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD5
2 files changed, 4 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c7cbe3f10796..9a4b1824bee6 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,11 @@
pkgbase = blis-git
pkgdesc = BLAS-like Library Instantiation Software framework by the Science of High-Performance Computing Group
- pkgver = 0.3.2.60.g3f387ca3
- pkgrel = 2
+ pkgver = 0.4.1.84.g14f3d5e6
+ pkgrel = 1
url = https://github.com/flame/blis
arch = x86_64
license = custom:BSD
makedepends = python2
- depends = glibc
provides = blis
conflicts = blis
options = !buildflags
diff --git a/PKGBUILD b/PKGBUILD
index d998b5b49fd4..50845a42b304 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,12 +2,11 @@
# Maintainer: Stefan Husmann <stefan-husmann@t-online.de>
pkgname=blis-git
-pkgver=0.3.2.60.g3f387ca3
-pkgrel=2
+pkgver=0.4.1.84.g14f3d5e6
+pkgrel=1
pkgdesc="BLAS-like Library Instantiation Software framework by the Science of High-Performance Computing Group"
arch=('x86_64')
license=('custom:BSD')
-depends=('glibc')
makedepends=('python2')
conflicts=('blis')
provides=('blis')