From 2bd6b7a88739f24b277bb41eb6e6325c8f97c181 Mon Sep 17 00:00:00 2001 From: "Adrian C. (anrxc)" Date: Tue, 27 Nov 2012 02:04:32 +0100 Subject: arch: update optdepends and PKGBUILD project home URL The official 'initscripts' package is still fully SysV compatible, so prefer it as the functions provider for now over anything else. Second change concerns the AUR package page, which would link to an empty page if the home URL would equal the package name. --- arch/PKGBUILD | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/arch/PKGBUILD b/arch/PKGBUILD index f691260..2acb471 100644 --- a/arch/PKGBUILD +++ b/arch/PKGBUILD @@ -5,14 +5,15 @@ pkgname=rcdscripts-aic _gitname=rcdscripts pkgver=2012.11.27 -pkgrel=1 +pkgrel=3 pkgdesc="System service scripts for SysV init" arch=("any") -url="http://git.sysphere.org/rcdscripts-aic/" +url="http://git.sysphere.org/rcdscripts/" license=("GPL2") depends=("bash") optdepends=("sysvinit: SysV init" - "initscripts-aic: functions used by service scripts") + "initscripts: functions used by service scripts, still fully SysV compatible") +# "initscripts-aic: functions used by service scripts" source=("http://git.sysphere.org/${_gitname}/snapshot/${_gitname}-${pkgver}.tar.xz") md5sums=("e0de162d95ed0b485f2846606c8caf97") -- cgit v1.2.3