summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlejandro Valdes2021-02-07 21:12:46 -0500
committerAlejandro Valdes2021-02-07 21:12:46 -0500
commitc90e2f519ecbc9091a2233379e95f1f1594eee7e (patch)
tree8775a33e28aa06097076b5f909e6b4615ebb57d1
parente3b6d373c4cf8a20614c731e2925c619db041f8c (diff)
downloadaur-c90e2f519ecbc9091a2233379e95f1f1594eee7e.tar.gz
Added missing dependencies
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 8 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 99ce79b806d4..c86c99a0213d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = ncspot
pkgdesc = Cross-platform ncurses Spotify client written in Rust, inspired by ncmpc and the likes.
pkgver = 0.4.0
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/hrkfdn/ncspot
arch = x86_64
arch = aarch64
@@ -12,9 +12,13 @@ pkgbase = ncspot
makedepends = git
makedepends = alsa-lib
makedepends = python
+ makedepends = pkgconf
depends = ncurses
depends = openssl
depends = libpulse
+ depends = libxcb
+ depends = ncurses
+ depends = dbus
provides = ncspot
conflicts = ncspot
source = https://github.com/hrkfdn/ncspot/archive/v0.4.0.zip
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")