sxhkd-git: add provides & replaces
This commit is contained in:
parent
d994d17c0e
commit
8c6a256e7d
1 changed files with 3 additions and 1 deletions
|
@ -1,13 +1,15 @@
|
|||
# Template file for 'sxhkd-git'
|
||||
pkgname=sxhkd-git
|
||||
version=20140531
|
||||
revision=1
|
||||
revision=2
|
||||
build_style=gnu-makefile
|
||||
makedepends="libxcb-devel xcb-util-devel xcb-util-keysyms-devel"
|
||||
short_desc="Simple X HotKey Daemon"
|
||||
maintainer="Ypnose <linuxienATlegtuxDOTorg>"
|
||||
license="BSD"
|
||||
homepage="https://github.com/baskerville/sxhkd"
|
||||
provides="sxhkd-${version}_${revision}"
|
||||
replaces="sxhkd>=0"
|
||||
|
||||
do_fetch() {
|
||||
local url="git://github.com/baskerville/sxhkd"
|
||||
|
|
Loading…
Reference in a new issue