summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 3ef35e35a0a7..eb21c0b925b3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: xiretza <xiretza+aur@gmail.com>
pkgname=python-discord
_pkgname=discord.py
-pkgver=1.4.1
+pkgver=1.5.0
pkgrel=1
pkgdesc="An API wrapper for Discord written in Python"
arch=(any)
@@ -11,7 +11,7 @@ depends=('python' '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=('648f49d2ddd37dc519d7994a36f1d285155def7041e2de455c5747f97f1968011ed85b8bf55baf645e0614e020fb721af6887207abc35413898195a4284ba1d5')
+sha512sums=('3a5b5fb678f312306aa6e3ec65df03e4b43252b0a4c1911042017e9d217eb1e053fa499c7f763735ffa0b2efbdc2cc91ff9bd5f5463689ce2ead110c855a1737')
build() {
cd "${srcdir}/${_pkgname}-${pkgver}"