summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f4b4bc8fdd7c..9819fb91a7af 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = python-red-lavalink
pkgdesc = Lavalink client library used in Red-DiscordBot
- pkgver = 0.7.0
- pkgrel = 2
+ pkgver = 0.7.1
+ pkgrel = 1
url = https://github.com/Cog-Creators/Red-Lavalink
arch = any
license = GPL3
@@ -11,8 +11,8 @@ pkgbase = python-red-lavalink
depends = python
depends = python-aiohttp
depends = python-discord
- source = Red-Lavalink-0.7.0.tar.gz::https://github.com/Cog-Creators/Red-Lavalink/archive/0.7.0.tar.gz
- sha256sums = c46a650d4d1cce710e3f7e853856dd050708b6e54994673ef3c0365b72c47811
+ source = Red-Lavalink-0.7.1.tar.gz::https://github.com/Cog-Creators/Red-Lavalink/archive/0.7.1.tar.gz
+ sha256sums = 64b24197705d9e79f92c20112d9e5e4f5e759f47db1de7628733141182f4e7b6
pkgname = python-red-lavalink
diff --git a/PKGBUILD b/PKGBUILD
index 5ba86f8da1f4..0cbc37879922 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: xiretza <xiretza+aur@xiretza.xyz>
_pkgname=Red-Lavalink
pkgname=python-red-lavalink
-pkgver=0.7.0
-pkgrel=2
+pkgver=0.7.1
+pkgrel=1
pkgdesc="Lavalink client library used in Red-DiscordBot"
arch=(any)
url="https://github.com/Cog-Creators/Red-Lavalink"
@@ -11,7 +11,7 @@ depends=('python' 'python-aiohttp' 'python-discord')
makedepends=('python-setuptools')
checkdepends=('python-pytest' 'python-pytest-asyncio')
source=("$_pkgname-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz")
-sha256sums=('c46a650d4d1cce710e3f7e853856dd050708b6e54994673ef3c0365b72c47811')
+sha256sums=('64b24197705d9e79f92c20112d9e5e4f5e759f47db1de7628733141182f4e7b6')
build() {
cd "$_pkgname-$pkgver"