summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authoreatmyvenom2021-04-05 00:54:24 -0700
committereatmyvenom2021-04-05 00:54:24 -0700
commitea3c7e923862f30a8ca8f6ffaed42fef3abec275 (patch)
treebba37aa79f40263a0cd3c87bfb8c330054888410
parentf459ee04c9cbef1edf65fd8cb402ad811cb53f28 (diff)
downloadaur-ea3c7e923862f30a8ca8f6ffaed42fef3abec275.tar.gz
tidy pkgbuild
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD7
2 files changed, 5 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5b4c45a9b3c3..0ca6bf8caa3f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = openrc
- pkgdesc = Dependency based init system that works with sysvinit and systemd.
+ pkgdesc = Dependency based init system that works with sysvinit and systemd or on its own.
pkgver = 0.43
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/OpenRC/openrc/
arch = i686
arch = x86_64
@@ -10,7 +10,6 @@ pkgbase = openrc
makedepends = pam
makedepends = git
depends = pam
- optdepends = openrc-sysvinit
optdepends = openrc-arch-services-git: collection of services for Arch
optdepends = net-tools: for network service support
optdepends = opentmpfiles: adds support for systemd-style tmpfiles.d
diff --git a/PKGBUILD b/PKGBUILD
index 330f501ed667..7efa1a1fd078 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,14 +5,13 @@
pkgname=openrc
pkgver=0.43
-pkgrel=1
-pkgdesc='Dependency based init system that works with sysvinit and systemd.'
+pkgrel=2
+pkgdesc='Dependency based init system that works with sysvinit and systemd or on its own.'
arch=('i686' 'x86_64')
url='https://github.com/OpenRC/openrc/'
license=('BSD')
depends=('pam')
-optdepends=('openrc-sysvinit'
- 'openrc-arch-services-git: collection of services for Arch'
+optdepends=('openrc-arch-services-git: collection of services for Arch'
'net-tools: for network service support'
'opentmpfiles: adds support for systemd-style tmpfiles.d'
'bash-completion: tab completion for openrc commands in bash shells')