summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorÓscar García Amor2020-08-09 13:10:04 +0200
committerÓscar García Amor2020-08-09 13:10:04 +0200
commit28e66504bb77989ed661cf5cf105da6a26a40726 (patch)
tree5d2073c4b2c9598f85982dde1ecd80fbff4a894c /PKGBUILD
parenta4fafca22cc6511d69cf6b9f2eb184afada93e56 (diff)
downloadaur-28e66504bb77989ed661cf5cf105da6a26a40726.tar.gz
upgpkg: python-py-trello 0.17.1-1
upstream release
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index f0aed1ed4186..3b78708d4386 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
_pkgname=py-trello
pkgbase=python-py-trello
pkgname=('python-py-trello' 'python2-py-trello')
-pkgver=0.16.0
+pkgver=0.17.1
pkgrel=1
pkgdesc='Python API wrapper around Trello API'
arch=('any')
@@ -11,7 +11,7 @@ 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=('08a9a977dc0e83d5c32ea239821db2fd961051369ae9bd6d87f9a0caf99b10d8')
+sha256sums=('51a32be052122327e586d358c93801d53592c900e4fc8f3eb654b563cba6dbd1')
package_python-py-trello() {
depends=('python-dateutil' 'python-requests' 'python-requests-oauthlib' 'python-pytz')