summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSimon Hanna2015-09-13 01:01:36 +0200
committerSimon Hanna2015-09-13 01:01:36 +0200
commitfe5611f7d790b25d8ad718a3d04918c1e6c8b82d (patch)
treeb0d0e55f6889c80cd966a3408783dc59358fdecb
parent7e8029ce1bc349d4e38a958a745ab78c4cfbf6ec (diff)
downloadaur-fe5611f7d790b25d8ad718a3d04918c1e6c8b82d.tar.gz
Add makedepends
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 78328cc8839a..168edec40eb2 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -5,6 +5,8 @@ pkgbase = python-flufl-lock
url = https://launchpad.net/flufl.lock
arch = any
license = LGPL
+ makedepends = python-setuptools
+ makedepends = python2-setuptools
options = !emptydirs
source = https://pypi.python.org/packages/source/f/flufl.lock/flufl.lock-2.3.1.tar.gz
sha256sums = a693064d05fd92035989a6addbe92cbeb3291c11f5725ec3d381b2acb37c9079
diff --git a/PKGBUILD b/PKGBUILD
index 6d389301ed67..55a0bd34cd4f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,9 +9,9 @@ arch=(any)
url="https://launchpad.net/flufl.lock"
license=('LGPL')
options=(!emptydirs)
-install=
source=("https://pypi.python.org/packages/source/f/${_pkgbase}/${_pkgbase}-${pkgver}.tar.gz")
sha256sums=('a693064d05fd92035989a6addbe92cbeb3291c11f5725ec3d381b2acb37c9079')
+makedepends=('python-setuptools' 'python2-setuptools')
package_python-flufl-lock() {
depends=('python')