summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorjorge-barroso2023-09-14 13:40:04 -0500
committerjorge-barroso2023-09-14 13:40:04 -0500
commita74a04bf63524d03159e490384b15f6c972559d8 (patch)
treeb458cdb1338dcc75f4916b7abbc2d441a41a0bb3
parent10cd37d991c93f27adf85c9d33a17e11123bbe8b (diff)
downloadaur-a74a04bf63524d03159e490384b15f6c972559d8.tar.gz
Updated to 8.0.2
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD9
2 files changed, 9 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ad5e5fe9e642..520b9938e04c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = graphblas
pkgdesc = A full implementation of the GraphBLAS standard (graphblas.org)
- pkgver = 6.2.2
- pkgrel = 4
+ pkgver = 8.0.2
+ pkgrel = 1
url = http://github.com/DrTimothyAldenDavis/GraphBLAS
arch = any
license = APACHE
makedepends = cmake
provides = graphblas
conflicts = graphblas
- source = https://github.com/DrTimothyAldenDavis/GraphBLAS/archive/refs/tags/v6.2.2.tar.gz
- sha256sums = e146ac1b5b22394f912e303ce3c10c7a97dc628df78dedf5dca6c9f27ddef2d7
+ source = https://github.com/DrTimothyAldenDavis/GraphBLAS/archive/refs/tags/v8.0.2.tar.gz
+ sha256sums = cedecdcff130c3b7e5d571b693dc2c28bc96ef5f09b33e52f0bcd42b23593ea0
pkgname = graphblas
diff --git a/PKGBUILD b/PKGBUILD
index 96bfe29b4d85..da566acd6024 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,11 +1,12 @@
-# Maintainer: DanielNak <daniel@tee.cat>
+# Maintainer jorge-barroso <jorge_barroso_11 at hotmail dot com>
+# Contributor DanielNak <daniel@tee.cat>
# Library package author: Timothy A. Davis <Davis@tamu.edu>
_author=DrTimothyAldenDavis
_pkgname=GraphBLAS
pkgname=graphblas
-pkgver=6.2.2
-pkgrel=4
+pkgver=8.0.2
+pkgrel=1
pkgdesc="A full implementation of the GraphBLAS standard (graphblas.org)"
arch=('any')
url="http://github.com/$_author/$_pkgname"
@@ -16,7 +17,7 @@ provides=("$pkgname")
conflicts=("$pkgname")
# source=("http://faculty.cse.tamu.edu/$_author/$_pkgname/$_pkgname-$pkgver.tar.gz")
source=("https://github.com/$_author/$_pkgname/archive/refs/tags/v$pkgver.tar.gz")
-sha256sums=('e146ac1b5b22394f912e303ce3c10c7a97dc628df78dedf5dca6c9f27ddef2d7')
+sha256sums=('cedecdcff130c3b7e5d571b693dc2c28bc96ef5f09b33e52f0bcd42b23593ea0')
build() {
cd "$srcdir/$_pkgname-$pkgver"