summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPekka Ristola2022-01-02 15:27:53 +0200
committerPekka Ristola2022-01-02 15:27:53 +0200
commit337f31f462f577ce5d1a12938051fc13d3e8fbb7 (patch)
tree1ce98533cae5b80351daf7ca6fceb2e6256a9792
parent7c0f7027e95973e23d938c002de072f08263b473 (diff)
downloadaur-337f31f462f577ce5d1a12938051fc13d3e8fbb7.tar.gz
Update to 0.20.0
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 65b1e5cb5058..aab687e34df4 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = python-ytmusicapi
pkgdesc = Unofficial API for YouTube Music
- pkgver = 0.19.5
- pkgrel = 2
+ pkgver = 0.20.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.19.5.tar.gz
- sha256sums = 85a65ee5a7f0914f300fcb3696b98726e568e933b709c43fd13b896c73e6aaf5
+ source = https://files.pythonhosted.org/packages/source/y/ytmusicapi/ytmusicapi-0.20.0.tar.gz
+ sha256sums = 0ef2ebcad2e9dbc4d5155764996835f5c0b65517ad15c4b1edd9ac3b81d0a95a
pkgname = python-ytmusicapi
diff --git a/PKGBUILD b/PKGBUILD
index 519810119c59..7e85cd7eca56 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,8 +2,8 @@
# Contributor: Tim Schumacher <timschumi@gmx.de>
pkgname=python-ytmusicapi
-pkgver=0.19.5
-pkgrel=2
+pkgver=0.20.0
+pkgrel=1
pkgdesc="Unofficial API for YouTube Music"
arch=('any')
url="https://github.com/sigma67/ytmusicapi"
@@ -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=('85a65ee5a7f0914f300fcb3696b98726e568e933b709c43fd13b896c73e6aaf5')
+sha256sums=('0ef2ebcad2e9dbc4d5155764996835f5c0b65517ad15c4b1edd9ac3b81d0a95a')
build() {
cd ytmusicapi-$pkgver