summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMalte Jürgens2022-08-29 21:27:14 +0000
committerMalte Jürgens2022-08-29 21:27:14 +0000
commit97ebb45b01299b94dbd7215d709e6ff83da6d67b (patch)
tree57053e3b3b7f86de4f92c5727ca9223bcf5a3306
parent7cb59a111f41a8c9896479e9ef331c727cb2b9d7 (diff)
downloadaur-zspotify.tar.gz
add missing dependencies
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8b43e8d0e74f..76b4379f03c0 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = zspotify
pkgdesc = A Spotify downloader needing only a python interpreter and ffmpeg.
pkgver = 0.5.2
- pkgrel = 3
+ pkgrel = 4
url = https://github.com/afkcodes/zspotify
arch = x86_64
license = GPL3
@@ -13,6 +13,8 @@ pkgbase = zspotify
depends = python-protobuf
depends = python-tabulate
depends = python-tqdm
+ depends = python-ffmpy
+ depends = python-mutagen
source = https://github.com/afkcodes/zspotify/archive/c11cfed6bc811adb2edb9709c16b6a344c000682.tar.gz
source = zspotify-module-imports.patch
source = zspotify-paths.patch
diff --git a/PKGBUILD b/PKGBUILD
index f98b83928fed..94b745405903 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,12 +2,12 @@
pkgname=zspotify
pkgver=0.5.2
-pkgrel=3
+pkgrel=4
pkgdesc="A Spotify downloader needing only a python interpreter and ffmpeg."
arch=("x86_64")
url="https://github.com/afkcodes/zspotify"
license=("GPL3")
-depends=(python python-librespot python-music-tag python-pillow python-protobuf python-tabulate python-tqdm)
+depends=(python python-librespot python-music-tag python-pillow python-protobuf python-tabulate python-tqdm python-ffmpy python-mutagen)
makedepends=(python-setuptools)
source=(
"https://github.com/afkcodes/zspotify/archive/c11cfed6bc811adb2edb9709c16b6a344c000682.tar.gz"