summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTim Schumacher2021-01-18 07:48:10 +0100
committerTim Schumacher2021-01-18 07:48:10 +0100
commit3ce444f020d903046ea5febafc93f82ed63e9592 (patch)
tree31d9b9b2554667c9fade6026821d3c1658e618fb
parent07cb4c729fcf88a65f3e84faa5e18ae20cee4c0b (diff)
downloadaur-3ce444f020d903046ea5febafc93f82ed63e9592.tar.gz
Update to 3.3.1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 96a44d1df222..d97805b9ea22 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.3.0
+ pkgver = 3.3.1
pkgrel = 1
url = https://github.com/spotDL/spotify-downloader
arch = any
@@ -13,8 +13,8 @@ pkgbase = python-spotdl
depends = python-rapidfuzz
depends = python-requests
depends = python-mutagen
- source = https://pypi.io/packages/source/s/spotdl/spotdl-3.3.0.tar.gz
- sha512sums = 4db20919ee27de34feb8859c2ab8f0989ec6577cb0768203793a01e9806ee94562bac59c61ddffc9dfb5efd93d3744bd739a6f65842370ffa3e921ab1c0be2cd
+ source = https://pypi.io/packages/source/s/spotdl/spotdl-3.3.1.tar.gz
+ sha512sums = dafb909f9d097e7a41285bba5867a98f1787e36a7eb0259fdb1cf2fbcc0bdc948f987de4ee8d825e55321bbabf6cab8d8e845978f7484d2c2d89f0ef36ad3da9
pkgname = python-spotdl
diff --git a/PKGBUILD b/PKGBUILD
index 9d4d0649cbc6..f48a585d66e3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
# Contributor: Gordian Edenhofer <gordian.edenhofer[at]yahoo[dot]de>
pkgname=python-spotdl
-pkgver=3.3.0
+pkgver=3.3.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-pytube3' 'python-tqdm' 'python-rapidfuzz' 'python-requests' 'python-mutagen')
source=("https://pypi.io/packages/source/s/spotdl/spotdl-$pkgver.tar.gz")
-sha512sums=('4db20919ee27de34feb8859c2ab8f0989ec6577cb0768203793a01e9806ee94562bac59c61ddffc9dfb5efd93d3744bd739a6f65842370ffa3e921ab1c0be2cd')
+sha512sums=('dafb909f9d097e7a41285bba5867a98f1787e36a7eb0259fdb1cf2fbcc0bdc948f987de4ee8d825e55321bbabf6cab8d8e845978f7484d2c2d89f0ef36ad3da9')
build() {
cd spotdl-$pkgver