summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTim Schumacher2021-03-03 15:19:59 +0100
committerTim Schumacher2021-03-03 15:19:59 +0100
commit32627809d98360fb9d347c0dfdf71230d31a3942 (patch)
treef1a04e2bf792277245e10d023b02be6e21a97b5e
parentd7bcebb063eda480c4f058831141639c1ddbed46 (diff)
downloadaur-32627809d98360fb9d347c0dfdf71230d31a3942.tar.gz
Update to 3.3.3
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f7d33eb7e86d..dffe618e6568 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = python-spotdl
pkgdesc = Download songs from YouTube using Spotify song URLs or playlists with albumart and meta-tags.
- pkgver = 3.3.1
- pkgrel = 3
+ pkgver = 3.3.3
+ pkgrel = 1
url = https://github.com/spotDL/spotify-downloader
arch = any
license = MIT
@@ -14,8 +14,8 @@ pkgbase = python-spotdl
depends = python-mutagen
depends = python-ytmusicapi
depends = python-tqdm
- source = https://pypi.io/packages/source/s/spotdl/spotdl-3.3.1.tar.gz
- sha512sums = dafb909f9d097e7a41285bba5867a98f1787e36a7eb0259fdb1cf2fbcc0bdc948f987de4ee8d825e55321bbabf6cab8d8e845978f7484d2c2d89f0ef36ad3da9
+ source = https://pypi.io/packages/source/s/spotdl/spotdl-3.3.3.tar.gz
+ sha512sums = f8f4f5c98fe105728a0ff8513a09354eaa68a362d42f00c61cd0b7ece475072dac9d46444adeb501b9eba45f5260a1d16e971982539961a6dbc4468c2cca69e2
pkgname = python-spotdl
diff --git a/PKGBUILD b/PKGBUILD
index 82887340ff4d..2ed5e46ee403 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,15 +3,15 @@
# Contributor: Gordian Edenhofer <gordian.edenhofer[at]yahoo[dot]de>
pkgname=python-spotdl
-pkgver=3.3.1
-pkgrel=3
+pkgver=3.3.3
+pkgrel=1
pkgdesc="Download songs from YouTube using Spotify song URLs or playlists with albumart and meta-tags."
arch=('any')
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')
source=("https://pypi.io/packages/source/s/spotdl/spotdl-$pkgver.tar.gz")
-sha512sums=('dafb909f9d097e7a41285bba5867a98f1787e36a7eb0259fdb1cf2fbcc0bdc948f987de4ee8d825e55321bbabf6cab8d8e845978f7484d2c2d89f0ef36ad3da9')
+sha512sums=('f8f4f5c98fe105728a0ff8513a09354eaa68a362d42f00c61cd0b7ece475072dac9d46444adeb501b9eba45f5260a1d16e971982539961a6dbc4468c2cca69e2')
build() {
cd spotdl-$pkgver