summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Nakhimovich2022-03-03 01:35:22 +0200
committerDaniel Nakhimovich2022-03-03 01:35:22 +0200
commit7370235a0198ea353aea9bc71b41288d23dce8a6 (patch)
tree65c4605676c3209059be3bba06bebef7a1a848ff
parent8b3b1fac384ec4e6d4d931145fa81a2e9d226e91 (diff)
downloadaur-7370235a0198ea353aea9bc71b41288d23dce8a6.tar.gz
update author name
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 48691938e4a6..7b557e421315 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 = 1
+ pkgrel = 2
url = http://faculty.cse.tamu.edu/davis/GraphBLAS.html
arch = any
license = APACHE
@@ -12,4 +12,3 @@ pkgbase = graphblas
sha256sums = 1f864b8ec7763001484b2220e5183a7fe2c09b73bf75b394ab5ea6b7a2e7f41a
pkgname = graphblas
-
diff --git a/PKGBUILD b/PKGBUILD
index 63e602992261..2f343aa65fa0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,11 +1,11 @@
-# Maintainer: DanManN <dnahimov@gmail.com>
+# Maintainer: DanielNak <daniel@tee.cat>
# Library package author: Timothy A. Davis <Davis@tamu.edu>
_author=davis
_pkgname=GraphBLAS
pkgname=graphblas
pkgver=3.0.1
-pkgrel=1
+pkgrel=2
pkgdesc="A full implementation of the GraphBLAS standard (graphblas.org)"
arch=('any')
url="http://faculty.cse.tamu.edu/$_author/$_pkgname.html"