summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorsharktamer2019-05-30 00:42:37 +0100
committersharktamer2019-05-30 00:42:37 +0100
commit7fd162209bb085d449df9538f071c18f1d3c5507 (patch)
tree616ac3675c7d578d72f8d2fa6534cd2dbd527f42 /PKGBUILD
parent7096f3bb79d1e958e7e7c33b3320bc4fd4fd28ca (diff)
downloadaur-7fd162209bb085d449df9538f071c18f1d3c5507.tar.gz
use git version of spotipy dependency
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 77c5900e34e7..72a82044464d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@ pkgdesc="A collection of spotify utilities, designed to be used with other shell
arch=('any')
url="https://github.com/shanedabes/sputils"
license=('APACHE')
-depends=('python' 'python-configargparse' 'python-pyaml' 'python-spotipy')
+depends=('python' 'python-configargparse' 'python-pyaml' 'python-spotipy-git')
source=("$pkgname-$pkgver.tar.gz::https://github.com/shanedabes/sputils/archive/v${pkgver}.tar.gz")
sha256sums=('64bf10bbbbefacac15e1ef4d14d5dff655ad9d8f2a97a4b11a5465bbe7a3cb16')