summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorÓscar García Amor2018-10-25 11:01:55 +0200
committerÓscar García Amor2018-10-25 11:01:55 +0200
commitfa08065eae0d8bc47d6b9955c70c05e5e1443431 (patch)
tree7c8bd49ee19146a579310761fb360d436682bebb /PKGBUILD
parente11c2701fddf50d1df230ccba473c523b68f3839 (diff)
downloadaur-fa08065eae0d8bc47d6b9955c70c05e5e1443431.tar.gz
Fix depends
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 161cec2e8472..5a0886f338b2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,11 +4,12 @@ _pkgname=py-trello
pkgbase=python-py-trello
pkgname=('python-py-trello' 'python2-py-trello')
pkgver=0.13.0
-pkgrel=2
+pkgrel=3
pkgdesc='Python API wrapper around Trello API'
arch=('any')
url='https://github.com/sarumont/py-trello'
license=('BSD')
+depends=('python-dateutil' 'python-requests' 'python-requests-oauthlib' 'python-pytz')
makedepends=('python-setuptools' 'python2-setuptools')
source=("https://github.com/sarumont/py-trello/archive/${pkgver}.tar.gz")
sha256sums=('3f3ce1949e736995b408e55b266c7135dc4286439db17e38c37dc38aaf30ce93')