summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTim Schumacher2021-04-22 20:16:38 +0200
committerTim Schumacher2021-04-22 20:16:38 +0200
commitc6030f706d863847366309aedb9b4697d3e228ab (patch)
treec0c8a69bc716f221326072dc747dcf4f2d9c79c0
parent73ebacf294cbaff2e1bcf7dc937ecd9dc9587fe7 (diff)
downloadaur-c6030f706d863847366309aedb9b4697d3e228ab.tar.gz
Update to 0.16.0
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD6
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5f0abda17726..cc6d352e5884 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,15 @@
pkgbase = python-ytmusicapi
pkgdesc = Unofficial API for YouTube Music.
- pkgver = 0.15.1
- pkgrel = 2
+ pkgver = 0.16.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.15.1.tar.gz
- source = ytmusicapi-0.15.1-LICENSE::https://raw.githubusercontent.com/sigma67/ytmusicapi/0.15.1/LICENSE
- sha512sums = 30011710fef294abafd84f1485cf74d49876746fd954bf31ab29ca1140679a999b8fe50987c1eb109d1606f04fce24f48a7e56542c51012171d881acfca32829
+ source = https://pypi.io/packages/source/y/ytmusicapi/ytmusicapi-0.16.0.tar.gz
+ source = ytmusicapi-0.16.0-LICENSE::https://raw.githubusercontent.com/sigma67/ytmusicapi/0.16.0/LICENSE
+ sha512sums = ce5c14836cc4a804e96bcfea42c32bde5c0fd5e3589351a3de23298340ae08b60aa09020aa7fe9a4ce422f0b414881e17c6101aa617787b3cba34f49e6d94023
sha512sums = 205d1ad949dbce9cbd5a3631ba2a9f7a06117cb7745870fcb201ad649e6ef987c8c5f8d791a5509a15a0918b65d7af59ab6d502b1804ccfe2a3026f9f0004468
pkgname = python-ytmusicapi
diff --git a/PKGBUILD b/PKGBUILD
index f2b024bc140f..84389be72b6c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: Tim Schumacher <timschumi@gmx.de>
pkgname=python-ytmusicapi
-pkgver=0.15.1
-pkgrel=2
+pkgver=0.16.0
+pkgrel=1
pkgdesc="Unofficial API for YouTube Music."
arch=('any')
license=('MIT')
@@ -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=('30011710fef294abafd84f1485cf74d49876746fd954bf31ab29ca1140679a999b8fe50987c1eb109d1606f04fce24f48a7e56542c51012171d881acfca32829'
+sha512sums=('ce5c14836cc4a804e96bcfea42c32bde5c0fd5e3589351a3de23298340ae08b60aa09020aa7fe9a4ce422f0b414881e17c6101aa617787b3cba34f49e6d94023'
'205d1ad949dbce9cbd5a3631ba2a9f7a06117cb7745870fcb201ad649e6ef987c8c5f8d791a5509a15a0918b65d7af59ab6d502b1804ccfe2a3026f9f0004468')
build() {