summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBehnam Momeni2022-03-03 17:17:59 +0330
committerBehnam Momeni2022-03-03 17:17:59 +0330
commitfcb9406f8d027af482cad1472bbadf96f8e453af (patch)
treed0b64432dbe36503cc2220e30839926a626126e6
parentb4edf0da946975ecacb5ee7b3725e02cb09d1e22 (diff)
downloadaur-fcb9406f8d027af482cad1472bbadf96f8e453af.tar.gz
Upgrade to upstream version 3.10.0
-rw-r--r--.SRCINFO8
-rw-r--r--.gitignore5
-rw-r--r--PKGBUILD7
3 files changed, 14 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 301ada09efed..87e35b43e19b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,8 @@
+# Generated by mksrcinfo v8
+# Thu Mar 3 13:43:48 UTC 2022
pkgbase = lib32-lapack
pkgdesc = Linear Algebra PACKage (32-bit)
- pkgver = 3.9.0
+ pkgver = 3.10.0
pkgrel = 1
url = https://www.netlib.org/lapack
arch = x86_64
@@ -9,8 +11,8 @@ pkgbase = lib32-lapack
makedepends = lib32-gcc-libs
makedepends = cmake
makedepends = python
- source = lapack-3.9.0.tar.gz::https://github.com/Reference-LAPACK/lapack/archive/v3.9.0.tar.gz
- sha1sums = 0451d180eed2b12b94aaae77e772d7573e87bec4
+ source = lapack-3.10.0.tar.gz::https://github.com/Reference-LAPACK/lapack/archive/v3.10.0.tar.gz
+ sha1sums = 4a9384523bf236c83568884e8c62d9517e41ac42
pkgname = lib32-lapack
depends = lib32-blas
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 000000000000..d6d6cb985138
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,5 @@
+*.tar.gz
+*.tar.xz
+*.tar.zst
+src/
+pkg/
diff --git a/PKGBUILD b/PKGBUILD
index 913ff4f846a3..92226a45a81c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,10 +1,11 @@
-# Maintainer: Andrew Sun <adsun701 at gmail dot com>
+# Maintainer: Behnam Momeni <sbmomeni [at the] gmail [dot] com>
+# Contributor: Andrew Sun <adsun701 at gmail dot com>
# Contributor: orumin <dev at orum.in>
pkgbase=lib32-lapack
_basename=lapack
pkgname=('lib32-lapack' 'lib32-blas' 'lib32-cblas' 'lib32-lapacke')
-pkgver=3.9.0
+pkgver=3.10.0
pkgrel=1
url="https://www.netlib.org/lapack"
pkgdesc="Linear Algebra PACKage (32-bit)"
@@ -12,7 +13,7 @@ makedepends=('gcc-fortran' 'lib32-gcc-libs' 'cmake' 'python')
arch=('x86_64')
license=("custom")
source=($_basename-$pkgver.tar.gz::"https://github.com/Reference-LAPACK/lapack/archive/v$pkgver.tar.gz")
-sha1sums=('0451d180eed2b12b94aaae77e772d7573e87bec4')
+sha1sums=('4a9384523bf236c83568884e8c62d9517e41ac42')
build() {
mkdir -p ${srcdir}/build