summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authoraksr2017-10-22 07:07:26 +0200
committeraksr2017-10-22 07:07:26 +0200
commit5b831c8ffa17831459aa7435555c55a7bf3f4b15 (patch)
tree9782c4be6794dd9abde511b1c813248ed6af00d1
parent31fac361a43ea97e5f1f48a64b48508734de61ed (diff)
downloadaur-5b831c8ffa17831459aa7435555c55a7bf3f4b15.tar.gz
Add dependency: `xcb-util'.
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d5010648c56a..402b1dd8b280 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Thu Apr 14 16:19:51 UTC 2016
+# Sun Oct 22 05:06:53 UTC 2017
pkgbase = wmutils-git
pkgdesc = A set of tools for X windows manipulation.
- pkgver = 1.1.r6.g23253bf
+ pkgver = 1.4.r0.gdd268ec
pkgrel = 1
url = https://github.com/wmutils/core
arch = i686
@@ -10,6 +10,7 @@ pkgbase = wmutils-git
license = ISC
makedepends = git
depends = libxcb
+ depends = xcb-util
depends = xcb-util-wm
depends = libwm-git
conflicts = wmutils
diff --git a/PKGBUILD b/PKGBUILD
index 69f4770bebcf..2722facd306f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,13 +2,13 @@
# Contributor: Alad <alad@archlinux.info>
# Maintainer: aksr <aksr at t-com dot me>
pkgname=wmutils-git
-pkgver=1.1.r6.g23253bf
+pkgver=1.4.r0.gdd268ec
pkgrel=1
pkgdesc="A set of tools for X windows manipulation."
url="https://github.com/wmutils/core"
arch=('i686' 'x86_64')
license=('ISC')
-depends=('libxcb' 'xcb-util-wm' 'libwm-git')
+depends=('libxcb' 'xcb-util' 'xcb-util-wm' 'libwm-git')
makedepends=('git')
conflicts=('wmutils')
source=("$pkgname::git+https://github.com/wmutils/core.git"