cups-filters: remove uneeded avahi-daemon service dependency

This commit is contained in:
Andrea Brancaleoni 2017-10-08 22:42:57 +02:00 committed by Andrea Brancaleoni
parent 6ce332096d
commit b4bfa159fd
2 changed files with 1 additions and 2 deletions

View file

@ -1,3 +1,2 @@
#!/bin/sh
sv check avahi-daemon >/dev/null || exit 1
exec cups-browsed

View file

@ -1,7 +1,7 @@
# Template file for 'cups-filters'
pkgname=cups-filters
version=1.17.9
revision=1
revision=2
build_style=gnu-configure
configure_args="--disable-static --with-rcdir=no --enable-avahi
--with-browseremoteprotocols=DNSSD,CUPS"