Signed-off-by: fbt <fbt@fleshless.org>
This commit is contained in:
Jack L. Frost 2019-02-22 02:55:35 +03:00
parent a881a43c26
commit bbb0c0a8c9
1 changed files with 3 additions and 3 deletions

View File

@ -10,8 +10,8 @@ pkgname=('libsystemd-standalone' 'libsystemd-udev')
_commit='743b771c559c6101544f7358a42c8c519fe4b0db'
# Bump this to latest major release for signed tag verification,
# the commit count is handled by pkgver() function.
pkgver=239.0
pkgrel=2
pkgver=241.0
pkgrel=3
arch=('x86_64')
url="https://www.github.com/systemd/systemd"
makedepends=('acl' 'cryptsetup' 'docbook-xsl' 'gperf' 'lz4' 'xz' 'pam' 'libelf'
@ -120,7 +120,7 @@ package_libsystemd-standalone() {
pkgdesc="systemd client libraries"
depends=('glibc' 'libcap' 'libgcrypt' 'lz4' 'xz')
license=('GPL2')
provides=('libsystemd' 'libsystemd.so')
provides=('libsystemd' 'libsystemd.so' 'systemd-libs')
install -dm755 "$pkgdir"/usr/lib/
cp --archive "$srcdir"/full-install/usr/lib/lib{nss_*,systemd}.so* "$pkgdir"/usr/lib/