summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authoraksr2015-11-24 17:17:09 +0100
committeraksr2015-11-24 17:17:09 +0100
commit02c57e942e0a41a697c5fb985ef4b550baf54893 (patch)
tree6fa986be48de27d5de64bf467e53ceb8ceb5e885
parent7948bb3d891378876ce47874cd7c19a79e1b8187 (diff)
downloadaur-02c57e942e0a41a697c5fb985ef4b550baf54893.tar.gz
Added libwm-git as a dependency.
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index cd4401ef96e1..8edf7fbf9cf0 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = wmutils-git
pkgdesc = A set of tools for X windows manipulation.
- pkgver = 1.1.r0.g7b86e8b
+ pkgver = 1.2.r6.gbd9cebb
pkgrel = 1
url = https://github.com/wmutils/core
arch = i686
@@ -8,6 +8,7 @@ pkgbase = wmutils-git
license = ISC
depends = libxcb
depends = xcb-util-wm
+ depends = libwm-git
conflicts = wmutils
source = wmutils-git::git+https://github.com/wmutils/core.git
source = git+https://github.com/wmutils/opt.git
diff --git a/PKGBUILD b/PKGBUILD
index 717d3b45f6a6..953b2a7b557a 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.r0.g7b86e8b
+pkgver=1.2.r6.gbd9cebb
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')
+depends=('libxcb' 'xcb-util-wm' 'libwm-git')
conflicts=('wmutils')
source=("$pkgname::git+https://github.com/wmutils/core.git"
'git+https://github.com/wmutils/opt.git'