summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorPekka Ristola2021-10-29 07:48:29 +0300
committerPekka Ristola2021-10-29 07:48:29 +0300
commitfc0090bcd6455c016c449c6e91fcebce504ae922 (patch)
tree1e8364a0aef3ebf4b46e0cde5cdab298fbbfd488 /PKGBUILD
parent1a8bfd63d61cd5bb82acfbd08a1d1258f427eb43 (diff)
downloadaur-fc0090bcd6455c016c449c6e91fcebce504ae922.tar.gz
Update to 0.19.4
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
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