summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorzoorat2023-11-19 10:04:38 +0600
committerzoorat2023-11-19 10:04:38 +0600
commit420833b76f1116cbdf71bed3c0f47f64fecf3cd6 (patch)
treeabf3a2706fbc80af5ac797c912586b042ece67a6
parentc7e10cd3edb1f926de543caab73b60fc3af3dd5d (diff)
downloadaur-420833b76f1116cbdf71bed3c0f47f64fecf3cd6.tar.gz
updating to v4.2.2
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5f726ccae142..8e7b4dcb9005 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = python-spotdl
pkgdesc = Download your Spotify playlists and songs along with album art and metadata (from YouTube if a match is found).
- pkgver = 4.2.1
- pkgrel = 4
+ pkgver = 4.2.2
+ pkgrel = 1
url = https://github.com/spotDL/spotify-downloader
arch = any
license = MIT
@@ -38,7 +38,7 @@ pkgbase = python-spotdl
options = strip
options = emptydirs
options = zipman
- source = https://pypi.io/packages/source/s/spotdl/spotdl-4.2.1.tar.gz
- b2sums = f07541071b20fbb1ab7f98ff9cd1543a62edd52354531bbb2d7f4d4ef508a1d3a7b80a1b0d3202526f3ab296e497d323aa2ea692e189f3e7a0ce5aa3368a9beb
+ source = https://pypi.io/packages/source/s/spotdl/spotdl-4.2.2.tar.gz
+ b2sums = 1ad8182761a0e30d8a2b2735ca4a140d56a901e54524767b31e66a7b13a6e69ee5b71d6ae5d94a54b767d213a4c1001a6195515ad0962ccb16e3c51e07e5cdea
pkgname = python-spotdl
diff --git a/PKGBUILD b/PKGBUILD
index 9768c489e7d0..40262fd3ae52 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,8 +6,8 @@
# Contributor: Gordian Edenhofer <gordian.edenhofer[at]yahoo[dot]de>
pkgname=python-spotdl
-pkgver=4.2.1
-pkgrel=4
+pkgver=4.2.2
+pkgrel=1
pkgdesc='Download your Spotify playlists and songs along with album art and metadata (from YouTube if a match is found).'
arch=('any')
@@ -48,7 +48,7 @@ options=(strip emptydirs zipman)
source=("https://pypi.io/packages/source/s/spotdl/spotdl-$pkgver.tar.gz")
# source=("https://github.com/spotDL/spotify-downloader/archive/refs/tags/v$pkgver.zip")
-b2sums=('f07541071b20fbb1ab7f98ff9cd1543a62edd52354531bbb2d7f4d4ef508a1d3a7b80a1b0d3202526f3ab296e497d323aa2ea692e189f3e7a0ce5aa3368a9beb')
+b2sums=('1ad8182761a0e30d8a2b2735ca4a140d56a901e54524767b31e66a7b13a6e69ee5b71d6ae5d94a54b767d213a4c1001a6195515ad0962ccb16e3c51e07e5cdea')
# Document: https://wiki.archlinux.org/title/Python_package_guidelines
build() {