bspwm-git: add provides & replaces
This commit is contained in:
parent
4e224ac398
commit
affebf219d
1 changed files with 3 additions and 1 deletions
|
@ -1,13 +1,15 @@
|
||||||
# Template file for 'bspwm-git'
|
# Template file for 'bspwm-git'
|
||||||
pkgname=bspwm-git
|
pkgname=bspwm-git
|
||||||
version=20140531
|
version=20140531
|
||||||
revision=1
|
revision=2
|
||||||
build_style=gnu-makefile
|
build_style=gnu-makefile
|
||||||
makedepends="libxcb-devel xcb-util-devel xcb-util-wm-devel"
|
makedepends="libxcb-devel xcb-util-devel xcb-util-wm-devel"
|
||||||
short_desc="A tiling window manager based on binary space partitioning"
|
short_desc="A tiling window manager based on binary space partitioning"
|
||||||
maintainer="Ypnose <linuxienATlegtuxDOTorg>"
|
maintainer="Ypnose <linuxienATlegtuxDOTorg>"
|
||||||
license="BSD"
|
license="BSD"
|
||||||
homepage="https://github.com/baskerville/bspwm"
|
homepage="https://github.com/baskerville/bspwm"
|
||||||
|
provides="bspwm-${version}_${revision}"
|
||||||
|
replaces="bspwm>=0"
|
||||||
|
|
||||||
do_fetch() {
|
do_fetch() {
|
||||||
local url="git://github.com/baskerville/bspwm"
|
local url="git://github.com/baskerville/bspwm"
|
||||||
|
|
Loading…
Reference in a new issue