summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorbuckket2016-04-17 03:22:12 +0200
committerbuckket2016-04-17 03:22:12 +0200
commiteed8a1ee5271349e0228f8b9e603f7d9414e88e1 (patch)
tree716a7fca193b2083053d4c05380d773fbab1afdc /PKGBUILD
parentd2a9a2b6b150a7535af17420e711202cf791c241 (diff)
downloadaur-eed8a1ee5271349e0228f8b9e603f7d9414e88e1.tar.gz
Fix makedepends
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 2ec5bb3746f3..7f6a1f037bd8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,12 +3,12 @@
pkgname=("python-spotify" "python2-spotify")
_pkgname=pyspotify
pkgver=2.0.5
-pkgrel=3
+pkgrel=4
pkgdesc="A Python wrapper for libspotify."
arch=("i686" "x86_64")
license=("APACHE")
url="http://pyspotify.mopidy.com/"
-makedepends=("python-setuptools" "python2-setuptools" "python-cffi" "python2-cffi")
+makedepends=("python-setuptools" "python2-setuptools")
conflicts=("python2-pyspotify" "pyspotify")
source=("https://pypi.python.org/packages/source/p/${_pkgname}/${_pkgname}-${pkgver}.tar.gz")
sha256sums=('fbd41c58d62232b0cabb7a9e38d45f36ac221699c006899bdb6be74c04602678')