summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPekka Ristola2021-10-29 07:48:29 +0300
committerPekka Ristola2021-10-29 07:48:29 +0300
commitfc0090bcd6455c016c449c6e91fcebce504ae922 (patch)
tree1e8364a0aef3ebf4b46e0cde5cdab298fbbfd488
parent1a8bfd63d61cd5bb82acfbd08a1d1258f427eb43 (diff)
downloadaur-fc0090bcd6455c016c449c6e91fcebce504ae922.tar.gz
Update to 0.19.4
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0a65d9f3eba8..f2ce84f3aa84 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = python-ytmusicapi
pkgdesc = Unofficial API for YouTube Music
- pkgver = 0.19.3
+ pkgver = 0.19.4
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.3.tar.gz
- sha256sums = dfd0271f7177173cea9c255730151a10a2fe4a32f9accd2fe31e7645936c90c5
+ source = https://files.pythonhosted.org/packages/source/y/ytmusicapi/ytmusicapi-0.19.4.tar.gz
+ sha256sums = 0001947daf757fd6aab8f2d066cf644036d95eb06bc6348115d588af10790ff2
pkgname = python-ytmusicapi
diff --git a/PKGBUILD b/PKGBUILD
index d5e300c5e853..b1b33d2e4dc4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Tim Schumacher <timschumi@gmx.de>
pkgname=python-ytmusicapi
-pkgver=0.19.3
+pkgver=0.19.4
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=('dfd0271f7177173cea9c255730151a10a2fe4a32f9accd2fe31e7645936c90c5')
+sha256sums=('0001947daf757fd6aab8f2d066cf644036d95eb06bc6348115d588af10790ff2')
build() {
cd ytmusicapi-$pkgver