summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorChris Down2019-07-31 17:04:03 +0100
committerChris Down2019-07-31 17:04:03 +0100
commit7f6dd04ba7d6f59a0d949523a11c8358a4701768 (patch)
treecf56a4e26f47671f02b07311abc2f8c324bf9fe0
parentf4794d931aea6604e30c5685518f92efd7580a72 (diff)
downloadaur-7f6dd04ba7d6f59a0d949523a11c8358a4701768.tar.gz
upgpkg: tzupdate 1.5.0-1
upstream release
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1717da154253..a1eba022454d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = tzupdate
pkgdesc = Set the system timezone based on IP geolocation
- pkgver = 1.4.0
+ pkgver = 1.5.0
pkgrel = 1
url = http://github.com/cdown/tzupdate
arch = any
@@ -8,8 +8,8 @@ pkgbase = tzupdate
depends = python
depends = python-requests
depends = python-setuptools
- source = https://github.com/cdown/tzupdate/archive/1.4.0.zip
- md5sums = af81714a806f50cf3aed3eb9c8b98871
+ source = https://github.com/cdown/tzupdate/archive/1.5.0.zip
+ md5sums = 71b2613b8b6343257b7130f3a3cba73b
pkgname = tzupdate
diff --git a/PKGBUILD b/PKGBUILD
index b0903b914a7c..f8529192a45b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Chris Down <chris@chrisdown.name>
pkgname=tzupdate
-pkgver=1.4.0
+pkgver=1.5.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=('af81714a806f50cf3aed3eb9c8b98871')
+md5sums=('71b2613b8b6343257b7130f3a3cba73b')
package() {
cd "${srcdir?}/$pkgname-$pkgver" || return 1