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