summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorŁukasz Pożarlik2018-08-20 23:06:25 +0200
committerŁukasz Pożarlik2018-08-20 23:06:25 +0200
commit14b71d447a019ed6c71b6ce11e3df8aea1120113 (patch)
tree003d51d5706490df170ce279602dfdffffc23ef2
parentfbeae58a5bd40cc036a5260ea17cf3f73fae169d (diff)
downloadaur-14b71d447a019ed6c71b6ce11e3df8aea1120113.tar.gz
update to 3.0.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c52aec9b7c05..5d870e7c1bba 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 = 2.1.0
+ pkgver = 3.0.0
pkgrel = 1
url = https://github.com/MrMinimal64/timezonefinder
arch = any
@@ -9,8 +9,8 @@ pkgbase = python-timezonefinder
makedepends = python-setuptools
makedepends = python2
makedepends = python2-setuptools
- source = https://files.pythonhosted.org/packages/source/t/timezonefinder/timezonefinder-2.1.0.tar.gz
- sha256sums = f68fdc1d58f227598553a798768045407a5628b9d29ab1b26b7a24c08c74d16d
+ source = https://files.pythonhosted.org/packages/source/t/timezonefinder/timezonefinder-3.0.0.tar.gz
+ sha256sums = 90f19dc51752e51b5e23742b5cb40763844855096f017a07c361eed1377777dd
pkgname = python-timezonefinder
depends = python-numpy
diff --git a/PKGBUILD b/PKGBUILD
index 875f54761d9f..126728f506f3 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=2.1.0
+pkgver=3.0.0
pkgrel=1
url="https://github.com/MrMinimal64/timezonefinder"
license=('MIT')
@@ -12,7 +12,7 @@ makedepends=('python'
'python2'
'python2-setuptools')
source=("https://files.pythonhosted.org/packages/source/t/timezonefinder/timezonefinder-${pkgver}.tar.gz")
-sha256sums=('f68fdc1d58f227598553a798768045407a5628b9d29ab1b26b7a24c08c74d16d')
+sha256sums=('90f19dc51752e51b5e23742b5cb40763844855096f017a07c361eed1377777dd')
build() {
cp -r ${srcdir}/timezonefinder-${pkgver} ${srcdir}/timezonefinder-${pkgver}-py2