summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorChris Down2018-11-03 13:07:25 +0000
committerChris Down2018-11-03 13:07:25 +0000
commit1a7209466f7bbfe585371cc607492c63d650241b (patch)
treed309365f99009475c11f013b2c5cd571e117c966
parent7050610e2a2ca7f96b7543827e2cc51a2e9e579d (diff)
downloadaur-1a7209466f7bbfe585371cc607492c63d650241b.tar.gz
upgpkg: tzupdate 1.3.1-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 f9411849091b..056fe40d930a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = tzupdate
pkgdesc = Set the system timezone based on IP geolocation
- pkgver = 1.2.0
+ pkgver = 1.3.1
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.2.0.zip
- md5sums = 7f5d343a27bc4dd900ddd0f4cfa7216b
+ source = https://github.com/cdown/tzupdate/archive/1.3.1.zip
+ md5sums = fde0421924f76c7b29dc11d5b17bc62c
pkgname = tzupdate
diff --git a/PKGBUILD b/PKGBUILD
index 25f99470f982..47abcc44e036 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Chris Down <chris@chrisdown.name>
pkgname=tzupdate
-pkgver=1.2.0
+pkgver=1.3.1
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=('7f5d343a27bc4dd900ddd0f4cfa7216b')
+md5sums=('fde0421924f76c7b29dc11d5b17bc62c')
package() {
cd "${srcdir?}/$pkgname-$pkgver" || return 1