summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAnton Kudelin2020-07-06 17:12:26 +0300
committerAnton Kudelin2020-07-06 17:12:26 +0300
commit5cba9f5b791f045d04428098e03587474ddeaee1 (patch)
tree1489fc8154d00e765d809cfd6bc903184617b688
parent526d3575764d4038ed95fa11da6295faee18b071 (diff)
downloadaur-5cba9f5b791f045d04428098e03587474ddeaee1.tar.gz
Updated to 2.7.2
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f2cc2167ce25..923412321cd1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-slackclient
pkgdesc = Slack Python SDK
- pkgver = 2.6.2
+ pkgver = 2.7.2
pkgrel = 1
url = https://slack.dev/python-slackclient
arch = any
@@ -9,8 +9,8 @@ pkgbase = python-slackclient
makedepends = python-wheel
depends = python-aiohttp
optdepends = python-aiodns
- source = python-slackclient-2.6.2.tar.gz::https://github.com/slackapi/python-slackclient/archive/v2.6.2.tar.gz
- sha256sums = ebe8d7aac050642f9897c4b0fc31c8259c9d674a35f6079006ba1f4120974d94
+ source = python-slackclient-2.7.2.tar.gz::https://github.com/slackapi/python-slackclient/archive/v2.7.2.tar.gz
+ sha256sums = 6dc297228eb1237c939e8248da0f3d0ef72614940b4a4c62af796759f92c88e4
pkgname = python-slackclient
diff --git a/PKGBUILD b/PKGBUILD
index 90a4c5f7be4c..c8ce45ce37d1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Clint Valentine <valentine.clint@gmail.com>
pkgname=python-slackclient
-pkgver=2.6.2
+pkgver=2.7.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=('ebe8d7aac050642f9897c4b0fc31c8259c9d674a35f6079006ba1f4120974d94')
+sha256sums=('6dc297228eb1237c939e8248da0f3d0ef72614940b4a4c62af796759f92c88e4')
build() {
cd "$srcdir/$pkgname-$pkgver"