summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorbuckket2016-04-17 03:22:12 +0200
committerbuckket2016-04-17 03:22:12 +0200
commiteed8a1ee5271349e0228f8b9e603f7d9414e88e1 (patch)
tree716a7fca193b2083053d4c05380d773fbab1afdc
parentd2a9a2b6b150a7535af17420e711202cf791c241 (diff)
downloadaur-eed8a1ee5271349e0228f8b9e603f7d9414e88e1.tar.gz
Fix makedepends
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e8375348b398..b82acd7a8cf4 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,17 +1,15 @@
# Generated by mksrcinfo v8
-# Sat Apr 16 18:28:14 UTC 2016
+# Sun Apr 17 01:21:52 UTC 2016
pkgbase = python-spotify
pkgdesc = A Python wrapper for libspotify.
pkgver = 2.0.5
- pkgrel = 3
+ pkgrel = 4
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 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')