From 8af9cb81f773f31f4b6915d10679aad902fca323 Mon Sep 17 00:00:00 2001 From: fbt Date: Mon, 15 Mar 2021 22:18:57 +0300 Subject: [PATCH] we depend on inetutils Signed-off-by: fbt --- PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/PKGBUILD b/PKGBUILD index 9898a8b..2c54791 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -5,12 +5,12 @@ pkgname='spark-rc' pkgdesc='A simple rc script' license=( 'BSD' ) pkgver=1.12.2 -pkgrel=1 +pkgrel=2 arch=( 'any' ) url='https://code.fleshless.org/Spark/spark-rc' -depends=( halt-ubase-git ) -conflicts=( sysvinit-tools-adds ) +depends=( 'halt-ubase-git' 'inetutils' ) +conflicts=( 'sysvinit-tools-adds' ) backup=( 'etc/rc.conf' )