summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTim Schumacher2021-07-06 10:12:03 +0200
committerTim Schumacher2021-07-06 10:12:03 +0200
commitdbd89811570a06b939528d0250f4d7bf5ec74a2d (patch)
tree37665dd0e00f4f9109bb8c432ab837d5f4d21ff7
parentb36e1a658e13a561ef8e3058420efa32f63941de (diff)
downloadaur-dbd89811570a06b939528d0250f4d7bf5ec74a2d.tar.gz
Update to 0.18.0
-rw-r--r--.SRCINFO9
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 312cc5be95b0..cd6e7e4d037c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,16 +1,15 @@
pkgbase = python-ytmusicapi
pkgdesc = Unofficial API for YouTube Music.
- pkgver = 0.17.3
+ pkgver = 0.18.0
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.3.tar.gz
- source = ytmusicapi-0.17.3-LICENSE::https://raw.githubusercontent.com/sigma67/ytmusicapi/0.17.3/LICENSE
- sha512sums = bbde8e4aff523611697bc6709f9b8c85a79ddbc46ead0485faddefb229e885d2a3030068ea9af2760c02b55717ce8c0b0cafdd171e7ae624d0a553490b111770
+ source = https://pypi.io/packages/source/y/ytmusicapi/ytmusicapi-0.18.0.tar.gz
+ source = ytmusicapi-0.18.0-LICENSE::https://raw.githubusercontent.com/sigma67/ytmusicapi/0.18.0/LICENSE
+ sha512sums = 15cf1559c94f12609b7fe5dd9ef1221ba5933d5c8ded99cb12546ec3b58004f9cdcd2fb9c3db2dca0dd23a95f016cc56749d1fbdf79e94e927c71c503985c701
sha512sums = 205d1ad949dbce9cbd5a3631ba2a9f7a06117cb7745870fcb201ad649e6ef987c8c5f8d791a5509a15a0918b65d7af59ab6d502b1804ccfe2a3026f9f0004468
pkgname = python-ytmusicapi
-
diff --git a/PKGBUILD b/PKGBUILD
index b57e8eba607c..cda9f53592f9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
-# Maintainer: Tim Schumacher <timschumi@gmx.de>
+# Contributor: Tim Schumacher <timschumi@gmx.de>
pkgname=python-ytmusicapi
-pkgver=0.17.3
+pkgver=0.18.0
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=('bbde8e4aff523611697bc6709f9b8c85a79ddbc46ead0485faddefb229e885d2a3030068ea9af2760c02b55717ce8c0b0cafdd171e7ae624d0a553490b111770'
+sha512sums=('15cf1559c94f12609b7fe5dd9ef1221ba5933d5c8ded99cb12546ec3b58004f9cdcd2fb9c3db2dca0dd23a95f016cc56749d1fbdf79e94e927c71c503985c701'
'205d1ad949dbce9cbd5a3631ba2a9f7a06117cb7745870fcb201ad649e6ef987c8c5f8d791a5509a15a0918b65d7af59ab6d502b1804ccfe2a3026f9f0004468')
build() {