summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authordolfies2021-08-07 11:01:27 -0400
committerdolfies2021-08-07 11:01:27 -0400
commitfd77bdc4eeb11f333055ba6e0ec60cac90b6fe37 (patch)
tree164830a232692b214870314fcc60edce5812086d
parent493301506b0040b2e4304421cfd35ed5bc9e6bb1 (diff)
downloadaur-fd77bdc4eeb11f333055ba6e0ec60cac90b6fe37.tar.gz
Update version
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 89ba8757cb6b..924c7840671f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-discord-self
pkgdesc = A fork of the popular discord.py for self-bots
- pkgver = 1.9.0
+ pkgver = 1.9.1
pkgrel = 1
url = https://github.com/dolfies/discord.py-self
arch = any
@@ -10,7 +10,7 @@ pkgbase = python-discord-self
depends = python-aiohttp
optdepends = python-pynacl: Voice support
optdepends = libffi: Voice support
- source = discord.py-self-1.9.0.tar.gz::https://github.com/dolfies/discord.py-self/archive/v1.9.0.tar.gz
- sha512sums = d56c3fc89075df0f098eae4bcfe6023190888e5fd26f9059e1f7e203cfeb30ae9045fcd2d2e29c6230f879f16d53fdf06eb66f8a300feaa58dd1abfd8954018d
+ source = discord.py-self-1.9.1.tar.gz::https://github.com/dolfies/discord.py-self/archive/v1.9.1.tar.gz
+ sha512sums = 675d7cfb58fadf3215d9fee5b4497cd72c604b2ce9e7dda4d967c5c442941143427aa4e377087becacd25da7df0c7e188b68620ed770c966240ea2e4fca011f6
pkgname = python-discord-self
diff --git a/PKGBUILD b/PKGBUILD
index 8189e81a8940..27776d956e34 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Dolfies <jeyalfie47+aur@gmail.com>
pkgname=python-discord-self
_pkgname=discord.py-self
-pkgver=1.9.0
+pkgver=1.9.1
pkgrel=1
pkgdesc="A fork of the popular discord.py for self-bots"
arch=(any)
@@ -12,7 +12,7 @@ makedepends=('python-setuptools')
optdepends=('python-pynacl: Voice support'
'libffi: Voice support')
source=("${_pkgname}-${pkgver}.tar.gz::https://github.com/dolfies/discord.py-self/archive/v${pkgver}.tar.gz")
-sha512sums=('d56c3fc89075df0f098eae4bcfe6023190888e5fd26f9059e1f7e203cfeb30ae9045fcd2d2e29c6230f879f16d53fdf06eb66f8a300feaa58dd1abfd8954018d')
+sha512sums=('675d7cfb58fadf3215d9fee5b4497cd72c604b2ce9e7dda4d967c5c442941143427aa4e377087becacd25da7df0c7e188b68620ed770c966240ea2e4fca011f6')
build() {
cd "${srcdir}/${_pkgname}-${pkgver}"