From 9971f29fc66d9e997eee0bf0546e323a3d405089 Mon Sep 17 00:00:00 2001 From: Andrey Kolchenko Date: Wed, 3 Dec 2025 13:33:25 +0300 Subject: [PATCH] v4.11.4-2 --- .SRCINFO | 2 +- PKGBUILD | 4 +--- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/.SRCINFO b/.SRCINFO index 362daf625a1c..edf9c276aa58 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -1,7 +1,7 @@ pkgbase = rutoken-plugin pkgdesc = The Rutoken plugin is necessary for connecting USB devices with the browser, it allows you to identify devices and work with them. pkgver = 4.11.4 - pkgrel = 1 + pkgrel = 2 url = https://www.rutoken.ru/support/download/rutoken-plugin/ arch = i686 arch = x86_64 diff --git a/PKGBUILD b/PKGBUILD index c0bd2e718ad8..d86e6a3500fa 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -2,7 +2,7 @@ pkgname=rutoken-plugin pkgver=4.11.4 -pkgrel=1 +pkgrel=2 pkgdesc="The Rutoken plugin is necessary for connecting USB devices with the browser, it allows you to identify devices and work with them." arch=('i686' 'x86_64') url="https://www.rutoken.ru/support/download/rutoken-plugin/" @@ -19,8 +19,6 @@ sha256sums_x86_64=('01876a9a51e30476a40b92061130e388921e51aab90824c17001d0e6cb6e package() { cp -r "${srcdir}/usr/lib64/mozilla/native-messaging-hosts" "${srcdir}/usr/lib/mozilla/" rm -rf "${srcdir}/usr/lib64" - rm -f "${srcdir}/opt/aktivco/rutokenplugin/librtpkcs11ecp.so" - ln -s /opt/aktivco/rutokenecp/x86_64/librtpkcs11ecp.so "${srcdir}/opt/aktivco/rutokenplugin/librtpkcs11ecp.so" find "${srcdir}" -type d | sed "s#^${srcdir}#${pkgdir}#g" | tail -n +2 | xargs install -d eval $(find ${srcdir} -type f -exec bash -c 'echo install \"{}\" \"@$(dirname {})\"\;' \; | sed "s#@${srcdir}#${pkgdir}#g")