summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index de5140d84ed0..6babc3e4bfce 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = python-numpy-git
pkgdesc = Scientific tools for Python - git version
pkgver = v1.21.0.dev0.r814.g740a8cf8c1
- pkgrel = 1
+ pkgrel = 2
url = https://www.numpy.org/
arch = x86_64
license = custom:BSD 3-clause
diff --git a/PKGBUILD b/PKGBUILD
index 6469b714e02d..126e61fcb9d9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,9 @@
+#Maintainer: Dylan Delgado <dylan1496 at live dot com>
+
pkgname=python-numpy-git
_pkgname=numpy
pkgver=v1.21.0.dev0.r814.g740a8cf8c1
-pkgrel=1
+pkgrel=2
pkgdesc="Scientific tools for Python - git version"
arch=('x86_64')
license=('custom:BSD 3-clause')