summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPumpkinCheshire2020-12-04 09:16:06 +1100
committerPumpkinCheshire2020-12-04 09:16:06 +1100
commit195f02c956ce79e44b8426a2e0f904a93fd2f846 (patch)
tree6f757001fd2d6d25f7641a537f7103f32dfa9eab
parent0422536e8a1a5bd934a6b1e8b251c081dbbc7a5b (diff)
downloadaur-195f02c956ce79e44b8426a2e0f904a93fd2f846.tar.gz
bump for python3.9
-rw-r--r--.SRCINFO2
-rw-r--r--.gitignore4
-rw-r--r--PKGBUILD2
3 files changed, 6 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 00a9e4bfbc8f..a11269219e59 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = python-libpysal
pkgdesc = Core components of Python Spatial Analysis Library.
pkgver = 4.3.0
- pkgrel = 2
+ pkgrel = 3
url = https://pysal.org/libpysal/
arch = any
license = BSD
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 000000000000..018a3de08144
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,4 @@
+*
+!PKGBUILD
+!.SRCINFO
+!.gitignore
diff --git a/PKGBUILD b/PKGBUILD
index 6330705ca9d9..06799cefd5d9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
_name=libpysal
pkgname=python-libpysal
pkgver=4.3.0
-pkgrel=2
+pkgrel=3
pkgdesc="Core components of Python Spatial Analysis Library."
arch=('any')
url="https://pysal.org/libpysal/"