provides, conflicts, replaces

Signed-off-by: fbt <fbt@fleshless.org>
This commit is contained in:
Jack L. Frost 2019-03-25 10:22:00 +03:00
parent c06c69c152
commit 8035ef54dd
1 changed files with 4 additions and 4 deletions

View File

@ -8,7 +8,7 @@ pkgname=('systemd-libs-systemd' 'systemd-libs-udev')
# Can be from either systemd or systemd-stable
_commit='a09c170122cf3b37c3e4431bf082f9dbdc07fc70'
pkgver=241.7
pkgrel=2
pkgrel=3
arch=('x86_64')
url='https://www.github.com/systemd/systemd'
makedepends=('acl' 'cryptsetup' 'docbook-xsl' 'gperf' 'lz4' 'xz' 'pam' 'libelf'
@ -110,9 +110,9 @@ package_systemd-libs-systemd() {
pkgdesc='systemd client libraries'
depends=('glibc' 'libcap' 'libgcrypt' 'lz4' 'xz')
license=('LGPL2.1')
provides=('libsystemd' 'libsystemd.so')
conflicts=('libsystemd')
replaces=('libsystemd')
provides=('libsystemd' 'libsystemd.so' 'systemd-libs')
conflicts=('libsystemd' 'systemd-libs' 'libsystemd-standalone')
replaces=('libsystemd' 'libsystemd-standalone')
DESTDIR="$srcdir/full-install" meson install -C build