summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorXiretza2019-04-30 08:32:48 +0200
committerXiretza2019-04-30 08:32:48 +0200
commited72d068855a10667b6e4fe09704dd804abfd675 (patch)
treeb34b7b75b8881f406e48284da4fef0267294f932 /PKGBUILD
parent145dae2d7cf356584aef97d54320ccf8fbdaceab (diff)
downloadaur-ed72d068855a10667b6e4fe09704dd804abfd675.tar.gz
Update to 1.0.1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index bb85e28f3a52..7c1a181c0ed5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: xiretza <xiretza+aur@gmail.com>
pkgname=python-discord
_pkgname=discord.py
-pkgver=0.16.12
+pkgver=1.0.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=('cc3938295270c5abffd608313eeaa0383ae62b2b8ebde8f22e8d236c4a2eae6501165ac99f4d7c345f4c404604d886159624d229ee2da9a873a093ee95228e40')
+sha512sums=('312a442c4c3cd5471c37cf9985de2abf42feac80929e67bd80b4d2716f9f6947e77623e1dd9a39381dae9f8ef93108f763b3fec4b3a45af4af2d05082fba4da2')
build() {
cd "${srcdir}/${_pkgname}-${pkgver}"