summaryrefslogtreecommitdiffstats
path: root/source/n/libksba
diff options
context:
space:
mode:
author Patrick J Volkerding <volkerdi@slackware.com>2022-09-17 18:59:36 +0000
committer Eric Hameleers <alien@slackware.com>2022-09-18 07:00:12 +0200
commit74ad1fc784683f5733bbce69213f0c72a4e10267 (patch)
tree21ce052f3c8fd1bcbbb5d7f8cb73c2914318fd44 /source/n/libksba
parent4cd72b337e8e680b5838e09e30023ef23f535ffd (diff)
downloadcurrent-74ad1fc784683f5733bbce69213f0c72a4e10267.tar.gz
current-74ad1fc784683f5733bbce69213f0c72a4e10267.tar.xz
Sat Sep 17 18:59:36 UTC 202220220917185936
a/acpid-2.0.34-x86_64-1.txz: Upgraded. a/libblockdev-2.28-x86_64-1.txz: Upgraded. ap/lsof-4.96.3-x86_64-1.txz: Upgraded. ap/mariadb-10.6.10-x86_64-1.txz: Upgraded. kde/kio-extras-22.08.1-x86_64-2.txz: Rebuilt. [PATCH] smb/kio_smb_browse: Check error code `EINVAL` to prompt the password dialog. Thanks to marav. l/harfbuzz-5.2.0-x86_64-1.txz: Upgraded. l/kdsoap-2.1.1-x86_64-1.txz: Upgraded. l/mozilla-nss-3.83-x86_64-1.txz: Upgraded. l/pango-1.50.10-x86_64-1.txz: Upgraded. l/popt-1.19-x86_64-1.txz: Upgraded. n/libksba-1.6.1-x86_64-1.txz: Upgraded. x/ibus-libpinyin-1.13.1-x86_64-1.txz: Upgraded. x/libgee-0.20.6-x86_64-1.txz: Upgraded. xfce/xfce4-pulseaudio-plugin-0.4.5-x86_64-1.txz: Upgraded.
Diffstat (limited to 'source/n/libksba')
-rwxr-xr-xsource/n/libksba/libksba.SlackBuild6
1 files changed, 3 insertions, 3 deletions
diff --git a/source/n/libksba/libksba.SlackBuild b/source/n/libksba/libksba.SlackBuild
index 6d00e1578..5bcf04cbd 100755
--- a/source/n/libksba/libksba.SlackBuild
+++ b/source/n/libksba/libksba.SlackBuild
@@ -1,7 +1,7 @@
#!/bin/bash
# Copyright 2006,2009, 2014 Robby Workman, Northport, AL, USA
-# Copyright 2007, 2008, 2009, 2010, 2018 Patrick J. Volkerding, Sebeka, MN, USA
+# Copyright 2007, 2008, 2009, 2010, 2018, 2022 Patrick J. Volkerding, Sebeka, MN, USA
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@@ -24,7 +24,7 @@
cd $(dirname $0) ; CWD=$(pwd)
PKGNAM=libksba
-VERSION=${VERSION:-$(echo $PKGNAM-*.tar.bz2 | rev | cut -f 3- -d . | cut -f 1 -d - | rev)}
+VERSION=${VERSION:-$(echo $PKGNAM-*.tar.?z | rev | cut -f 3- -d . | cut -f 1 -d - | rev)}
BUILD=${BUILD:-1}
# Automatically determine the architecture we're building on:
@@ -68,7 +68,7 @@ rm -rf $PKG
mkdir -p $TMP $PKG
cd $TMP
rm -rf $PKGNAM-$VERSION
-tar xvf $CWD/$PKGNAM-$VERSION.tar.bz2 || exit 1
+tar xvf $CWD/$PKGNAM-$VERSION.tar.?z || exit 1
cd $PKGNAM-$VERSION || exit 1
chown -R root:root .
find . \