aboutsummaryrefslogtreecommitdiff
path: root/arch
diff options
context:
space:
mode:
authorAdrian C. (anrxc) <anrxc@sysphere.org>2012-11-27 02:04:32 +0100
committerAdrian C. (anrxc) <anrxc@sysphere.org>2012-11-27 02:04:32 +0100
commit2bd6b7a88739f24b277bb41eb6e6325c8f97c181 (patch)
treef96a625777ef0ce6f7dd3d3a18c7723bbc58e8eb /arch
parentf783201d0c4dc7de6ba5b774042704298ad5f5d9 (diff)
downloadrcdscripts-2bd6b7a88739f24b277bb41eb6e6325c8f97c181.tar.xz
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.
Diffstat (limited to 'arch')
-rw-r--r--arch/PKGBUILD7
1 files 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")