bspwm-git: add provides & replaces
This commit is contained in:
parent
4e224ac398
commit
affebf219d
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue