summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorTim Schumacher2020-02-19 17:10:46 +0100
committerTim Schumacher2020-02-19 17:10:46 +0100
commit7a361332cdadfa7a02ec4f656e09e74b6ce184a9 (patch)
tree88925953feffae18941193bceb01b3a84b9ea4d2 /PKGBUILD
parente87b49f9245c8188994a150f0a97bde7feb1c00c (diff)
downloadaur-7a361332cdadfa7a02ec4f656e09e74b6ce184a9.tar.gz
Update to 1.2.4
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 555bfa8e3e21..dfa83a7a5c62 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
# Contributor: Gordian Edenhofer <gordian.edenhofer[at]yahoo[dot]de>
pkgname=python-spotdl
-pkgver=1.2.3
+pkgver=1.2.4
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=('cddd795e85124d49f9cfd1f80608c0de6a9fe03946c5ed9f6d2ec8b28db50b871cf2e2a1272028fd7a728359a2d0fab0d08fce610188c25c81f68a513b51acbf')
+sha512sums=('aa8bd385464161abca350876ce1356d51319a7f6a14526a209d73519eab7fdbe96cca51266a0171635a2a8de73f1b71627901959f3b2d99729bba05e51309fc6')
build() {
cd spotdl-$pkgver