summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: d9f44ee7c6ec7799d1c65fb867cdf07d2702c3d2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# Maintainer: Chris Down <chris@chrisdown.name>

pkgname=tzupdate
pkgver=0.4.0
pkgrel=1
pkgdesc='Set the system timezone based on IP geolocation'
url=http://github.com/cdown/tzupdate
arch=(any)
license=(ISC)
depends=(python)
makedepends=(python-setuptools)
source=("https://github.com/cdown/tzupdate/archive/${pkgver}.zip")
md5sums=('c2944582e3a4829db64330bd9d3dbca1')

package() {
    cd "$srcdir/$pkgname-$pkgver"
    python setup.py install --root="$pkgdir"
}