summarylogtreecommitdiffstats
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
parent0ce4e5321786842c7df4129e358b56c2a47cb5ce (diff)
downloadaur-e11c2701fddf50d1df230ccba473c523b68f3839.tar.gz
Fix makedepends
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 327b3fd0f7a0..0cfd0b86f441 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,10 +1,12 @@
pkgbase = python-py-trello
pkgdesc = Python API wrapper around Trello API
pkgver = 0.13.0
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/sarumont/py-trello
arch = any
license = BSD
+ makedepends = python-setuptools
+ makedepends = python2-setuptools
source = https://github.com/sarumont/py-trello/archive/0.13.0.tar.gz
sha256sums = 3f3ce1949e736995b408e55b266c7135dc4286439db17e38c37dc38aaf30ce93
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')