summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorChris Down2017-01-01 14:24:47 +0000
committerChris Down2017-01-01 14:24:47 +0000
commitfdf3bd6fbfc27b2ee16026dbd3f8c4145e17ceca (patch)
tree3f5e91ee9a13e3c5f7c245f0c72a074c25b3341d
parent3011de9a8d060db5bba53d6ce53f037d5550095c (diff)
downloadaur-fdf3bd6fbfc27b2ee16026dbd3f8c4145e17ceca.tar.gz
Release 1.1.0-1
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b543f96a5a2d..d7de4bb171b4 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Sun Jan 1 12:56:47 UTC 2017
+# Sun Jan 1 14:24:47 UTC 2017
pkgbase = tzupdate
pkgdesc = Set the system timezone based on IP geolocation
- pkgver = 1.0.0
+ pkgver = 1.1.0
pkgrel = 1
url = http://github.com/cdown/tzupdate
arch = any
@@ -10,8 +10,8 @@ pkgbase = tzupdate
depends = python
depends = python-requests
depends = python-setuptools
- source = https://github.com/cdown/tzupdate/archive/1.0.0.zip
- md5sums = c481898795be32985e8385b833020e0b
+ source = https://github.com/cdown/tzupdate/archive/1.1.0.zip
+ md5sums = 95c6415bfb563dbdcc654f175e1b5a66
pkgname = tzupdate
diff --git a/PKGBUILD b/PKGBUILD
index e00973c7c0bf..6c280b0dda12 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Chris Down <chris@chrisdown.name>
pkgname=tzupdate
-pkgver=1.0.0
+pkgver=1.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-requests python-setuptools)
source=("https://github.com/cdown/tzupdate/archive/${pkgver}.zip")
-md5sums=('c481898795be32985e8385b833020e0b')
+md5sums=('95c6415bfb563dbdcc654f175e1b5a66')
package() {
cd "${srcdir?}/$pkgname-$pkgver" || return 1