bspwm-git: add provides & replaces

This commit is contained in:
Ypnose 2014-05-31 13:04:57 +02:00
parent 4e224ac398
commit affebf219d
1 changed files with 3 additions and 1 deletions

View File

@ -1,13 +1,15 @@
# Template file for 'bspwm-git'
pkgname=bspwm-git
version=20140531
revision=1
revision=2
build_style=gnu-makefile
makedepends="libxcb-devel xcb-util-devel xcb-util-wm-devel"
short_desc="A tiling window manager based on binary space partitioning"
maintainer="Ypnose <linuxienATlegtuxDOTorg>"
license="BSD"
homepage="https://github.com/baskerville/bspwm"
provides="bspwm-${version}_${revision}"
replaces="bspwm>=0"
do_fetch() {
local url="git://github.com/baskerville/bspwm"