summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTim Schumacher2021-05-24 12:42:48 +0200
committerTim Schumacher2021-05-24 12:42:48 +0200
commitb36e1a658e13a561ef8e3058420efa32f63941de (patch)
tree5ab22e75a552cd2a3a9397459f630209eb499c13
parente3b3e460761a4d260f6bdb7853a18fd59002b25a (diff)
downloadaur-b36e1a658e13a561ef8e3058420efa32f63941de.tar.gz
Update to 0.17.3
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 78d21e086dbe..312cc5be95b0 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,15 @@
pkgbase = python-ytmusicapi
pkgdesc = Unofficial API for YouTube Music.
- pkgver = 0.17.2
+ pkgver = 0.17.3
pkgrel = 1
url = https://github.com/sigma67/ytmusicapi
arch = any
license = MIT
depends = python-setuptools
depends = python-requests
- source = https://pypi.io/packages/source/y/ytmusicapi/ytmusicapi-0.17.2.tar.gz
- source = ytmusicapi-0.17.2-LICENSE::https://raw.githubusercontent.com/sigma67/ytmusicapi/0.17.2/LICENSE
- sha512sums = 8109c9a3ede87c0bda2bece47da8b2afa46cc2295e78421197effd30bee4efcd44b10d1b54ead94b741572c9c8d9da06b99bc43dd48e44f26db87c4a5a837046
+ source = https://pypi.io/packages/source/y/ytmusicapi/ytmusicapi-0.17.3.tar.gz
+ source = ytmusicapi-0.17.3-LICENSE::https://raw.githubusercontent.com/sigma67/ytmusicapi/0.17.3/LICENSE
+ sha512sums = bbde8e4aff523611697bc6709f9b8c85a79ddbc46ead0485faddefb229e885d2a3030068ea9af2760c02b55717ce8c0b0cafdd171e7ae624d0a553490b111770
sha512sums = 205d1ad949dbce9cbd5a3631ba2a9f7a06117cb7745870fcb201ad649e6ef987c8c5f8d791a5509a15a0918b65d7af59ab6d502b1804ccfe2a3026f9f0004468
pkgname = python-ytmusicapi
diff --git a/PKGBUILD b/PKGBUILD
index cb8fad1a9031..b57e8eba607c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Tim Schumacher <timschumi@gmx.de>
pkgname=python-ytmusicapi
-pkgver=0.17.2
+pkgver=0.17.3
pkgrel=1
pkgdesc="Unofficial API for YouTube Music."
arch=('any')
@@ -10,7 +10,7 @@ url="https://github.com/sigma67/ytmusicapi"
depends=('python-setuptools' 'python-requests')
source=("https://pypi.io/packages/source/y/ytmusicapi/ytmusicapi-$pkgver.tar.gz"
"ytmusicapi-${pkgver}-LICENSE::https://raw.githubusercontent.com/sigma67/ytmusicapi/$pkgver/LICENSE")
-sha512sums=('8109c9a3ede87c0bda2bece47da8b2afa46cc2295e78421197effd30bee4efcd44b10d1b54ead94b741572c9c8d9da06b99bc43dd48e44f26db87c4a5a837046'
+sha512sums=('bbde8e4aff523611697bc6709f9b8c85a79ddbc46ead0485faddefb229e885d2a3030068ea9af2760c02b55717ce8c0b0cafdd171e7ae624d0a553490b111770'
'205d1ad949dbce9cbd5a3631ba2a9f7a06117cb7745870fcb201ad649e6ef987c8c5f8d791a5509a15a0918b65d7af59ab6d502b1804ccfe2a3026f9f0004468')
build() {