summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAnton Kudelin2019-10-16 15:33:12 +0300
committerAnton Kudelin2019-10-16 15:33:12 +0300
commit5018f5fab7a6907cf8bc387bc765b27526417c1b (patch)
treeadd4d8c8d7e682b821b769b989796b91a7499c40
parent3d4f33a6eaf9b9869d15b93cdb7481ce209f3481 (diff)
downloadaur-5018f5fab7a6907cf8bc387bc765b27526417c1b.tar.gz
a minor fix
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD8
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index cbfed1c708f9..659131a84f19 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = atlas-lapack
pkgdesc = Automatically Tuned Linear Algebra Software
pkgver = 3.10.3
- pkgrel = 2
+ pkgrel = 3
url = http://math-atlas.sourceforge.net/
install = atlas-lapack.install
arch = x86_64
diff --git a/PKGBUILD b/PKGBUILD
index bc45619b2763..8fcc77115173 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,13 +1,13 @@
-# Maintainer: Giuseppe Borzi <gborzi___AT___ieee___DOT___org>
+# Maintainer: Anton Kudelin <kudelin___AT___protonmail___DOT___com>
+# Contributor: Giuseppe Borzi <gborzi___AT___ieee___DOT___org>
# Contributor: mickele <mimocciola___AT___yahoo___DOT___ com>
# Contributor: iztok pizorn <pizorn___AT___gmail___DOT___com>
# Contributor: olivier medoc <o_medoc___AT___yahoo___DOT___fr>
-# Contributor: Anton Kudelin <kudelin___AT___protonmail___DOT___com>
pkgname=atlas-lapack
pkgver=3.10.3
_lapackver=3.8.0
-pkgrel=2
+pkgrel=3
pkgdesc="Automatically Tuned Linear Algebra Software"
url="http://math-atlas.sourceforge.net/"
depends=('gcc-libs')
@@ -33,7 +33,7 @@ prepare() {
cd $srcdir
tar -xjf atlas$pkgver.tar.bz2
- mkdir ATLAS/build
+ mkdir -p ATLAS/build
}
build() {