summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorTim Schumacher2020-07-20 13:08:24 +0200
committerTim Schumacher2020-07-20 13:08:24 +0200
commitf0a1d01ef3f4d8cea7236ae0d7b4e6190368bdb9 (patch)
treee325aeb8834be9b9e9508513b9e1ea8089f60df6 /PKGBUILD
parent6309093343c399098fb6962380ca5989410303ce (diff)
downloadaur-f0a1d01ef3f4d8cea7236ae0d7b4e6190368bdb9.tar.gz
Update to 2.2.1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 6101d4149586..76627a9c0185 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
# Contributor: Gordian Edenhofer <gordian.edenhofer[at]yahoo[dot]de>
pkgname=python-spotdl
-pkgver=2.0.9
+pkgver=2.2.1
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=('bbcac1b1206bb1dfcd6a6379509e1ecf411f367b354149a718b274c8525c7ffea987ef4b7d71244a17562b888987e14d5d9f6b615da856e991afec88f69baed6')
+sha512sums=('9ca9d8d10669b97dd50563cc630f00180e1741922b38a6d2a19932c296ca3fb3c963327054a953a4d767e8fa894187111dbe6b9ebc287b8fb76c53465d38f672')
build() {
cd spotdl-$pkgver