summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorChris Down2020-01-03 12:33:43 +0000
committerChris Down2020-01-03 12:33:43 +0000
commit6734f5a77bdfcfe694dfa23398bd18f13008f594 (patch)
treee12d93b9356a0261daa314ab840bd3a510d5adbe
parent7f6dd04ba7d6f59a0d949523a11c8358a4701768 (diff)
downloadaur-6734f5a77bdfcfe694dfa23398bd18f13008f594.tar.gz
upgpkg: tzupdate 2.0.0-1
upstream release
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a1eba022454d..902729427520 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,14 @@
pkgbase = tzupdate
pkgdesc = Set the system timezone based on IP geolocation
- pkgver = 1.5.0
+ pkgver = 2.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/1.5.0.zip
- md5sums = 71b2613b8b6343257b7130f3a3cba73b
+ source = https://github.com/cdown/tzupdate/archive/2.0.0.zip
+ md5sums = 2b59ff06b158a0735abb3cbe4d6a84fc
pkgname = tzupdate
diff --git a/PKGBUILD b/PKGBUILD
index f8529192a45b..a9f237cca470 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,15 +1,15 @@
# Maintainer: Chris Down <chris@chrisdown.name>
pkgname=tzupdate
-pkgver=1.5.0
+pkgver=2.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)
+depends=(python python-setuptools)
source=("https://github.com/cdown/tzupdate/archive/${pkgver}.zip")
-md5sums=('71b2613b8b6343257b7130f3a3cba73b')
+md5sums=('2b59ff06b158a0735abb3cbe4d6a84fc')
package() {
cd "${srcdir?}/$pkgname-$pkgver" || return 1