summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbill-auger <mr.j.spam.me@gmail.com>2019-02-12 23:10:00 -0500
committerbill-auger <mr.j.spam.me@gmail.com>2019-02-12 23:10:00 -0500
commitfca82e7e4843f0b4916b9bbf7e803b673aba0200 (patch)
tree024d800cb8e43aa9db7eae1af2274b5ccf65cdcd
parent4d2097a616ea392272627886219ad189e8621871 (diff)
[systemd]: add sodep libidn2.so to prevent breakage
-rw-r--r--libre/systemd/PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/libre/systemd/PKGBUILD b/libre/systemd/PKGBUILD
index a34531ca3..1ddadedd6 100644
--- a/libre/systemd/PKGBUILD
+++ b/libre/systemd/PKGBUILD
@@ -15,7 +15,7 @@ pkgname+=("${_libsystemd[@]/#/systemd-}")
_commit='0430af90ef28a229e51136ad364e1da7e76c8638'
pkgver=240.95
pkgrel=1
-pkgrel+=.parabola1
+pkgrel+=.parabola2
arch=('x86_64')
arch+=('i686' 'armv7h' 'ppc64le')
url='https://www.github.com/systemd/systemd'
@@ -311,7 +311,7 @@ package_systemd-common() {
pkgdesc='systemd files shared between split packages'
license=('LGPL2.1')
depends=('acl' 'cryptsetup' 'libdbus' 'glibc' 'iptables' 'libcap'
- 'libgcrypt' 'libidn2' 'libseccomp' 'libsystemd.so'
+ 'libgcrypt' 'libidn2' 'libidn2.so' 'libseccomp' 'libsystemd.so'
'libudev.so' 'libblkid.so' 'libmount.so' 'libuuid.so' 'lz4'
'xz' 'audit')