summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9f94d36b3e22..fa61532090cc 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,15 @@
# Generated by mksrcinfo v8
-# Wed Aug 16 20:35:49 UTC 2017
+# Fri Sep 15 18:30:24 UTC 2017
pkgbase = librespot-git
pkgdesc = An open source client library for Spotify.
pkgver = 357.ddfc28f
- pkgrel = 1
+ pkgrel = 2
epoch = 1
url = https://github.com/plietar/librespot
arch = i686
arch = x86_64
license = MIT
+ makedepends = git
makedepends = cargo
makedepends = portaudio
depends = rust
diff --git a/PKGBUILD b/PKGBUILD
index faa6b72f596f..76fdc686514f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,14 +3,14 @@
pkgname=librespot-git
_pkgname=librespot
pkgver=357.ddfc28f
-pkgrel=1
+pkgrel=2
epoch=1
pkgdesc="An open source client library for Spotify."
arch=('i686' 'x86_64')
url="https://github.com/plietar/librespot"
license=('MIT')
depends=('rust' 'protobuf')
-makedepends=('cargo' 'portaudio')
+makedepends=('git' 'cargo' 'portaudio')
provides=('librespot')
conflicts=('librespot')
source=('git+https://github.com/plietar/librespot'