cwm-git: add provides & replaces

This commit is contained in:
Ypnose 2014-05-31 13:08:42 +02:00
parent affebf219d
commit 87900716f1
1 changed files with 3 additions and 1 deletions

View File

@ -1,6 +1,6 @@
# Template file for 'cwm-git'
pkgname=cwm-git
version=20140427
version=20140531
revision=1
build_style=gnu-makefile
hostmakedepends="pkg-config bison"
@ -9,6 +9,8 @@ short_desc="Lightweight and efficient window manager for X11"
maintainer="Ypnose <linuxienATlegtuxDOTorg>"
license="ISC"
homepage="http://www.openbsd.org/cgi-bin/man.cgi?query=cwm&manpath=OpenBSD+Current&format=html"
provides="cwm-${version}_${revision}"
replaces="cwm>=0"
do_fetch() {
local url="git://github.com/chneukirchen/cwm"