summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMalte Jürgens2022-06-02 19:16:02 +0000
committerMalte Jürgens2022-06-02 19:16:02 +0000
commit5d3938cbc5929015af2a43480ed14249628c6229 (patch)
tree6e356c99c14939edd2c7d68d82143d647c0e09a0
parentad80af2f328d3afb905f72975a34fb971e47ef4e (diff)
downloadaur-5d3938cbc5929015af2a43480ed14249628c6229.tar.gz
Update to 0.0.3
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0db99b6e1f8d..5d0494ccc119 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-librespot
pkgdesc = Open Source Spotify Client
- pkgver = 0.0.1
+ pkgver = 0.0.3
pkgrel = 1
url = https://github.com/kokarare1212/librespot-python
arch = x86_64
@@ -16,7 +16,7 @@ pkgbase = python-librespot
depends = python-requests
depends = python-websocket-client
depends = python-zeroconf
- source = librespot-python-0.0.1::https://github.com/kokarare1212/librespot-python/archive/refs/tags/v0.0.1.tar.gz
- sha256sums = f135e43eb1813694ec8d72e69c15dad7bac7b2c81624c054bc64b1b04e4c7354
+ source = librespot-python-0.0.3::https://github.com/kokarare1212/librespot-python/archive/refs/tags/v0.0.3.tar.gz
+ sha256sums = 8184e495f3edcea60c01346528c50379953d47f75bcc3061e8ec1b33e471359e
pkgname = python-librespot
diff --git a/PKGBUILD b/PKGBUILD
index 0a70cffe70b6..9935697831e2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Malte Jürgens <maltejur@dismail.de>
pkgname=python-librespot
-pkgver=0.0.1
+pkgver=0.0.3
pkgrel=1
pkgdesc="Open Source Spotify Client"
arch=("x86_64")
@@ -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)
source=("librespot-python-${pkgver}::https://github.com/kokarare1212/librespot-python/archive/refs/tags/v${pkgver}.tar.gz")
-sha256sums=("f135e43eb1813694ec8d72e69c15dad7bac7b2c81624c054bc64b1b04e4c7354")
+sha256sums=("8184e495f3edcea60c01346528c50379953d47f75bcc3061e8ec1b33e471359e")
build() {
cd librespot-python-$pkgver