summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD4
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 42275de1e908..9aaeba45152e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = lapack-git
pkgdesc = Linear Algebra PACKage
- pkgver = 3.11.0.r73.ge270bf800
+ pkgver = 3.11.0.r213.gae2f14fe1
pkgrel = 1
url = https://www.netlib.org/lapack/
arch = i686
@@ -17,7 +17,7 @@ pkgbase = lapack-git
pkgname = lapack-git
depends = gcc-libs
depends = blas
- provides = lapack=3.11.0.r73.ge270bf800
+ provides = lapack=3.11.0.r213.gae2f14fe1
provides = lapack-manpages
conflicts = lapack
conflicts = lapack-manpages
@@ -26,8 +26,8 @@ pkgname = blas-git
pkgdesc = Basic linear algebra subprograms
url = https://www.netlib.org/blas/
depends = gcc-libs
- provides = blas=3.11.0.r73.ge270bf800
- provides = cblas=3.11.0.r73.ge270bf800
+ provides = blas=3.11.0.r213.gae2f14fe1
+ provides = cblas=3.11.0.r213.gae2f14fe1
conflicts = blas
conflicts = cblas
@@ -36,5 +36,5 @@ pkgname = lapacke-git
url = https://www.netlib.org/lapack/lapacke.html
depends = glibc
depends = lapack
- provides = lapacke=3.11.0.r73.ge270bf800
+ provides = lapacke=3.11.0.r213.gae2f14fe1
conflicts = lapacke
diff --git a/PKGBUILD b/PKGBUILD
index 60095a7ad112..7292777a8e22 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgbase=lapack-git
pkgname=('lapack-git' 'blas-git' 'lapacke-git')
-pkgver=3.11.0.r73.ge270bf800
+pkgver=3.11.0.r213.gae2f14fe1
pkgrel=1
pkgdesc="Linear Algebra PACKage"
arch=('i686' 'x86_64')
@@ -51,7 +51,7 @@ package_lapack-git() {
rm -r "$pkgdir/usr/lib/cmake"/{cblas*,lapacke*}
rm -r "$pkgdir/usr/lib/pkgconfig"/{blas.*,cblas.*,lapacke.*}
- mkdir -p "$pkgdir/usr/share"
+ install -dm755 "$pkgdir/usr/share"
cp -r "DOCS/man" "$pkgdir/usr/share"
install -Dm644 "LICENSE" -t "$pkgdir/usr/share/licenses/lapack"