summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPumpkinCheshire2020-11-06 05:47:29 +1100
committerPumpkinCheshire2020-11-06 05:47:29 +1100
commit03df9a5ea27cebac49d1cce20929bc74c4813e3b (patch)
treec29ccc76e5bb7f5039cc834064aa6949214367a5
parent0e9c421cc38da89eaea66a3623e3722507669c2f (diff)
downloadaur-03df9a5ea27cebac49d1cce20929bc74c4813e3b.tar.gz
fix sha256
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 31c90dfbee91..6425d959a4c2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname='python-mercantile'
_name=mercantile
pkgver=1.1.6
-pkgrel=1
+pkgrel=2
pkgdesc='Context geo-tiles in Python'
arch=('any')
url='https://github.com/mapbox/mercantile'
@@ -16,9 +16,9 @@ optdepends=('check-manifest: dev tools'
'python-pytest-cov: test tools'
'python-pydocstyle: doc style control')
source=("https://files.pythonhosted.org/packages/source/${_name::1}/${_name}/${_name}-${pkgver}.tar.gz"
- 'https://github.com/mapbox/mercantile/blob/master/LICENSE.txt')
+ 'https://raw.githubusercontent.com/mapbox/mercantile/master/LICENSE.txt')
sha256sums=('0dff4cbc2c92ceca0e0dfbb3dc74392a96d33cfa29afb1bdfcc80283d3ef4207'
- 'd89ff39f64a9287c61787591d9771b8d9fe100a393f31e906d377c4ecf694ac6')
+ '30a7b88bfe78000da504b2d6dba9acac1925cf03a55439c1477602c75b46ca37')
build() {
cd "$_name-$pkgver"