summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTim Schumacher2019-12-27 16:57:43 +0100
committerTim Schumacher2019-12-27 16:57:43 +0100
commite87b49f9245c8188994a150f0a97bde7feb1c00c (patch)
tree0ea0f6fef4916f34471f1c131ae9cdb2f2823472
parentade41c6280dd5f469a8f42865cdf69044ea8a37c (diff)
downloadaur-e87b49f9245c8188994a150f0a97bde7feb1c00c.tar.gz
Update to v1.2.3
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5e6ae1a66426..c6fffd634ce9 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 = 1.2.2
+ pkgver = 1.2.3
pkgrel = 1
url = https://github.com/ritiek/spotify-downloader
arch = any
@@ -19,8 +19,8 @@ pkgbase = python-spotdl
depends = python-pafy
depends = python-appdirs
depends = python-titlecase
- source = https://pypi.io/packages/source/s/spotdl/spotdl-1.2.2.tar.gz
- sha512sums = dd422d00e399f04b0f3c9ea1cfa8c26fef948bcf672a60292d573dcbde9ae3ae6b415206259efffb1e2a14c92093cfae27c4ef759c496b07f07432ba362d06a7
+ source = https://pypi.io/packages/source/s/spotdl/spotdl-1.2.3.tar.gz
+ sha512sums = cddd795e85124d49f9cfd1f80608c0de6a9fe03946c5ed9f6d2ec8b28db50b871cf2e2a1272028fd7a728359a2d0fab0d08fce610188c25c81f68a513b51acbf
pkgname = python-spotdl
diff --git a/PKGBUILD b/PKGBUILD
index d0b26af28382..555bfa8e3e21 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
# Contributor: Gordian Edenhofer <gordian.edenhofer[at]yahoo[dot]de>
pkgname=python-spotdl
-pkgver=1.2.2
+pkgver=1.2.3
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/ritiek/spotify-downloader"
depends=('python-setuptools' 'ffmpeg' 'python-lyricwikia' 'python-yaml' 'python-pathlib' 'youtube-dl' 'python-spotipy' 'python-beautifulsoup4' 'python-logzero' 'python-mutagen' 'python-unicode-slugify' 'python-pafy' 'python-appdirs' 'python-titlecase')
source=("https://pypi.io/packages/source/s/spotdl/spotdl-$pkgver.tar.gz")
-sha512sums=('dd422d00e399f04b0f3c9ea1cfa8c26fef948bcf672a60292d573dcbde9ae3ae6b415206259efffb1e2a14c92093cfae27c4ef759c496b07f07432ba362d06a7')
+sha512sums=('cddd795e85124d49f9cfd1f80608c0de6a9fe03946c5ed9f6d2ec8b28db50b871cf2e2a1272028fd7a728359a2d0fab0d08fce610188c25c81f68a513b51acbf')
build() {
cd spotdl-$pkgver