summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorTim Schumacher2020-10-28 23:06:51 +0100
committerTim Schumacher2020-10-28 23:06:51 +0100
commitb6e07d69d9765f9326028c501c2dac8c4e377537 (patch)
tree430abac387be439e4f5cbddf237f2b6c6e3e515d /PKGBUILD
parent1bf6b327ee0fbdaa27f47287e644a7698d2b4ca4 (diff)
downloadaur-b6e07d69d9765f9326028c501c2dac8c4e377537.tar.gz
Update to 3.1.4
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index b6153aa5bae9..6918a27ec387 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
# Contributor: Gordian Edenhofer <gordian.edenhofer[at]yahoo[dot]de>
pkgname=python-spotdl
-pkgver=3.1.2
+pkgver=3.1.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/spotDL/spotify-downloader"
depends=('python-setuptools' 'ffmpeg' 'python-spotipy' 'python-pytube3' 'python-tqdm' 'python-rapidfuzz' 'python-requests' 'python-mutagen')
source=("https://pypi.io/packages/source/s/spotdl/spotdl-$pkgver.tar.gz")
-sha512sums=('40a3d21967566b865fd8838937c72a0b8b4864a02369d4dd907216d529f5d37dcf0a2d0ecf22ea1773f1578369f05e898ce4404be8ac2b5d74dbe2d46f1255a7')
+sha512sums=('d2f5fe4c144cb33ea47007b7201b89e804699cf23fb805af15cc42847d2055259e0f840b3b7338540d159786f70c3dd5994fd16f4dfec8a940e50e671d392fdf')
build() {
cd spotdl-$pkgver