summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMoritz Poldrack2021-02-22 13:23:06 +0100
committerMoritz Poldrack2021-02-22 13:23:06 +0100
commit7dd89fbf8d5372cfb64fc66aa8b70e020a39b95f (patch)
tree2232d95c4804fa7c903a2d869b693a9b05a55105 /PKGBUILD
parented0a618e48e69c538dbb63e1928ec88b62fe6422 (diff)
downloadaur-7dd89fbf8d5372cfb64fc66aa8b70e020a39b95f.tar.gz
fixed the issues pointed out by PedroHLC again
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD7
1 files changed, 7 insertions, 0 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 8be5c6cd6b17..5aa33c08deb1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,8 +8,15 @@ url='https://codeberg.org/dnkl/yambar'
license=('MIT')
depends=(
'xcb-util-cursor'
+ 'pixman'
+ 'xcb-util-wm'
+ 'xorgproto'
+ 'wayland'{,-protocols}
+ 'fontconfig'
+ 'alsa-lib'
)
makedepends=(
+ 'git'
'cmake'
'libmpdclient'
'libyaml'