summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarco Rubin2023-06-30 22:22:25 +0200
committerMarco Rubin2023-06-30 22:22:25 +0200
commite6cbdb45cd4e23c8cd41155e1cb88e092fc9f35f (patch)
tree769b45a4942dd24467bd379f67bb08157fed85f7
parent1e41639e241edbc1f37a863a14b85a9951a617a8 (diff)
downloadaur-e6cbdb45cd4e23c8cd41155e1cb88e092fc9f35f.tar.gz
Removed conflicts array, removed openrc= in provides
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD5
2 files changed, 3 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 66573eb313cb..de025efd4f6a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = openrc
pkgdesc = Dependency based init system that works with sysvinit and systemd or on its own.
pkgver = 0.47.1
- pkgrel = 2
+ pkgrel = 3
url = https://github.com/OpenRC/openrc
arch = i686
arch = x86_64
@@ -15,12 +15,10 @@ pkgbase = openrc
optdepends = opentmpfiles: adds support for systemd-style tmpfiles.d
optdepends = bash-completion: tab completion for openrc commands in bash shells
optdepends = zsh-completions: tab completion for openrc commands in zsh shells
- provides = openrc=0.47.1
provides = librc.so
provides = init-rc
provides = libeinfo.so
provides = svc-manager
- conflicts = openrc-git
backup = etc/openrc/inittab
backup = etc/openrc/rc.conf
backup = etc/openrc/conf.d/bootmisc
diff --git a/PKGBUILD b/PKGBUILD
index 4fe6132e1d7e..28ae2b9ca85f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@
pkgname=openrc
pkgver=0.47.1
-pkgrel=2
+pkgrel=3
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'
@@ -18,8 +18,7 @@ optdepends=('openrc-arch-services-git: collection of services for Arch'
'bash-completion: tab completion for openrc commands in bash shells'
'zsh-completions: tab completion for openrc commands in zsh shells')
makedepends=('meson' 'pam' 'psmisc')
-provides=("openrc=$pkgver" 'librc.so' 'init-rc' 'libeinfo.so' 'svc-manager')
-conflicts=('openrc-git')
+provides=('librc.so' 'init-rc' 'libeinfo.so' 'svc-manager')
backup=(etc/openrc/inittab
etc/openrc/rc.conf
etc/openrc/conf.d/{bootmisc,consolefont,devfs,dmesg,fsck,hostname,hwclock,keymaps}