summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAnton Kudelin2020-10-20 17:47:40 +0300
committerAnton Kudelin2020-10-20 17:47:40 +0300
commit8397e9fa658f5fafbb50b8cf158763ce63965e7c (patch)
treee1569257257479863e1c9d0fb2194aa579e8cd45 /PKGBUILD
parent3ab5b35e823f9df366fa650d620c60ea718ef635 (diff)
downloadaur-python-slackclient.tar.gz
Updated to 2.9.2
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 7ef558f39a1b..960c4f917502 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Clint Valentine <valentine.clint@gmail.com>
pkgname=python-slackclient
-pkgver=2.8.1
+pkgver=2.9.2
pkgrel=1
pkgdesc="Slack Python SDK"
arch=('any')
@@ -12,7 +12,7 @@ depends=('python-aiohttp')
optdepends=('python-aiodns')
makedepends=('python-setuptools' 'python-wheel')
source=("$pkgname-$pkgver.tar.gz::https://github.com/slackapi/$pkgname/archive/v$pkgver.tar.gz")
-sha256sums=('3be74444a78e73d2247a8c8333cc0cffc04045dd93066690f441235220127674')
+sha256sums=('e7d58cf069ca4a9d31c0343126413d7ba3a844537d3072ff24484b84cee3a15c')
build() {
cd "$srcdir/$pkgname-$pkgver"