2bwm-git: add provides & replaces
This commit is contained in:
parent
5970d70a0c
commit
20edbd9ebf
1 changed files with 3 additions and 1 deletions
|
@ -1,13 +1,15 @@
|
|||
# Template file for '2bwm-git'
|
||||
pkgname=2bwm-git
|
||||
version=20140531
|
||||
revision=1
|
||||
revision=2
|
||||
build_style=gnu-makefile
|
||||
makedepends="libxcb-devel xcb-util-devel xcb-util-keysyms-devel xcb-util-wm-devel"
|
||||
short_desc="Fast floating window manager"
|
||||
maintainer="Ypnose <linuxienATlegtuxDOTorg>"
|
||||
license="ISC"
|
||||
homepage="https://github.com/venam/2bwm"
|
||||
provides="2bwm-${version}_${revision}"
|
||||
replaces="2bwm>=0"
|
||||
|
||||
do_fetch() {
|
||||
local url="git://github.com/venam/2bwm"
|
||||
|
|
Loading…
Reference in a new issue