summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorChris Down2022-01-05 14:42:17 +0100
committerChris Down2022-01-05 14:42:17 +0100
commit0e3e08a1de0d990054b9ea7943eec5a981ce3444 (patch)
tree4e354675bb2b76487a0f1dff66ddd61d74662a0c /PKGBUILD
parent6734f5a77bdfcfe694dfa23398bd18f13008f594 (diff)
downloadaur-0e3e08a1de0d990054b9ea7943eec5a981ce3444.tar.gz
upgpkg: tzupdate 2.1.0-1
upstream release
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index a9f237cca470..82e30a618647 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Chris Down <chris@chrisdown.name>
pkgname=tzupdate
-pkgver=2.0.0
+pkgver=2.1.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-setuptools)
source=("https://github.com/cdown/tzupdate/archive/${pkgver}.zip")
-md5sums=('2b59ff06b158a0735abb3cbe4d6a84fc')
+md5sums=('d1bfe48af64922eca1553d4f553d74cc')
package() {
cd "${srcdir?}/$pkgname-$pkgver" || return 1