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 1d5e3fbaa520..4e4bdaace1c8 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = python-librespot
pkgdesc = Open Source Spotify Client
- pkgver = 0.0.8
- pkgrel = 2
+ pkgver = 0.0.9
+ pkgrel = 1
url = https://github.com/kokarare1212/librespot-python
arch = x86_64
license = Apache
@@ -17,7 +17,7 @@ pkgbase = python-librespot
depends = python-requests
depends = python-websocket-client
depends = python-zeroconf
- source = librespot-python-0.0.8::https://github.com/kokarare1212/librespot-python/archive/refs/tags/v0.0.8.tar.gz
- sha256sums = 0bb63f44ed84bcfb1e27f3e11d309b0cfeade6c5ab023ef7b50097237f4291f9
+ source = librespot-python-0.0.9::https://github.com/kokarare1212/librespot-python/archive/refs/tags/v0.0.9.tar.gz
+ sha256sums = 9661ac975c2d83e0cd622b58aca2c6aba46e306cccf5315c8b4c3a2f684ed514
pkgname = python-librespot
diff --git a/PKGBUILD b/PKGBUILD
index 9898a4f20c84..0995fe7aa2b6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: Malte Jürgens <maltejur@dismail.de>
pkgname=python-librespot
-pkgver=0.0.8
-pkgrel=2
+pkgver=0.0.9
+pkgrel=1
pkgdesc="Open Source Spotify Client"
arch=("x86_64")
url="https://github.com/kokarare1212/librespot-python"
@@ -10,7 +10,7 @@ license=("Apache")
depends=(python python-defusedxml python-protobuf python-pycryptodomex python-pyogg python-requests python-websocket-client python-zeroconf)
makedepends=(python-build python-installer python-wheel python-setuptools)
source=("librespot-python-${pkgver}::https://github.com/kokarare1212/librespot-python/archive/refs/tags/v${pkgver}.tar.gz")
-sha256sums=("0bb63f44ed84bcfb1e27f3e11d309b0cfeade6c5ab023ef7b50097237f4291f9")
+sha256sums=("9661ac975c2d83e0cd622b58aca2c6aba46e306cccf5315c8b4c3a2f684ed514")
build() {
cd librespot-python-$pkgver