summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTim Schumacher2021-03-18 13:38:57 +0100
committerTim Schumacher2021-03-18 13:38:57 +0100
commit0aa50c4065b3d6594ea8cb82382ec478c3005945 (patch)
treec8c99c72850fc67f19a0e061921395c98745abca
parent6b921c802b79018a57f9002224ae2419154046d6 (diff)
downloadaur-0aa50c4065b3d6594ea8cb82382ec478c3005945.tar.gz
Update to 3.4.1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 26bcd85422b9..4f8094c09425 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 = 3.4.0
+ pkgver = 3.4.1
pkgrel = 1
url = https://github.com/spotDL/spotify-downloader
arch = any
@@ -15,8 +15,8 @@ pkgbase = python-spotdl
depends = python-ytmusicapi
depends = python-tqdm
depends = python-beautifulsoup4
- source = https://pypi.io/packages/source/s/spotdl/spotdl-3.4.0.tar.gz
- sha512sums = 98d2c726f44cae48f605d16971c0487a547510f9afcbf669ec34ea7ce8df8b4b79dbeb7506d4e45a36df8bd5a55191bd0dde05fa75dc4ce62ec6d7881d0f91fa
+ source = https://pypi.io/packages/source/s/spotdl/spotdl-3.4.1.tar.gz
+ sha512sums = d79981301b23344132949fcdc5ba2b41b62892cd16275f0538cc026c34313e3727d28d4e24c055fe4b64a67b59aae6201721543b741c791c541c3b6ef6e28a77
pkgname = python-spotdl
diff --git a/PKGBUILD b/PKGBUILD
index 5d63c7ebaf17..e3c85a04db51 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
# Contributor: Gordian Edenhofer <gordian.edenhofer[at]yahoo[dot]de>
pkgname=python-spotdl
-pkgver=3.4.0
+pkgver=3.4.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/spotDL/spotify-downloader"
depends=('python-setuptools' 'ffmpeg' 'python-spotipy' 'python-pytube' 'python-rich' 'python-rapidfuzz' 'python-mutagen' 'python-ytmusicapi' 'python-tqdm' 'python-beautifulsoup4')
source=("https://pypi.io/packages/source/s/spotdl/spotdl-$pkgver.tar.gz")
-sha512sums=('98d2c726f44cae48f605d16971c0487a547510f9afcbf669ec34ea7ce8df8b4b79dbeb7506d4e45a36df8bd5a55191bd0dde05fa75dc4ce62ec6d7881d0f91fa')
+sha512sums=('d79981301b23344132949fcdc5ba2b41b62892cd16275f0538cc026c34313e3727d28d4e24c055fe4b64a67b59aae6201721543b741c791c541c3b6ef6e28a77')
build() {
cd spotdl-$pkgver