summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPekka Ristola2022-02-27 18:35:32 +0200
committerPekka Ristola2022-02-27 18:35:32 +0200
commit1baba38752fead400b871a6be21d9db768f3e2f7 (patch)
treead063e2d857250b16a3eea8a91ce20d7b91327fa
parent337f31f462f577ce5d1a12938051fc13d3e8fbb7 (diff)
downloadaur-1baba38752fead400b871a6be21d9db768f3e2f7.tar.gz
Update to 0.21.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index aab687e34df4..742e3cb1576b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = python-ytmusicapi
pkgdesc = Unofficial API for YouTube Music
- pkgver = 0.20.0
+ pkgver = 0.21.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.20.0.tar.gz
- sha256sums = 0ef2ebcad2e9dbc4d5155764996835f5c0b65517ad15c4b1edd9ac3b81d0a95a
+ source = https://files.pythonhosted.org/packages/source/y/ytmusicapi/ytmusicapi-0.21.0.tar.gz
+ sha256sums = 26cb481dceb54c54048111ebe783780e8aba30bd04708703193109fed6eb0b60
pkgname = python-ytmusicapi
diff --git a/PKGBUILD b/PKGBUILD
index 7e85cd7eca56..7031468a0193 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Tim Schumacher <timschumi@gmx.de>
pkgname=python-ytmusicapi
-pkgver=0.20.0
+pkgver=0.21.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=('0ef2ebcad2e9dbc4d5155764996835f5c0b65517ad15c4b1edd9ac3b81d0a95a')
+sha256sums=('26cb481dceb54c54048111ebe783780e8aba30bd04708703193109fed6eb0b60')
build() {
cd ytmusicapi-$pkgver