summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorXiretza2019-08-08 18:00:11 +0200
committerXiretza2020-02-10 13:26:29 +0100
commit65e19bb94f624997e5d7db243224c902161ef418 (patch)
tree10512619f7919956fcfe8a111426574debc96877 /PKGBUILD
parent80ec5f680a946acdbc579b977dca02dd6fd8da3b (diff)
downloadaur-65e19bb94f624997e5d7db243224c902161ef418.tar.gz
Update to 1.3.1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 8df78741bfa1..c698c9f8d119 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: xiretza <xiretza+aur@gmail.com>
pkgname=python-discord
_pkgname=discord.py
-pkgver=1.2.5
+pkgver=1.3.1
pkgrel=1
pkgdesc="An API wrapper for Discord written in Python"
arch=(any)
@@ -11,7 +11,7 @@ depends=('python' 'python-websockets' 'python-aiohttp')
optdepends=('python-pynacl: Voice support'
'libffi: Voice support')
source=("${_pkgname}-${pkgver}.tar.gz::https://github.com/Rapptz/discord.py/archive/v${pkgver}.tar.gz")
-sha512sums=('03bd8ba2f14f1121c419f96f459ef44116855f6a75f05a21152ec8ce629d06df2dac240d4efd164ef7dc4d4dc0a6d7877029ba29fbc57e1ce5872391f1f1bb9e')
+sha512sums=('ff404b6d8989d7788d8a1e8a9d7873ec4495088578f83762bf63c539c39ea14e896910e3b9457072aa639ac6aa45ee531fc9b0e73dd4e13f5db2948daaf78944')
build() {
cd "${srcdir}/${_pkgname}-${pkgver}"