summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTim Schumacher2021-03-20 13:42:16 +0100
committerTim Schumacher2021-03-20 13:42:16 +0100
commit44929b4e8357a4394702fe5ebe52a00eb8944075 (patch)
tree4f076fe6197d10860f3eb270c2cd5cd93f70a3a3
parent0aa50c4065b3d6594ea8cb82382ec478c3005945 (diff)
downloadaur-44929b4e8357a4394702fe5ebe52a00eb8944075.tar.gz
Update to 3.4.2
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4f8094c09425..0a14f2e38432 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.1
+ pkgver = 3.4.2
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.1.tar.gz
- sha512sums = d79981301b23344132949fcdc5ba2b41b62892cd16275f0538cc026c34313e3727d28d4e24c055fe4b64a67b59aae6201721543b741c791c541c3b6ef6e28a77
+ source = https://pypi.io/packages/source/s/spotdl/spotdl-3.4.2.tar.gz
+ sha512sums = a0399ef0200e99699206eb3a2ad5a94b81d8ae853c5824ff4913f0f0139e6307cc4744801c10963e4ea1fffb0992fd6c30b0712e3ba2ad921b592b1fb6ebda5a
pkgname = python-spotdl
diff --git a/PKGBUILD b/PKGBUILD
index e3c85a04db51..bbc408c6365b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
# Contributor: Gordian Edenhofer <gordian.edenhofer[at]yahoo[dot]de>
pkgname=python-spotdl
-pkgver=3.4.1
+pkgver=3.4.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/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=('d79981301b23344132949fcdc5ba2b41b62892cd16275f0538cc026c34313e3727d28d4e24c055fe4b64a67b59aae6201721543b741c791c541c3b6ef6e28a77')
+sha512sums=('a0399ef0200e99699206eb3a2ad5a94b81d8ae853c5824ff4913f0f0139e6307cc4744801c10963e4ea1fffb0992fd6c30b0712e3ba2ad921b592b1fb6ebda5a')
build() {
cd spotdl-$pkgver