summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorChris Down2019-05-08 15:04:34 +0100
committerChris Down2019-05-08 15:04:34 +0100
commitf4794d931aea6604e30c5685518f92efd7580a72 (patch)
tree3f9cac92dfb21c47bae094942cb64bc8b559694f
parent1a7209466f7bbfe585371cc607492c63d650241b (diff)
downloadaur-f4794d931aea6604e30c5685518f92efd7580a72.tar.gz
upgpkg: tzupdate 1.4.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 056fe40d930a..1717da154253 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = tzupdate
pkgdesc = Set the system timezone based on IP geolocation
- pkgver = 1.3.1
+ pkgver = 1.4.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.3.1.zip
- md5sums = fde0421924f76c7b29dc11d5b17bc62c
+ source = https://github.com/cdown/tzupdate/archive/1.4.0.zip
+ md5sums = af81714a806f50cf3aed3eb9c8b98871
pkgname = tzupdate
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