summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f2ce84f3aa84..da855d0e978c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = python-ytmusicapi
pkgdesc = Unofficial API for YouTube Music
- pkgver = 0.19.4
+ pkgver = 0.19.5
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.4.tar.gz
- sha256sums = 0001947daf757fd6aab8f2d066cf644036d95eb06bc6348115d588af10790ff2
+ source = https://files.pythonhosted.org/packages/source/y/ytmusicapi/ytmusicapi-0.19.5.tar.gz
+ sha256sums = 85a65ee5a7f0914f300fcb3696b98726e568e933b709c43fd13b896c73e6aaf5
pkgname = python-ytmusicapi
diff --git a/PKGBUILD b/PKGBUILD
index b1b33d2e4dc4..8152d21d899e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Tim Schumacher <timschumi@gmx.de>
pkgname=python-ytmusicapi
-pkgver=0.19.4
+pkgver=0.19.5
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=('0001947daf757fd6aab8f2d066cf644036d95eb06bc6348115d588af10790ff2')
+sha256sums=('85a65ee5a7f0914f300fcb3696b98726e568e933b709c43fd13b896c73e6aaf5')
build() {
cd ytmusicapi-$pkgver