summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authortadly2018-12-22 20:00:39 +0100
committertadly2018-12-22 20:01:31 +0100
commitcea91e1944a899a62d260d26f249c49e954e90d7 (patch)
tree617732de9c79f54ed252b65596cad5f10cb2929e
parent7ef9904557030747e327b9e047458217a7e58668 (diff)
downloadaur-cea91e1944a899a62d260d26f249c49e954e90d7.tar.gz
adds makedepends for setuptools
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD3
2 files changed, 5 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 11519b987617..509305029fd1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,10 +1,12 @@
pkgbase = python-crontab
pkgdesc = Crontab module for read and writing crontab files and accessing the system cron automatically and simply using a direct API.
pkgver = 2.3.5
- pkgrel = 1
+ pkgrel = 2
url = https://pypi.python.org/pypi/python-crontab
arch = any
license = LGPLv3
+ makedepends = python-setuptools
+ makedepends = python2-setuptools
source = https://files.pythonhosted.org/packages/source/p/python-crontab/python-crontab-2.3.5.tar.gz
md5sums = 675e7287b7a7984980954a472c6f15ab
diff --git a/PKGBUILD b/PKGBUILD
index 559937e861d8..383a527d2200 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,11 +1,12 @@
_name=python-crontab
pkgname=('python-crontab' 'python2-crontab')
pkgver=2.3.5
-pkgrel=1
+pkgrel=2
pkgdesc='Crontab module for read and writing crontab files and accessing the system cron automatically and simply using a direct API.'
arch=('any')
url='https://pypi.python.org/pypi/python-crontab'
license=('LGPLv3')
+makedepends=('python-setuptools' 'python2-setuptools')
source=("https://files.pythonhosted.org/packages/source/${_name::1}/${_name}/${_name}-${pkgver}.tar.gz")
md5sums=('675e7287b7a7984980954a472c6f15ab')