summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorFerdinand Bachmann2020-06-25 19:11:05 +0200
committerFerdinand Bachmann2020-06-25 19:11:05 +0200
commita28597a3ac0e06ff2c4a77ca352dfad57992bbb2 (patch)
tree084982f1a87c21aef871b1cbd9146ecd7fe03f98 /PKGBUILD
parentef61bfdb0f1a42c1b7e35eed36fc2c37df5ed271 (diff)
downloadaur-a28597a3ac0e06ff2c4a77ca352dfad57992bbb2.tar.gz
fix missing xcb-util-cursor dependency
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 5bdf56cd9c94..11fd4dd71202 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,12 +4,12 @@
# Maintainer: Ferdi265 <theferdi265@gmail.com>
pkgname=libwm-git
pkgver=1.0.r4.g208dfb8
-pkgrel=1
+pkgrel=2
pkgdesc="A library for X windows manipulation."
url="https://github.com/wmutils/libwm"
arch=('i686' 'x86_64')
license=('ISC')
-depends=('libxcb' 'xcb-util-wm')
+depends=('libxcb' 'xcb-util-wm' 'xcb-util-cursor')
provides=('libwm')
conflicts=('libwm')
makedepends=('git')