summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPekka Ristola2021-09-25 08:11:42 +0300
committerPekka Ristola2021-09-25 08:11:42 +0300
commit1a8bfd63d61cd5bb82acfbd08a1d1258f427eb43 (patch)
tree2705b191c82b508385def90f112b2e1639203b38
parente15be254fa137eefbfa86b4943a8cb47c23a41f4 (diff)
downloadaur-1a8bfd63d61cd5bb82acfbd08a1d1258f427eb43.tar.gz
Update to 0.19.3
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e27846f9da55..0a65d9f3eba8 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = python-ytmusicapi
pkgdesc = Unofficial API for YouTube Music
- pkgver = 0.19.2
+ pkgver = 0.19.3
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.2.tar.gz
- sha256sums = 5667f7799a5e44f0d85b2e9f73c55162c41926bc305f7293b349e37cfcba1d11
+ source = https://files.pythonhosted.org/packages/source/y/ytmusicapi/ytmusicapi-0.19.3.tar.gz
+ sha256sums = dfd0271f7177173cea9c255730151a10a2fe4a32f9accd2fe31e7645936c90c5
pkgname = python-ytmusicapi
diff --git a/PKGBUILD b/PKGBUILD
index 4221e24cab9c..d5e300c5e853 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Tim Schumacher <timschumi@gmx.de>
pkgname=python-ytmusicapi
-pkgver=0.19.2
+pkgver=0.19.3
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=('5667f7799a5e44f0d85b2e9f73c55162c41926bc305f7293b349e37cfcba1d11')
+sha256sums=('dfd0271f7177173cea9c255730151a10a2fe4a32f9accd2fe31e7645936c90c5')
build() {
cd ytmusicapi-$pkgver