summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPekka Ristola2022-05-12 13:42:33 +0300
committerPekka Ristola2022-05-12 13:42:33 +0300
commitf120a0aa140e2c4073d5aa961ac0af6789896dc1 (patch)
tree6f926fdb15b180f6ca14205dfeab5441aeb27335
parent1baba38752fead400b871a6be21d9db768f3e2f7 (diff)
downloadaur-f120a0aa140e2c4073d5aa961ac0af6789896dc1.tar.gz
Update to 0.22.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 742e3cb1576b..400f415597af 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = python-ytmusicapi
pkgdesc = Unofficial API for YouTube Music
- pkgver = 0.21.0
+ pkgver = 0.22.0
pkgrel = 1
url = https://github.com/sigma67/ytmusicapi
arch = any
license = MIT
makedepends = python-setuptools
depends = python-requests
- source = https://files.pythonhosted.org/packages/source/y/ytmusicapi/ytmusicapi-0.21.0.tar.gz
- sha256sums = 26cb481dceb54c54048111ebe783780e8aba30bd04708703193109fed6eb0b60
+ source = https://files.pythonhosted.org/packages/source/y/ytmusicapi/ytmusicapi-0.22.0.tar.gz
+ sha256sums = 099e2ea16e141e7e42f8c724417cac4ddc9d680a67f7d6f45029c5e513dbec32
pkgname = python-ytmusicapi
diff --git a/PKGBUILD b/PKGBUILD
index 7031468a0193..6f2b13e21d2c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Tim Schumacher <timschumi@gmx.de>
pkgname=python-ytmusicapi
-pkgver=0.21.0
+pkgver=0.22.0
pkgrel=1
pkgdesc="Unofficial API for YouTube Music"
arch=('any')
@@ -12,7 +12,7 @@ depends=('python-requests')
makedepends=('python-setuptools')
_name=${pkgname#python-}
source=("https://files.pythonhosted.org/packages/source/${_name::1}/$_name/$_name-$pkgver.tar.gz")
-sha256sums=('26cb481dceb54c54048111ebe783780e8aba30bd04708703193109fed6eb0b60')
+sha256sums=('099e2ea16e141e7e42f8c724417cac4ddc9d680a67f7d6f45029c5e513dbec32')
build() {
cd ytmusicapi-$pkgver