summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPekka Ristola2021-08-18 18:19:17 +0300
committerPekka Ristola2021-08-18 18:19:17 +0300
commit5da74d8c4a172ba6bd9763dab9b0ca5bd4cc11d6 (patch)
treec5e23b6e93625e7bd42befbb1cdaa2f97ccbf173
parentd0a3ec7ed1ab23490870949d3e330060fddadebb (diff)
downloadaur-5da74d8c4a172ba6bd9763dab9b0ca5bd4cc11d6.tar.gz
Update to 0.19.1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8ae5a2f7bb91..a39d01655db6 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = python-ytmusicapi
pkgdesc = Unofficial API for YouTube Music
- pkgver = 0.19.0
+ pkgver = 0.19.1
pkgrel = 1
url = https://github.com/sigma67/ytmusicapi
arch = any
license = MIT
depends = python-setuptools
depends = python-requests
- source = https://files.pythonhosted.org/packages/source/y/ytmusicapi/ytmusicapi-0.19.0.tar.gz
- sha256sums = e95216365952d5e1f50cc5af00966bf2c35d8eaf34a694ae0cfb715d25cc3deb
+ source = https://files.pythonhosted.org/packages/source/y/ytmusicapi/ytmusicapi-0.19.1.tar.gz
+ sha256sums = 1b8a050e2208b3d05359106d8c44c3d62e60edf6753529bd8a207788a6caeb95
pkgname = python-ytmusicapi
diff --git a/PKGBUILD b/PKGBUILD
index 443296fe8dff..ace2ea71da91 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Tim Schumacher <timschumi@gmx.de>
pkgname=python-ytmusicapi
-pkgver=0.19.0
+pkgver=0.19.1
pkgrel=1
pkgdesc="Unofficial API for YouTube Music"
arch=('any')
@@ -11,7 +11,7 @@ license=('MIT')
depends=('python-setuptools' 'python-requests')
_name=${pkgname#python-}
source=("https://files.pythonhosted.org/packages/source/${_name::1}/$_name/$_name-$pkgver.tar.gz")
-sha256sums=('e95216365952d5e1f50cc5af00966bf2c35d8eaf34a694ae0cfb715d25cc3deb')
+sha256sums=('1b8a050e2208b3d05359106d8c44c3d62e60edf6753529bd8a207788a6caeb95')
build() {
cd ytmusicapi-$pkgver