summaryrefslogtreecommitdiffstats
path: root/system
diff options
context:
space:
mode:
author LukenShiro2010-04-15 03:05:53 +0200
committer David Somero2010-05-15 10:38:04 +0200
commit099fb3223143f57b95d0f7d5abf563aebbd05e50 (patch)
tree32e9c4d627e03746989ae88df209989564db6a7b /system
parent45ee50a5ec2f4226d4b16cd036276f4de81e0457 (diff)
downloadslackbuilds-099fb3223143f57b95d0f7d5abf563aebbd05e50.tar.gz
system/opensc: Updated for version 0.11.13.
Diffstat (limited to 'system')
-rw-r--r--system/opensc/opensc.SlackBuild4
-rw-r--r--system/opensc/opensc.info6
2 files changed, 5 insertions, 5 deletions
diff --git a/system/opensc/opensc.SlackBuild b/system/opensc/opensc.SlackBuild
index 547a3a3ea5..c38cc5ea9a 100644
--- a/system/opensc/opensc.SlackBuild
+++ b/system/opensc/opensc.SlackBuild
@@ -23,7 +23,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=opensc
-VERSION=${VERSION:-0.11.12}
+VERSION=${VERSION:-0.11.13}
ARCH=${ARCH:-i486}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -84,7 +84,7 @@ mv $PKG/etc/opensc.conf $PKG/etc/opensc.conf.new
find . | xargs file | grep "executable" | grep ELF | cut -f 1 -d : | \
xargs strip --strip-unneeded 2> /dev/null || true
find . | xargs file | grep "shared object" | grep ELF | cut -f 1 -d : | \
- xargs strip --strip-unneeded 2> /dev/null
+ xargs strip --strip-unneeded 2> /dev/null || true
)
( cd $PKG/usr/man
diff --git a/system/opensc/opensc.info b/system/opensc/opensc.info
index 7d123457eb..21e44d93b6 100644
--- a/system/opensc/opensc.info
+++ b/system/opensc/opensc.info
@@ -1,8 +1,8 @@
PRGNAM="opensc"
-VERSION="0.11.12"
+VERSION="0.11.13"
HOMEPAGE="http://www.opensc-project.org/opensc/"
-DOWNLOAD="http://www.opensc-project.org/files/opensc/opensc-0.11.12.tar.gz"
-MD5SUM="bc82f097bbc457962f3722474b50af5c"
+DOWNLOAD="http://www.opensc-project.org/files/opensc/opensc-0.11.13.tar.gz"
+MD5SUM="98fa151e947941f9c3f27420fdf47c11"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
MAINTAINER="LukenShiro"