summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorŁukasz Pożarlik2021-12-28 10:55:09 +0100
committerŁukasz Pożarlik2021-12-28 10:55:09 +0100
commitb4f6479af3a07405dfda9f7b40380f1efa560794 (patch)
tree3b03a17f5e8ad8cf04fb3ea26d3d7f183be620c7
parentb44a4ef4b665f2b747462c24db0277b9e816ba8c (diff)
downloadaur-b4f6479af3a07405dfda9f7b40380f1efa560794.tar.gz
Update to 5.2.0
-rw-r--r--.SRCINFO9
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 552445bb62f1..ac636202bb9b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,14 @@
pkgbase = python-timezonefinder
pkgdesc = Fast and lightweight project for looking up the timezone for a given lat/lng
- pkgver = 4.5.0
- pkgrel = 2
+ pkgver = 5.2.0
+ pkgrel = 1
url = https://github.com/MrMinimal64/timezonefinder
arch = any
license = MIT
makedepends = python
makedepends = python-setuptools
- source = https://files.pythonhosted.org/packages/source/t/timezonefinder/timezonefinder-4.5.0.tar.gz
- sha256sums = 99b0cea5abf304e8738ecf5cceae0c0e5182534843f19638a26a220fa212fbad
+ source = https://files.pythonhosted.org/packages/source/t/timezonefinder/timezonefinder-5.2.0.tar.gz
+ sha256sums = a374570295a8dbd923630ce85f754e52578e288cb0a9cf575834415e84758352
pkgname = python-timezonefinder
depends = python-numpy
-
diff --git a/PKGBUILD b/PKGBUILD
index 9f84fb217743..3a262a3eb076 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,15 +2,15 @@
pkgname=('python-timezonefinder')
pkgdesc="Fast and lightweight project for looking up the timezone for a given lat/lng"
-pkgver=4.5.0
-pkgrel=2
+pkgver=5.2.0
+pkgrel=1
url="https://github.com/MrMinimal64/timezonefinder"
license=('MIT')
arch=('any')
makedepends=('python'
'python-setuptools')
source=("https://files.pythonhosted.org/packages/source/t/timezonefinder/timezonefinder-${pkgver}.tar.gz")
-sha256sums=('99b0cea5abf304e8738ecf5cceae0c0e5182534843f19638a26a220fa212fbad')
+sha256sums=('a374570295a8dbd923630ce85f754e52578e288cb0a9cf575834415e84758352')
build() {
cp -r ${srcdir}/timezonefinder-${pkgver} ${srcdir}/timezonefinder-${pkgver}-py2