summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorChristoph Gysin2017-10-14 18:27:09 +0300
committerChristoph Gysin2017-10-14 18:27:09 +0300
commit0cb0b10cb5508a32f464bc262811f6e54e047547 (patch)
tree27b94fda43d6ce676ffc4534b200ae3691899741 /PKGBUILD
parentedcaa6c11d2336c290b5e08bf55a24cd472fca47 (diff)
downloadaur-0cb0b10cb5508a32f464bc262811f6e54e047547.tar.gz
remove protobuf dependency
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 7447360f18f0..05bccf60483c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,7 +9,7 @@ pkgdesc="An open source client library for Spotify."
arch=('i686' 'x86_64' 'armv7h')
url="https://github.com/plietar/librespot"
license=('MIT')
-depends=('protobuf' 'libvorbis' 'alsa-lib')
+depends=('libvorbis' 'alsa-lib')
makedepends=('git' 'rust')
provides=('librespot')
conflicts=('librespot')