cdb: fix conflicts pattern.
This commit is contained in:
parent
bc72996dd8
commit
f345a236cb
1 changed files with 2 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'cdb'
|
||||
pkgname=cdb
|
||||
version=0.75
|
||||
revision=1
|
||||
revision=2
|
||||
build_style=gnu-makefile
|
||||
short_desc="CDB utilities"
|
||||
maintainer="Lain <lain@waifu.club>"
|
||||
|
@ -9,7 +9,7 @@ license="Public domain"
|
|||
homepage="http://cr.yp.to/cdb.html"
|
||||
distfiles="http://cr.yp.to/cdb/cdb-${version}.tar.gz"
|
||||
checksum="1919577799a50c080a8a05a1cbfa5fa7e7abc823d8d7df2eeb181e624b7952c5"
|
||||
conflicts="freecdb"
|
||||
conflicts="freecdb>=0"
|
||||
|
||||
do_install() {
|
||||
vbin cdbget
|
||||
|
|
Loading…
Reference in a new issue