summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorChris Down2016-02-02 10:35:21 +0000
committerChris Down2016-02-02 10:35:21 +0000
commit683f624dbce648fb1d6d11974559f882d844d3ca (patch)
tree6091325bb46ba39c4ac7824ce5f50b1b5d84004e
parent2844d9de99f46182d9a251b0f2eeddf692015f94 (diff)
downloadaur-683f624dbce648fb1d6d11974559f882d844d3ca.tar.gz
Release 0.4.0-3: Move python-setuptools to main depends
This should not be in makedepends since it's needed after installation for the console_scripts.
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD5
2 files changed, 6 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a21f826aba32..06c06c560a7f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,15 @@
+# Generated by mksrcinfo v8
+# Tue Feb 2 10:35:19 UTC 2016
pkgbase = tzupdate
pkgdesc = Set the system timezone based on IP geolocation
pkgver = 0.4.0
- pkgrel = 2
+ pkgrel = 3
url = http://github.com/cdown/tzupdate
arch = any
license = ISC
- makedepends = python-setuptools
depends = python
depends = python-requests
+ depends = python-setuptools
source = https://github.com/cdown/tzupdate/archive/0.4.0.zip
md5sums = c2944582e3a4829db64330bd9d3dbca1
diff --git a/PKGBUILD b/PKGBUILD
index ca5906030199..791cbe84ae85 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,13 +2,12 @@
pkgname=tzupdate
pkgver=0.4.0
-pkgrel=2
+pkgrel=3
pkgdesc='Set the system timezone based on IP geolocation'
url=http://github.com/cdown/tzupdate
arch=(any)
license=(ISC)
-depends=(python python-requests)
-makedepends=(python-setuptools)
+depends=(python python-requests python-setuptools)
source=("https://github.com/cdown/tzupdate/archive/${pkgver}.zip")
md5sums=('c2944582e3a4829db64330bd9d3dbca1')