diff options
author | PumpkinCheshire | 2021-06-05 14:39:17 +0800 |
---|---|---|
committer | PumpkinCheshire | 2021-06-05 14:39:17 +0800 |
commit | 90b718cc4f110cb9c752744a41029b6de24420cd (patch) | |
tree | 3ec5fbc95c649a2fba33f8c1d2476636b086bfef | |
parent | 7d565012d7309a678363b7151ffea7a091428e96 (diff) | |
download | aur-90b718cc4f110cb9c752744a41029b6de24420cd.tar.gz |
bump to 1.2.1
-rw-r--r-- | PKGBUILD | 10 |
1 files changed, 5 insertions, 5 deletions
@@ -1,9 +1,9 @@ -# Maintainer: pumpkincheshire <sollyonzou@gmail.com> +# Maintainer: PumpkinCheshire <$(base64 --decode <<<'c29sbHlvbnpvdUBnbWFpbC5jb20=')> pkgname='python-mercantile' _name=mercantile -pkgver=1.1.6 -pkgrel=4 +pkgver=1.2.1 +pkgrel=1 pkgdesc='Spherical mercator tile and coordinate utilities' arch=('any') url='https://github.com/mapbox/mercantile' @@ -17,8 +17,8 @@ optdepends=('check-manifest: dev tools' 'python-pydocstyle: doc style control') source=("https://files.pythonhosted.org/packages/source/${_name::1}/${_name}/${_name}-${pkgver}.tar.gz" 'https://raw.githubusercontent.com/mapbox/mercantile/master/LICENSE.txt') -sha256sums=('0dff4cbc2c92ceca0e0dfbb3dc74392a96d33cfa29afb1bdfcc80283d3ef4207' - '30a7b88bfe78000da504b2d6dba9acac1925cf03a55439c1477602c75b46ca37') +sha256sums=('fa3c6db15daffd58454ac198b31887519a19caccee3f9d63d17ae7ff61b3b56b' + 'b62b62ad938b5e163b58c137c89f8241b318f203a90fcc0920e9c2bca8eeb555') build() { cd "$_name-$pkgver" |