diff --git a/common/shlibs b/common/shlibs index fd3ec284a57..268573147ae 100644 --- a/common/shlibs +++ b/common/shlibs @@ -1742,7 +1742,7 @@ libLinearMath.so.2.89 bullet-2.89_1 libBulletSoftBody.so.2.89 bullet-2.89_1 libinotifytools.so.0 libinotify-tools-3.14_2 libfswatch.so.11 libfswatch-1.13.0_1 -libopensc.so.7 libopensc-0.21.0_1 +libopensc.so.7 libopensc-0.21.0_2 libSDL2_ttf-2.0.so.0 SDL2_ttf-2.0.12_1 librtlsdr.so.0 librtlsdr-0.5.3_1 libSDL2_mixer-2.0.so.0 SDL2_mixer-2.0.0_1 diff --git a/srcpkgs/opensc/template b/srcpkgs/opensc/template index 84e085bd326..596cd849584 100644 --- a/srcpkgs/opensc/template +++ b/srcpkgs/opensc/template @@ -1,13 +1,13 @@ # Template file for 'opensc' pkgname=opensc version=0.21.0 -revision=1 +revision=2 wrksrc="OpenSC-${version}" build_style=gnu-configure configure_args="--enable-man --enable-sm --enable-static=no --enable-doc --with-xsl-stylesheetsdir=/usr/share/xsl/docbook" hostmakedepends="automake docbook-xsl libtool libxslt pkg-config" -makedepends="libressl-devel pcsclite-devel readline-devel zlib-devel" +makedepends="openssl-devel pcsclite-devel readline-devel zlib-devel" short_desc="Tools and libraries for smart cards" maintainer="Orphaned " license="LGPL-2.1-or-later"