summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorÓscar García Amor2018-10-25 10:53:31 +0200
committerÓscar García Amor2018-10-25 10:53:31 +0200
commite11c2701fddf50d1df230ccba473c523b68f3839 (patch)
tree3fc84256735d91bf313083ec2cf18b4ce7a2e4e1 /PKGBUILD
parent0ce4e5321786842c7df4129e358b56c2a47cb5ce (diff)
downloadaur-e11c2701fddf50d1df230ccba473c523b68f3839.tar.gz
Fix makedepends
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 742048d84ed5..161cec2e8472 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,12 +4,12 @@ _pkgname=py-trello
pkgbase=python-py-trello
pkgname=('python-py-trello' 'python2-py-trello')
pkgver=0.13.0
-pkgrel=1
+pkgrel=2
pkgdesc='Python API wrapper around Trello API'
arch=('any')
url='https://github.com/sarumont/py-trello'
license=('BSD')
-#makedepends=('python-setuptools' 'python2-setuptools')
+makedepends=('python-setuptools' 'python2-setuptools')
source=("https://github.com/sarumont/py-trello/archive/${pkgver}.tar.gz")
sha256sums=('3f3ce1949e736995b408e55b266c7135dc4286439db17e38c37dc38aaf30ce93')