summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJulien Nicoulaud2019-05-11 14:54:32 +0200
committerJulien Nicoulaud2019-05-11 14:54:32 +0200
commit7c1f13eef9bc784e7a82fa642fb30e4b634db254 (patch)
treeb5b3ca0e08192452d9277e8c30f9b63170dab586
parente7f66eec2c89ac2ce6b9d4d273b1e907d95c6f51 (diff)
downloadaur-7c1f13eef9bc784e7a82fa642fb30e4b634db254.tar.gz
xcb dependency has a custom build script that depends on python3
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index e03ec5a466da..3c7fd3934a9f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_pkgname=ncspot
pkgname="${_pkgname}-git"
-pkgver=0.0.0.160.d7848ec
+pkgver=0.0.0.251.5eff818
pkgrel=1
pkgdesc="Cross-platform ncurses Spotify client written in Rust, inspired by ncmpc and the likes."
arch=('x86_64')
@@ -10,7 +10,7 @@ url="https://github.com/hrkfdn/ncspot"
license=('BSD')
depends=('ncurses' 'openssl' 'libpulse')
optdepends=('portaudio: PortAudio backend')
-makedepends=('rust' 'cargo' 'git' 'alsa-lib')
+makedepends=('rust' 'cargo' 'git' 'alsa-lib' 'python')
provides=("${_pkgname}")
conflicts=("${_pkgname}")
source=("git+https://github.com/hrkfdn/ncspot.git")