summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorwebmeister2016-09-17 10:17:51 +0200
committerwebmeister2016-09-17 10:17:51 +0200
commit9f44235102c91d942f5d7423026410cf120e716c (patch)
tree9f21d6ccb8f5f4aba2837897d881cee0d559afb6 /PKGBUILD
parent12f135427262863f1da56b0f0f38337ad9f78fcd (diff)
downloadaur-python-tzwhere.tar.gz
Update to v2.3
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 7eb3ba1fd56a..b1eb0ec0d665 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,16 +1,16 @@
pkgname=python-tzwhere
-pkgver=2.2
+pkgver=2.3
pkgrel=1
pkgdesc='Library to look up timezone from lat lng offline'
arch=('any')
url='https://github.com/pegler/pytzwhere'
license=('MIT')
depends=('python')
-source=(https://pypi.python.org/packages/source/t/tzwhere/tzwhere-$pkgver.tar.gz)
-sha256sums=('1f590d2c1913cffcc666bf8bb94b090c92ac8398cab14f16f20e775e61cad6ad')
+source=(https://pypi.python.org/packages/1c/60/eaeeb9ab5622e2b5655c9636c11d28979277aacfec8ed1885a43b93ffe12/tzwhere-2.3.tar.gz)
+sha256sums=('77fc41912556f745dfc761144a27cb00795f5a2fee5f10eb6530b19211914bed')
package() {
- cd "$srcdir/pytzwhere-$pkgver"
+ cd "$srcdir/tzwhere-$pkgver"
python setup.py install --root="$pkgdir/" --optimize=1
install -D -m0644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
}