summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFerdinand Bachmann2020-06-25 19:11:05 +0200
committerFerdinand Bachmann2020-06-25 19:11:05 +0200
commita28597a3ac0e06ff2c4a77ca352dfad57992bbb2 (patch)
tree084982f1a87c21aef871b1cbd9146ecd7fe03f98
parentef61bfdb0f1a42c1b7e35eed36fc2c37df5ed271 (diff)
downloadaur-a28597a3ac0e06ff2c4a77ca352dfad57992bbb2.tar.gz
fix missing xcb-util-cursor dependency
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 142ed5d2af41..a80a304a88c9 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,3 @@
-# Generated by mksrcinfo v8
-# Tue May 3 06:15:07 UTC 2016
pkgbase = libwm-git
pkgdesc = A library for X windows manipulation.
pkgver = 1.0.r4.g208dfb8
@@ -11,6 +9,7 @@ pkgbase = libwm-git
makedepends = git
depends = libxcb
depends = xcb-util-wm
+ depends = xcb-util-cursor
provides = libwm
conflicts = libwm
source = libwm-git::git+https://github.com/wmutils/libwm.git
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')