summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPumpkinCheshire2020-12-04 09:17:59 +1100
committerPumpkinCheshire2020-12-04 09:17:59 +1100
commit7d565012d7309a678363b7151ffea7a091428e96 (patch)
tree8db66fae18870d4a50e1c6b5cf47b0a215c0c02d
parent5d4d71e27fd631143a37a264e1fe6ffe5f9f8042 (diff)
downloadaur-7d565012d7309a678363b7151ffea7a091428e96.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 955204bbcd9d..218b5c10f0c4 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = python-mercantile
pkgdesc = Spherical mercator tile and coordinate utilities
pkgver = 1.1.6
- pkgrel = 3
+ pkgrel = 4
url = https://github.com/mapbox/mercantile
arch = any
license = MIT
diff --git a/.gitignore b/.gitignore
index 260113357f23..018a3de08144 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,15 +1,4 @@
-*.log
-*.rpm
-*.deb
-*.tar*
-*.gz
-*.zip
-*.run
-*.whl
-*.AppImage
-*.jar
-*.tgz
-*.pdf
-*.txt
-src/
-pkg/
+*
+!PKGBUILD
+!.SRCINFO
+!.gitignore
diff --git a/PKGBUILD b/PKGBUILD
index 19e9ed9d0715..178684a51ec4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname='python-mercantile'
_name=mercantile
pkgver=1.1.6
-pkgrel=3
+pkgrel=4
pkgdesc='Spherical mercator tile and coordinate utilities'
arch=('any')
url='https://github.com/mapbox/mercantile'