summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAnthony Ruhier2016-12-21 01:14:31 +0100
committerAnthony Ruhier2016-12-21 01:15:00 +0100
commit713483fd58cca858afb941507c5c685e600258fb (patch)
treee6b82289e9080315173e7eef03f957b328403b88 /PKGBUILD
parent8a497e111aa805f1eec3b4e0514c810588f54e80 (diff)
downloadaur-713483fd58cca858afb941507c5c685e600258fb.tar.gz
Add future and requests as makedepends
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 5 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 0e7a74b3e019..1d85ff7824aa 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,14 +4,18 @@ pkgbase=python-gazelleapi
_pkgbase="${pkgbase#python-}"
pkgname=(python-gazelleapi python2-gazelleapi)
pkgver=0.1.4
-pkgrel=1
+pkgrel=2
pkgdesc='An API for interacting with Gazelle based sites'
arch=(any)
url='https://github.com/itismadness/gazelleapi'
license=(MIT)
makedepends=(
python-setuptools
+ python-future
+ python-requests
python2-setuptools
+ python2-future
+ python2-requests
)
options=(!emptydirs)
source=("https://github.com/itismadness/${_pkgbase}/archive/${pkgver}.tar.gz")