summaryrefslogtreecommitdiffstats
path: root/libraries/libgusb
diff options
context:
space:
mode:
author Willy Sudiarto Raharjo2022-11-10 00:13:35 +0100
committer Willy Sudiarto Raharjo2022-11-10 00:13:35 +0100
commit5ef5e7511f22e9408098b56a45a98fda3690d22a (patch)
tree22408775189abc1cd48371fd3d8a412f34c5deb8 /libraries/libgusb
parent1ee87115af4dec59ffb0708a6401cf79cd0915a7 (diff)
downloadslackbuilds-5ef5e7511f22e9408098b56a45a98fda3690d22a.tar.gz
libraries/libgusb: Updated for version 0.4.2.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'libraries/libgusb')
-rw-r--r--libraries/libgusb/libgusb.SlackBuild7
-rw-r--r--libraries/libgusb/libgusb.info6
2 files changed, 5 insertions, 8 deletions
diff --git a/libraries/libgusb/libgusb.SlackBuild b/libraries/libgusb/libgusb.SlackBuild
index 4caf17c2e3..a0bf3c9341 100644
--- a/libraries/libgusb/libgusb.SlackBuild
+++ b/libraries/libgusb/libgusb.SlackBuild
@@ -25,7 +25,7 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=libgusb
-VERSION=${VERSION:-0.4.0}
+VERSION=${VERSION:-0.4.2}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
@@ -38,9 +38,6 @@ if [ -z "$ARCH" ]; then
esac
fi
-# If the variable PRINT_PACKAGE_NAME is set, then this script will report what
-# the name of the created package would be, and then exit. This information
-# could be useful to other scripts.
if [ ! -z "${PRINT_PACKAGE_NAME}" ]; then
echo "$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.$PKGTYPE"
exit 0
@@ -87,7 +84,7 @@ cd build
--libdir=lib${LIBDIRSUFFIX} \
--libexecdir=/usr/lib${LIBDIRSUFFIX} \
--mandir=/usr/man \
- -Ddocs=true \
+ -Ddocs=false \
..
"${NINJA:=ninja}"
diff --git a/libraries/libgusb/libgusb.info b/libraries/libgusb/libgusb.info
index 7680f1cf27..67720d44a0 100644
--- a/libraries/libgusb/libgusb.info
+++ b/libraries/libgusb/libgusb.info
@@ -1,8 +1,8 @@
PRGNAM="libgusb"
-VERSION="0.4.0"
+VERSION="0.4.2"
HOMEPAGE="https://github.com/hughsie/libgusb"
-DOWNLOAD="https://people.freedesktop.org/~hughsient/releases/libgusb-0.4.0.tar.xz"
-MD5SUM="0eedc08183367d8238b2d1fc39897913"
+DOWNLOAD="https://people.freedesktop.org/~hughsient/releases/libgusb-0.4.2.tar.xz"
+MD5SUM="32367173c06f1837e9cb943e778764cd"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""