smu-git: add provides & replaces
This commit is contained in:
parent
3176b3d0ba
commit
d994d17c0e
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'smu-git'
|
||||
pkgname=smu-git
|
||||
version=20140515
|
||||
version=20140531
|
||||
revision=1
|
||||
build_style=gnu-makefile
|
||||
make_build_args="INCS=-I. LIBS="
|
||||
|
@ -8,6 +8,8 @@ short_desc="Simple markup - markdown like syntax"
|
|||
maintainer="Ypnose <linuxienATlegtuxDOTorg>"
|
||||
license="MIT"
|
||||
homepage="https://github.com/Gottox/smu/"
|
||||
provides="smu-${version}_${revision}"
|
||||
replaces="smu>=0"
|
||||
|
||||
do_fetch() {
|
||||
local url="git://github.com/Gottox/smu"
|
||||
|
|
Loading…
Reference in New Issue