summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPumpkinCheshire2020-12-04 09:17:06 +1100
committerPumpkinCheshire2020-12-04 09:17:06 +1100
commit5bd5bc3605deb90b8fe7ec8d90ff539d5b22311e (patch)
treec00d44f28c3ce576454025f41abf76a3f8e92033
parent7aaf31a80c07c77fc987bc487d973d6f52e9f59f (diff)
downloadaur-5bd5bc3605deb90b8fe7ec8d90ff539d5b22311e.tar.gz
bump for python3.9
-rw-r--r--.SRCINFO2
-rw-r--r--.gitignore19
-rw-r--r--PKGBUILD2
3 files changed, 6 insertions, 17 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a041d602da5e..e82055536597 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = python-mapclassify
pkgdesc = Classification schemes for choropleth mapping.
pkgver = 2.3.0
- pkgrel = 2
+ pkgrel = 3
url = https://github.com/pysal/mapclassify
arch = any
license = BSD
diff --git a/.gitignore b/.gitignore
index 78b3a645e298..018a3de08144 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,15 +1,4 @@
-*.log
-*.rpm
-*.deb
-*.tar*
-*.gz
-*.zip
-*.run
-*.whl
-*.AppImage
-*.jar
-*.tgz
-*.pdf
-
-src/
-pkg/
+*
+!PKGBUILD
+!.SRCINFO
+!.gitignore
diff --git a/PKGBUILD b/PKGBUILD
index 49bcd55772ff..1283b6413c23 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
_name=mapclassify
pkgname=python-mapclassify
pkgver=2.3.0
-pkgrel=2
+pkgrel=3
pkgdesc="Classification schemes for choropleth mapping."
arch=('any')
url="https://github.com/pysal/mapclassify"