sbase-git: add provides & replaces
This commit is contained in:
parent
950a94ad63
commit
3fd6cd719e
1 changed files with 3 additions and 1 deletions
|
@ -1,13 +1,15 @@
|
|||
# Template file for 'sbase-git'
|
||||
pkgname=sbase-git
|
||||
version=20140531
|
||||
revision=1
|
||||
revision=2
|
||||
build_style=gnu-makefile
|
||||
short_desc="Suckless unix tools"
|
||||
maintainer="Ypnose <linuxienATlegtuxDOTorg>"
|
||||
license="MIT"
|
||||
homepage="http://tools.suckless.org/sbase"
|
||||
conflicts="coreutils>=0 base-system-busybox>=0"
|
||||
provides="sbase-${version}_${revision}"
|
||||
replaces="sbase>=0"
|
||||
|
||||
do_fetch() {
|
||||
local url="git://git.suckless.org/sbase"
|
||||
|
|
Loading…
Reference in a new issue