summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorŁukasz Pożarlik2019-12-12 09:18:40 +0100
committerŁukasz Pożarlik2019-12-12 09:18:40 +0100
commita76ad3fbeec1b2abb347461c79497087f8db7a2f (patch)
tree62e910f206764f0c9977cbe68818b204d2bd2422
parent6ecfad333d9b0efab5a617ae76612c487bb44cfd (diff)
downloadaur-a76ad3fbeec1b2abb347461c79497087f8db7a2f.tar.gz
Update to 4.1.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c314d7f657dd..0f3785fd13ab 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-timezonefinder
pkgdesc = Fast and lightweight project for looking up the timezone for a given lat/lng
- pkgver = 4.0.2
+ pkgver = 4.1.0
pkgrel = 1
url = https://github.com/MrMinimal64/timezonefinder
arch = any
@@ -9,9 +9,9 @@ pkgbase = python-timezonefinder
makedepends = python-setuptools
makedepends = python2
makedepends = python2-setuptools
- source = https://files.pythonhosted.org/packages/source/t/timezonefinder/timezonefinder-4.0.2.tar.gz
+ source = https://files.pythonhosted.org/packages/source/t/timezonefinder/timezonefinder-4.1.0.tar.gz
source = python3.patch
- sha256sums = 659ff7fe78248e6a79af4652be70f88bc72ed5478985e2c0bbc5e2c1868bf380
+ sha256sums = 0569558a0343e5c0ff6a6d92dc30725ddedec13b6b57fa642c70121dd33496a3
sha256sums = 2fc4a9ecc413c09c4eddfbfe8c71952d9b7e608f415f3d8ba295988e30786288
pkgname = python-timezonefinder
diff --git a/PKGBUILD b/PKGBUILD
index c52b3feb697e..5b69dedb901c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=('python-timezonefinder' 'python2-timezonefinder')
pkgdesc="Fast and lightweight project for looking up the timezone for a given lat/lng"
-pkgver=4.0.2
+pkgver=4.1.0
pkgrel=1
url="https://github.com/MrMinimal64/timezonefinder"
license=('MIT')
@@ -13,7 +13,7 @@ makedepends=('python'
'python2-setuptools')
source=("https://files.pythonhosted.org/packages/source/t/timezonefinder/timezonefinder-${pkgver}.tar.gz"
"python3.patch")
-sha256sums=('659ff7fe78248e6a79af4652be70f88bc72ed5478985e2c0bbc5e2c1868bf380'
+sha256sums=('0569558a0343e5c0ff6a6d92dc30725ddedec13b6b57fa642c70121dd33496a3'
'2fc4a9ecc413c09c4eddfbfe8c71952d9b7e608f415f3d8ba295988e30786288')
build() {