summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 47abcc44e036..b0903b914a7c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Chris Down <chris@chrisdown.name>
pkgname=tzupdate
-pkgver=1.3.1
+pkgver=1.4.0
pkgrel=1
pkgdesc='Set the system timezone based on IP geolocation'
url=http://github.com/cdown/tzupdate
@@ -9,7 +9,7 @@ arch=(any)
license=('Public Domain')
depends=(python python-requests python-setuptools)
source=("https://github.com/cdown/tzupdate/archive/${pkgver}.zip")
-md5sums=('fde0421924f76c7b29dc11d5b17bc62c')
+md5sums=('af81714a806f50cf3aed3eb9c8b98871')
package() {
cd "${srcdir?}/$pkgname-$pkgver" || return 1