summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorBrian Bidulock2014-05-08 17:11:03 -0600
committerBrian Bidulock2015-07-08 23:10:32 -0600
commit13990be9d7ee56b68b02d6fd537a298e7481f3fe (patch)
tree08fc8538a0603eb9b3c6e0fe7743fdc3865fd037 /PKGBUILD
parent3f6268d23760391a846227a719aae2f73219ab50 (diff)
downloadaur-13990be9d7ee56b68b02d6fd537a298e7481f3fe.tar.gz
version 20140314-1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD9
1 files changed, 4 insertions, 5 deletions
diff --git a/PKGBUILD b/PKGBUILD
index e8553d60ade4..8f9991016a11 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Christian Neukirchen <chneukirchen@gmail.com>
pkgname=cwm-git
-pkgver=20150609
+pkgver=20140314
pkgrel=1
pkgdesc="OpenBSD fork of calmwm, a clean and lightweight window manager"
arch=('i686' 'x86_64')
@@ -8,11 +8,10 @@ url="http://www.openbsd.org/cgi-bin/man.cgi?query=cwm&sektion=1"
license=('custom')
depends=('libxft' 'libxrandr' 'libxinerama')
makedepends=('git' 'pkg-config')
-conflicts=('cwm')
-provides=('cwm')
+replaces=('cwm' 'cwm-cvs')
+conflicts=('cwm' 'cwm-cvs')
source=('git://github.com/chneukirchen/cwm.git#branch=linux' 'cwm.desktop')
-md5sums=('SKIP'
- '42530ce5a23fc5f9088d891e325d99bd')
+md5sums=('SKIP' '42530ce5a23fc5f9088d891e325d99bd')
pkgver() {
cd "$srcdir/cwm"