summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorÓscar García Amor2019-12-12 15:24:16 +0100
committerÓscar García Amor2019-12-12 15:24:16 +0100
commita4fafca22cc6511d69cf6b9f2eb184afada93e56 (patch)
tree22bd27543e3e14814f316dd39c75a01ac15882d7 /PKGBUILD
parentc73be9830786e536d8d3c57944adda8148a7d405 (diff)
downloadaur-a4fafca22cc6511d69cf6b9f2eb184afada93e56.tar.gz
upgpkg: python-py-trello 0.16.0-1
upstream release
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index cde057922e89..f0aed1ed4186 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,15 +3,15 @@
_pkgname=py-trello
pkgbase=python-py-trello
pkgname=('python-py-trello' 'python2-py-trello')
-pkgver=0.15.0
-pkgrel=2
+pkgver=0.16.0
+pkgrel=1
pkgdesc='Python API wrapper around Trello API'
arch=('any')
url='https://github.com/sarumont/py-trello'
license=('BSD')
makedepends=('python-setuptools' 'python2-setuptools')
source=("https://github.com/sarumont/py-trello/archive/${pkgver}.tar.gz")
-sha256sums=('fde2d158cd6e0f6f152689821eb9db9828c498ce684a0c0ec049bef813133cfe')
+sha256sums=('08a9a977dc0e83d5c32ea239821db2fd961051369ae9bd6d87f9a0caf99b10d8')
package_python-py-trello() {
depends=('python-dateutil' 'python-requests' 'python-requests-oauthlib' 'python-pytz')