diff options
author | webmeister | 2016-09-17 10:17:51 +0200 |
---|---|---|
committer | webmeister | 2016-09-17 10:17:51 +0200 |
commit | 9f44235102c91d942f5d7423026410cf120e716c (patch) | |
tree | 9f21d6ccb8f5f4aba2837897d881cee0d559afb6 | |
parent | 12f135427262863f1da56b0f0f38337ad9f78fcd (diff) | |
download | aur-python-tzwhere.tar.gz |
Update to v2.3
-rw-r--r-- | .SRCINFO | 6 | ||||
-rw-r--r-- | PKGBUILD | 8 |
2 files changed, 7 insertions, 7 deletions
@@ -1,13 +1,13 @@ pkgbase = python-tzwhere pkgdesc = Library to look up timezone from lat lng offline - pkgver = 2.2 + pkgver = 2.3 pkgrel = 1 url = https://github.com/pegler/pytzwhere arch = any license = MIT depends = python - source = python-tzwhere-2.2.tar.gz::https://github.com/pegler/pytzwhere/archive/2.2.tar.gz - sha256sums = ff7bb018d9f39165190711f1b0505446d922bd5526f3601c23b1258241b7fc21 + source = https://pypi.python.org/packages/1c/60/eaeeb9ab5622e2b5655c9636c11d28979277aacfec8ed1885a43b93ffe12/tzwhere-2.3.tar.gz + sha256sums = 77fc41912556f745dfc761144a27cb00795f5a2fee5f10eb6530b19211914bed pkgname = python-tzwhere @@ -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" } |