diff options
author | Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org> | 2019-01-16 17:35:32 +0100 |
---|---|---|
committer | Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org> | 2019-01-16 17:45:45 +0100 |
commit | 4a7cf2e608a100b7786ce3e081cf03637004774c (patch) | |
tree | ea6ca3323416084f20da15d21f0ff9a61f067589 /libre | |
parent | f818cc2b16d97de5b0c7c2c5fcba834a3971ce65 (diff) | |
download | abslibre-4a7cf2e608a100b7786ce3e081cf03637004774c.tar.gz abslibre-4a7cf2e608a100b7786ce3e081cf03637004774c.tar.bz2 abslibre-4a7cf2e608a100b7786ce3e081cf03637004774c.zip |
systemd-239.370-1: rebuild because of libidn2 update
Without that fix several program that are part of the
system package fail with:
error while loading share libraries: libidn2.so.0 cannot open shared object file: no such file or directory
There is more documentation on the issue here:
https://labs.parabola.nu/issues/2139
Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>
Diffstat (limited to 'libre')
-rw-r--r-- | libre/systemd/PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libre/systemd/PKGBUILD b/libre/systemd/PKGBUILD index be6974cc6..b2d87a19b 100644 --- a/libre/systemd/PKGBUILD +++ b/libre/systemd/PKGBUILD @@ -14,7 +14,7 @@ pkgname+=("${_libsystemd[@]/#/systemd-}") _commit='3bf819c4ca718a6bc4b3b871cf52a0d1b518967d' pkgver=239.370 pkgrel=1 -pkgrel+=.par1 +pkgrel+=.par2 arch=('x86_64') arch+=('i686' 'armv7h' 'ppc64le') url='https://www.github.com/systemd/systemd' |