summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-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"