summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorChris Down2017-01-01 12:56:52 +0000
committerChris Down2017-01-01 12:56:52 +0000
commit3011de9a8d060db5bba53d6ce53f037d5550095c (patch)
treec9759378ff0acec508930acb2669abadb630eae3
parent023328f6d666ef952c5c5929e06540934ec70d25 (diff)
downloadaur-3011de9a8d060db5bba53d6ce53f037d5550095c.tar.gz
Release 1.0.0-1
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD6
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ff098bf322fa..b543f96a5a2d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,17 +1,17 @@
# Generated by mksrcinfo v8
-# Wed Feb 3 18:59:56 UTC 2016
+# Sun Jan 1 12:56:47 UTC 2017
pkgbase = tzupdate
pkgdesc = Set the system timezone based on IP geolocation
- pkgver = 0.5.0
- pkgrel = 2
+ pkgver = 1.0.0
+ pkgrel = 1
url = http://github.com/cdown/tzupdate
arch = any
license = Public Domain
depends = python
depends = python-requests
depends = python-setuptools
- source = https://github.com/cdown/tzupdate/archive/0.5.0.zip
- md5sums = 44477a9a522c7eb18b4beddef973418c
+ source = https://github.com/cdown/tzupdate/archive/1.0.0.zip
+ md5sums = c481898795be32985e8385b833020e0b
pkgname = tzupdate
diff --git a/PKGBUILD b/PKGBUILD
index 4fd08b5e97b1..e00973c7c0bf 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,15 +1,15 @@
# Maintainer: Chris Down <chris@chrisdown.name>
pkgname=tzupdate
-pkgver=0.5.0
-pkgrel=2
+pkgver=1.0.0
+pkgrel=1
pkgdesc='Set the system timezone based on IP geolocation'
url=http://github.com/cdown/tzupdate
arch=(any)
license=('Public Domain')
depends=(python python-requests python-setuptools)
source=("https://github.com/cdown/tzupdate/archive/${pkgver}.zip")
-md5sums=('44477a9a522c7eb18b4beddef973418c')
+md5sums=('c481898795be32985e8385b833020e0b')
package() {
cd "${srcdir?}/$pkgname-$pkgver" || return 1