summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD8
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d197789834c6..5a4283b6db4c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
pkgbase = spotify-ripper
pkgdesc = Command-line ripper for Spotify, with a workaround for playlist emptying
pkgver = 2.11
- pkgrel = 4
- url = https://github.com/colorizedmind/spotify-ripper
+ pkgrel = 5
+ url = https://github.com/wolfmanx/spotify-ripper/tree/pr-collect
arch = any
license = MIT
makedepends = python2-setuptools
@@ -20,10 +20,10 @@ pkgbase = spotify-ripper
optdepends = faac: Rip songs to AAC format with FreeAAC
optdepends = libav-git-no-libs: Rip songs to Apple Lossless format
optdepends = fdkaac: Rip songs to MP4/M4A format with Fraunhofer FDK AAC codec
- source = https://github.com/colorizedmind/spotify-ripper/archive/a044a2ee8ce9d42f43ec973a2480ec5f62598ae7.zip
+ source = https://github.com/wolfmanx/spotify-ripper/archive/pr-collect.zip
source = setup.py
source = requirements.txt
- md5sums = 0365af83b46ad43c6331cb7887ed06f8
+ md5sums = SKIP
md5sums = c80e4dc2d35501cc87ef75deb954a3c0
md5sums = 433ec722cffccd32c7e31807262f1128
diff --git a/PKGBUILD b/PKGBUILD
index cdd70ded7cbf..7ccd365b64e1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,10 +2,10 @@
pkgname=spotify-ripper
pkgver=2.11
-pkgrel=4
+pkgrel=5
pkgdesc='Command-line ripper for Spotify, with a workaround for playlist emptying'
arch=('any')
-url="https://github.com/colorizedmind/spotify-ripper"
+url="https://github.com/wolfmanx/spotify-ripper/tree/pr-collect"
license=('MIT')
depends=('python2' 'python2-spotify' 'mutagen' 'python2-colorama' 'python2-requests'
'python2-schedule' 'python2-spotipy' 'lame')
@@ -13,9 +13,9 @@ optdepends=('flac: Rip songs to lossless FLAC encoding' 'opus-tools: Rip songs t
'vorbis-tools: Rip songs to Ogg Vorbis encoding' 'faac: Rip songs to AAC format with FreeAAC'
'libav-git-no-libs: Rip songs to Apple Lossless format' 'fdkaac: Rip songs to MP4/M4A format with Fraunhofer FDK AAC codec')
makedepends=('python2-setuptools')
-source=("https://github.com/colorizedmind/spotify-ripper/archive/a044a2ee8ce9d42f43ec973a2480ec5f62598ae7.zip"
+source=("https://github.com/wolfmanx/spotify-ripper/archive/pr-collect.zip"
"setup.py" "requirements.txt")
-md5sums=('0365af83b46ad43c6331cb7887ed06f8'
+md5sums=('SKIP'
'c80e4dc2d35501cc87ef75deb954a3c0'
'433ec722cffccd32c7e31807262f1128')