From 39bf7f86c97aa601f7bf2bc4bccc1c1fab9088f5 Mon Sep 17 00:00:00 2001 From: lilac Date: Sat, 19 May 2018 17:47:33 +0800 Subject: [PATCH] auto update for package plymouth --- plymouth/PKGBUILD | 4 ++-- plymouth/plymouth.encrypt_install | 3 +++ 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/plymouth/PKGBUILD b/plymouth/PKGBUILD index 0a4d3230a18f..6feda02afcc2 100644 --- a/plymouth/PKGBUILD +++ b/plymouth/PKGBUILD @@ -6,7 +6,7 @@ pkgname=plymouth pkgver=0.9.3 -pkgrel=3 +pkgrel=4 pkgdesc="A graphical boot splash screen with kernel mode-setting support" url="http://www.freedesktop.org/wiki/Software/Plymouth/" arch=('i686' 'x86_64') @@ -43,7 +43,7 @@ source=("http://www.freedesktop.org/software/${pkgname}/releases/${pkgname}-${pk md5sums=('b261c720888a5431cdfce8494805eab3' '65fa2763d5c9bb9f80973ea5e6e3db3e' 'd67132b297ccfb1a877a2efd78076963' - '65eb269910f1b81e3f0970af456394ca' + '02861a13840dee3a5f2224b598274220' 'ae6e97bb1104bb12cbca6738e3fb872d' '1430ae2ec501d600f8f6771454dc9bbe' '870ea3e63c6989e2badf79d1fbafa914' diff --git a/plymouth/plymouth.encrypt_install b/plymouth/plymouth.encrypt_install index 5258a0b2d50e..668e32428f9a 100644 --- a/plymouth/plymouth.encrypt_install +++ b/plymouth/plymouth.encrypt_install @@ -24,6 +24,9 @@ build() { add_file "/etc/fonts/fonts.conf" add_file "/etc/fonts/conf.d/60-latin.conf" + # cryptsetup calls pthread_create(), which dlopen()s libgcc_s.so.1 + add_binary "/usr/lib/libgcc_s.so.1" + add_runscript }