summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorDobroslaw Kijowski2016-08-23 18:23:24 +0200
committerDobroslaw Kijowski2016-08-23 18:23:24 +0200
commit8f991f9b7dba416b8854987b44458d3c03d005a3 (patch)
treed7b4ab9f2b14752c9bac11fc5fb537f814866ed6 /PKGBUILD
parent415142b0d7a18d24a11edda5b8106d57534addb9 (diff)
downloadaur-8f991f9b7dba416b8854987b44458d3c03d005a3.tar.gz
* Add missing dependencies.
* Upstream update to 3.2.0.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD8
1 files changed, 4 insertions, 4 deletions
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}