summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAlejandro Valdes2021-02-07 21:12:46 -0500
committerAlejandro Valdes2021-02-07 21:12:46 -0500
commitc90e2f519ecbc9091a2233379e95f1f1594eee7e (patch)
tree8775a33e28aa06097076b5f909e6b4615ebb57d1 /PKGBUILD
parente3b6d373c4cf8a20614c731e2925c619db041f8c (diff)
downloadaur-c90e2f519ecbc9091a2233379e95f1f1594eee7e.tar.gz
Added missing dependencies
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index f19176c98e99..6c3b96c90229 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,13 +2,13 @@
pkgname=ncspot
pkgver=0.4.0
-pkgrel=1
+pkgrel=2
pkgdesc="Cross-platform ncurses Spotify client written in Rust, inspired by ncmpc and the likes."
arch=('x86_64' 'aarch64' 'armv7h')
url="https://github.com/hrkfdn/ncspot"
license=('BSD')
-depends=('ncurses' 'openssl' 'libpulse')
-makedepends=('rust' 'cargo' 'git' 'alsa-lib' 'python')
+depends=('ncurses' 'openssl' 'libpulse' 'libxcb' 'ncurses' 'dbus')
+makedepends=('rust' 'cargo' 'git' 'alsa-lib' 'python' 'pkgconf')
provides=("${pkgname}")
conflicts=("${pkgname}")
source=("https://github.com/hrkfdn/ncspot/archive/v${pkgver}.zip")