summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPumpkinCheshire2020-12-04 09:18:59 +1100
committerPumpkinCheshire2020-12-04 09:18:59 +1100
commita94d5aca76b2472ce16d9cf19955335cbfc470d4 (patch)
treed5b22254a7cd3b4b614a8578857b1715f7b5ae87
parente707f72dde4baf50ccd3431e9f3e4a59497c3b60 (diff)
downloadaur-a94d5aca76b2472ce16d9cf19955335cbfc470d4.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 e0dd78526fc4..8f2237de8e34 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = python-mplleaflet
pkgdesc = Convert Matplotlib plots into Leaflet web maps
pkgver = 0.0.5
- pkgrel = 1
+ pkgrel = 2
url = http://github.com/jwass/mplleaflet
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 23b7a357516a..e71262cc9f3b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=python-mplleaflet
_name=mplleaflet
pkgver=0.0.5
-pkgrel=1
+pkgrel=2
pkgdesc="Convert Matplotlib plots into Leaflet web maps"
url="http://github.com/jwass/mplleaflet"
depends=('python' 'python-six' 'python-jinja')