summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBrian Bidulock2014-09-04 07:56:51 -0600
committerBrian Bidulock2015-06-10 05:19:37 -0600
commitace260a3074850b28dcad8c9705e935c621685ff (patch)
tree474609088aae4dd878ef1104c577c0eb6b28c17d
parentd7fc579b12a621c7b4cc5485a43cb988ccff7836 (diff)
downloadaur-ace260a3074850b28dcad8c9705e935c621685ff.tar.gz
version 5.5-2
-rw-r--r--.AURINFO5
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD4
3 files changed, 8 insertions, 6 deletions
diff --git a/.AURINFO b/.AURINFO
index afee820aa82e..fee5c3e8ce4b 100644
--- a/.AURINFO
+++ b/.AURINFO
@@ -1,15 +1,16 @@
pkgbase = cwm
pkgdesc = OpenBSD fork of calmwm, a clean and lightweight window manager
pkgver = 5.5
- pkgrel = 1
+ pkgrel = 2
url = http://www.openbsd.org/cgi-bin/man.cgi?query=cwm&sektion=1
changelog = cwm.changelog
arch = i686
arch = x86_64
license = BSD
makedepends = git
- depends = libxext
depends = libxft
+ depends = libxrandr
+ depends = libxinerama
source = cwm::git+https://github.com/chneukirchen/cwm.git#tag=v5.5
source = cwm.desktop
diff --git a/.SRCINFO b/.SRCINFO
index 023c562387c9..8746a0c54860 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,16 @@
pkgbase = cwm
pkgdesc = OpenBSD fork of calmwm, a clean and lightweight window manager
pkgver = 5.5
- pkgrel = 1
+ pkgrel = 2
url = http://www.openbsd.org/cgi-bin/man.cgi?query=cwm&sektion=1
changelog = cwm.changelog
arch = i686
arch = x86_64
license = BSD
makedepends = git
- depends = libxext
depends = libxft
+ depends = libxrandr
+ depends = libxinerama
source = cwm::git+https://github.com/chneukirchen/cwm.git#tag=v5.5
source = cwm.desktop
sha256sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 89bc3387b9c2..7ca3dc047405 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,12 +4,12 @@
# Contributor: xaw <xawl.ch@gmail.com>
pkgname=cwm
pkgver=5.5
-pkgrel=1
+pkgrel=2
pkgdesc="OpenBSD fork of calmwm, a clean and lightweight window manager"
arch=('i686' 'x86_64')
url="http://www.openbsd.org/cgi-bin/man.cgi?query=cwm&sektion=1"
license=('BSD')
-depends=('libxext' 'libxft')
+depends=('libxft' 'libxrandr' 'libxinerama')
changelog=cwm.changelog
makedepends=('git')
source=("$pkgname::git+https://github.com/chneukirchen/cwm.git#tag=v${pkgver}" 'cwm.desktop')