summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Nakhimovich2022-03-03 01:53:47 +0200
committerDaniel Nakhimovich2022-03-03 01:53:47 +0200
commit44e15281fee1fa85015696a0f7e8d91ee8c912df (patch)
tree291234a0be6d8b85e447eced337d633490355300
parent2ec93bffd39a80a22e44fc648572957bef6a68e3 (diff)
downloadaur-44e15281fee1fa85015696a0f7e8d91ee8c912df.tar.gz
remove outdated fix
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7b557e421315..96a0e6177662 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = graphblas
pkgdesc = A full implementation of the GraphBLAS standard (graphblas.org)
pkgver = 3.0.1
- pkgrel = 2
+ pkgrel = 3
url = http://faculty.cse.tamu.edu/davis/GraphBLAS.html
arch = any
license = APACHE
diff --git a/PKGBUILD b/PKGBUILD
index 52c4bca0b40b..b1312bb8e0b4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@ _author=davis
_pkgname=GraphBLAS
pkgname=graphblas
pkgver=3.0.1
-pkgrel=2
+pkgrel=3
pkgdesc="A full implementation of the GraphBLAS standard (graphblas.org)"
arch=('any')
url="http://faculty.cse.tamu.edu/$_author/$_pkgname.html"