summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorbuckket2016-04-16 20:28:33 +0200
committerbuckket2016-04-16 20:28:33 +0200
commitd2a9a2b6b150a7535af17420e711202cf791c241 (patch)
tree9465614fcb4da712f8750063ddbda5efde057f34
parent68fc69266bfbb706fe804ad96a17be0d9787590d (diff)
downloadaur-d2a9a2b6b150a7535af17420e711202cf791c241.tar.gz
Fix makedepends
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 33c1933aefaa..e8375348b398 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,17 @@
# Generated by mksrcinfo v8
-# Sat Apr 16 18:17:57 UTC 2016
+# Sat Apr 16 18:28:14 UTC 2016
pkgbase = python-spotify
pkgdesc = A Python wrapper for libspotify.
pkgver = 2.0.5
- pkgrel = 2
+ pkgrel = 3
url = http://pyspotify.mopidy.com/
arch = i686
arch = x86_64
license = APACHE
makedepends = python-setuptools
makedepends = python2-setuptools
+ makedepends = python-cffi
+ makedepends = python2-cffi
conflicts = python2-pyspotify
conflicts = pyspotify
source = https://pypi.python.org/packages/source/p/pyspotify/pyspotify-2.0.5.tar.gz
diff --git a/PKGBUILD b/PKGBUILD
index ca9d53323cf1..2ec5bb3746f3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,12 +3,12 @@
pkgname=("python-spotify" "python2-spotify")
_pkgname=pyspotify
pkgver=2.0.5
-pkgrel=2
+pkgrel=3
pkgdesc="A Python wrapper for libspotify."
arch=("i686" "x86_64")
license=("APACHE")
url="http://pyspotify.mopidy.com/"
-makedepends=("python-setuptools" "python2-setuptools")
+makedepends=("python-setuptools" "python2-setuptools" "python-cffi" "python2-cffi")
conflicts=("python2-pyspotify" "pyspotify")
source=("https://pypi.python.org/packages/source/p/${_pkgname}/${_pkgname}-${pkgver}.tar.gz")
sha256sums=('fbd41c58d62232b0cabb7a9e38d45f36ac221699c006899bdb6be74c04602678')