summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPumpkinCheshire2020-11-12 22:21:04 +1100
committerPumpkinCheshire2020-11-12 22:21:04 +1100
commita7570eb1b567d43a7e12208a9f04f920e8d00d80 (patch)
tree786d44609e9fc8da76e76ca808458c4ffe86bfbf
parent03df9a5ea27cebac49d1cce20929bc74c4813e3b (diff)
downloadaur-a7570eb1b567d43a7e12208a9f04f920e8d00d80.tar.gz
fix desc
-rw-r--r--.SRCINFO8
-rw-r--r--.gitignore15
-rw-r--r--PKGBUILD4
3 files changed, 21 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index bdafd02181cb..955204bbcd9d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = python-mercantile
- pkgdesc = Context geo-tiles in Python
+ pkgdesc = Spherical mercator tile and coordinate utilities
pkgver = 1.1.6
- pkgrel = 1
+ pkgrel = 3
url = https://github.com/mapbox/mercantile
arch = any
license = MIT
@@ -13,9 +13,9 @@ pkgbase = python-mercantile
optdepends = python-pytest-cov: test tools
optdepends = python-pydocstyle: doc style control
source = https://files.pythonhosted.org/packages/source/m/mercantile/mercantile-1.1.6.tar.gz
- source = https://github.com/mapbox/mercantile/blob/master/LICENSE.txt
+ source = https://raw.githubusercontent.com/mapbox/mercantile/master/LICENSE.txt
sha256sums = 0dff4cbc2c92ceca0e0dfbb3dc74392a96d33cfa29afb1bdfcc80283d3ef4207
- sha256sums = d89ff39f64a9287c61787591d9771b8d9fe100a393f31e906d377c4ecf694ac6
+ sha256sums = 30a7b88bfe78000da504b2d6dba9acac1925cf03a55439c1477602c75b46ca37
pkgname = python-mercantile
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 000000000000..260113357f23
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,15 @@
+*.log
+*.rpm
+*.deb
+*.tar*
+*.gz
+*.zip
+*.run
+*.whl
+*.AppImage
+*.jar
+*.tgz
+*.pdf
+*.txt
+src/
+pkg/
diff --git a/PKGBUILD b/PKGBUILD
index 6425d959a4c2..19e9ed9d0715 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,8 +3,8 @@
pkgname='python-mercantile'
_name=mercantile
pkgver=1.1.6
-pkgrel=2
-pkgdesc='Context geo-tiles in Python'
+pkgrel=3
+pkgdesc='Spherical mercator tile and coordinate utilities'
arch=('any')
url='https://github.com/mapbox/mercantile'
license=('MIT')