summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew Anderson2020-01-13 14:57:23 +0000
committerAndrew Anderson2020-01-13 14:57:23 +0000
commitf1f9ea3b3b94ef3ea3c576ca23e924e5e86ce36f (patch)
tree3d99a07773ca0677f97caf44c02183bf6a7c9ad9
parenta94d0fbb7b8e725a6381e0677181965485efa117 (diff)
downloadaur-f1f9ea3b3b94ef3ea3c576ca23e924e5e86ce36f.tar.gz
Fix PKGREL
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3d7eafbf9c9a..1df2982cb13d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = aarch64-linux-gnu-openblas-lapack-openmp
pkgdesc = Optimized BLAS library based on GotoBLAS2 1.13 BSD (providing blas, lapack, and cblas)
pkgver = 0.3.7
- pkgrel = 18
+ pkgrel = 1
url = http://www.openblas.net/
arch = any
license = BSD
diff --git a/PKGBUILD b/PKGBUILD
index d5e8ef944aeb..0e5c76fdfd00 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@ _PkgName=OpenBLAS
_pkgname=openblas
pkgver=0.3.7
_lapackver=3.8.0
-pkgrel=18
+pkgrel=1
pkgdesc="Optimized BLAS library based on GotoBLAS2 1.13 BSD (providing blas, lapack, and cblas)"
arch=('any')
url="http://www.openblas.net/"