summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-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"