summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTim Schumacher2020-07-29 02:12:11 +0200
committerTim Schumacher2020-07-29 02:12:11 +0200
commitf81f98c959877e11f2ca4139ae2a2eb6f5394114 (patch)
tree912931e7ed198d34171016f4cd97ec5d77d53731
parentf0a1d01ef3f4d8cea7236ae0d7b4e6190368bdb9 (diff)
downloadaur-f81f98c959877e11f2ca4139ae2a2eb6f5394114.tar.gz
Update to 2.2.2
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e3547f1c0975..a252945f8ad0 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-spotdl
pkgdesc = Download songs from YouTube using Spotify song URLs or playlists with albumart and meta-tags.
- pkgver = 2.2.1
+ pkgver = 2.2.2
pkgrel = 1
url = https://github.com/ritiek/spotify-downloader
arch = any
@@ -19,8 +19,8 @@ pkgbase = python-spotdl
depends = python-pafy
depends = python-appdirs
depends = python-titlecase
- source = https://pypi.io/packages/source/s/spotdl/spotdl-2.2.1.tar.gz
- sha512sums = 9ca9d8d10669b97dd50563cc630f00180e1741922b38a6d2a19932c296ca3fb3c963327054a953a4d767e8fa894187111dbe6b9ebc287b8fb76c53465d38f672
+ source = https://pypi.io/packages/source/s/spotdl/spotdl-2.2.2.tar.gz
+ sha512sums = 37003e776e40416eddab8ae8bbfb3e34d9d411482778541681031613292a81a2daa761f4684ee1affdc0b44823ec88ce36d745c3ac4a21d98d9d3cdbac5800f3
pkgname = python-spotdl
diff --git a/PKGBUILD b/PKGBUILD
index 76627a9c0185..77d881ce2f03 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
# Contributor: Gordian Edenhofer <gordian.edenhofer[at]yahoo[dot]de>
pkgname=python-spotdl
-pkgver=2.2.1
+pkgver=2.2.2
pkgrel=1
pkgdesc="Download songs from YouTube using Spotify song URLs or playlists with albumart and meta-tags."
arch=('any')
@@ -11,7 +11,7 @@ license=('MIT')
url="https://github.com/ritiek/spotify-downloader"
depends=('python-setuptools' 'ffmpeg' 'python-lyricwikia' 'python-yaml' 'python-pathlib' 'youtube-dl' 'python-spotipy' 'python-beautifulsoup4' 'python-logzero' 'python-mutagen' 'python-unicode-slugify' 'python-pafy' 'python-appdirs' 'python-titlecase')
source=("https://pypi.io/packages/source/s/spotdl/spotdl-$pkgver.tar.gz")
-sha512sums=('9ca9d8d10669b97dd50563cc630f00180e1741922b38a6d2a19932c296ca3fb3c963327054a953a4d767e8fa894187111dbe6b9ebc287b8fb76c53465d38f672')
+sha512sums=('37003e776e40416eddab8ae8bbfb3e34d9d411482778541681031613292a81a2daa761f4684ee1affdc0b44823ec88ce36d745c3ac4a21d98d9d3cdbac5800f3')
build() {
cd spotdl-$pkgver