summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDobroslaw Kijowski2016-08-23 18:23:24 +0200
committerDobroslaw Kijowski2016-08-23 18:23:24 +0200
commit8f991f9b7dba416b8854987b44458d3c03d005a3 (patch)
treed7b4ab9f2b14752c9bac11fc5fb537f814866ed6
parent415142b0d7a18d24a11edda5b8106d57534addb9 (diff)
downloadaur-8f991f9b7dba416b8854987b44458d3c03d005a3.tar.gz
* Add missing dependencies.
* Upstream update to 3.2.0.
-rw-r--r--.SRCINFO12
-rw-r--r--PKGBUILD8
2 files changed, 12 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c173b1b50f02..7387804f9284 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,18 @@
+# Generated by mksrcinfo v8
+# Tue Aug 23 16:22:52 UTC 2016
pkgbase = python-apscheduler
pkgdesc = Advanced Python Scheduler is a light but powerful in-process task scheduler
- pkgver = 3.0.1
+ pkgver = 3.2.0
pkgrel = 1
url = http://pypi.python.org/pypi/APScheduler
arch = any
license = MIT
makedepends = python-setuptools
- depends = python
- source = http://pypi.python.org/packages/source/A/APScheduler/APScheduler-3.0.1.tar.gz
- md5sums = 7c3687b3dcd645fe9df48e34eb7a7592
+ depends = python-six
+ depends = python-pytz
+ depends = python-tzlocal
+ source = https://files.pythonhosted.org/packages/source/A/APScheduler/APScheduler-3.2.0.tar.gz
+ md5sums = db71a9cdf942cb210afe3926bcb0b5ed
pkgname = python-apscheduler
diff --git a/PKGBUILD b/PKGBUILD
index 0d37dab75f6c..60ec7647ff1f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,16 +2,16 @@
pkgname=python-apscheduler
_pkgname=APScheduler
-pkgver=3.0.1
+pkgver=3.2.0
pkgrel=1
pkgdesc='Advanced Python Scheduler is a light but powerful in-process task scheduler'
arch=(any)
url=http://pypi.python.org/pypi/APScheduler
license=(MIT)
-depends=(python)
+depends=(python-six python-pytz python-tzlocal)
makedepends=(python-setuptools)
-source=(http://pypi.python.org/packages/source/A/APScheduler/${_pkgname}-${pkgver}.tar.gz)
-md5sums=(7c3687b3dcd645fe9df48e34eb7a7592)
+source=(https://files.pythonhosted.org/packages/source/A/APScheduler/${_pkgname}-${pkgver}.tar.gz)
+md5sums=(db71a9cdf942cb210afe3926bcb0b5ed)
build() {
cd ${srcdir}/${_pkgname}-${pkgver}