summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTim Schumacher2021-02-17 17:26:33 +0100
committerTim Schumacher2021-02-17 17:26:33 +0100
commit9b75211f7e8e2a6ab01906ad1ef857fa1be71415 (patch)
tree977b0f4eada5084f1504886472da9e0bbbd3fc84
parentd58095dbafad401c88c4450e276e7789f978cd75 (diff)
downloadaur-9b75211f7e8e2a6ab01906ad1ef857fa1be71415.tar.gz
Update to 0.14.3
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index fea0de209322..cac618e1a57e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,15 @@
pkgbase = python-ytmusicapi
pkgdesc = Unofficial API for YouTube Music.
- pkgver = 0.14.2
+ pkgver = 0.14.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.14.2.tar.gz
- source = https://raw.githubusercontent.com/sigma67/ytmusicapi/0.14.2/LICENSE
- sha512sums = 8cc684fedf8f1d0e557365a4ea5b21ee55644dfb88c76f66e3a6bb459fa37a747e5b4db3a7635e6cd0f4efc9e915bb91e6164e28e35af7abe5ad6237f4a3ece0
+ source = https://pypi.io/packages/source/y/ytmusicapi/ytmusicapi-0.14.3.tar.gz
+ source = https://raw.githubusercontent.com/sigma67/ytmusicapi/0.14.3/LICENSE
+ sha512sums = 23cf242f911a9d744fd3c88d46d0be3ac2e7e3257b436d80ebdf819461a0c333e748a4c3b699e234a4fddf92290c6c7e0848002d24ae36a6c0639a2b1cc74ed9
sha512sums = 205d1ad949dbce9cbd5a3631ba2a9f7a06117cb7745870fcb201ad649e6ef987c8c5f8d791a5509a15a0918b65d7af59ab6d502b1804ccfe2a3026f9f0004468
pkgname = python-ytmusicapi
diff --git a/PKGBUILD b/PKGBUILD
index 7716d032d17d..3830971aaf6a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Tim Schumacher <timschumi@gmx.de>
pkgname=python-ytmusicapi
-pkgver=0.14.2
+pkgver=0.14.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"
"https://raw.githubusercontent.com/sigma67/ytmusicapi/$pkgver/LICENSE")
-sha512sums=('8cc684fedf8f1d0e557365a4ea5b21ee55644dfb88c76f66e3a6bb459fa37a747e5b4db3a7635e6cd0f4efc9e915bb91e6164e28e35af7abe5ad6237f4a3ece0'
+sha512sums=('23cf242f911a9d744fd3c88d46d0be3ac2e7e3257b436d80ebdf819461a0c333e748a4c3b699e234a4fddf92290c6c7e0848002d24ae36a6c0639a2b1cc74ed9'
'205d1ad949dbce9cbd5a3631ba2a9f7a06117cb7745870fcb201ad649e6ef987c8c5f8d791a5509a15a0918b65d7af59ab6d502b1804ccfe2a3026f9f0004468')
build() {