summaryrefslogtreecommitdiffstats
path: root/source/a/zoo/zoo.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'source/a/zoo/zoo.SlackBuild')
-rwxr-xr-xsource/a/zoo/zoo.SlackBuild10
1 files changed, 5 insertions, 5 deletions
diff --git a/source/a/zoo/zoo.SlackBuild b/source/a/zoo/zoo.SlackBuild
index a94a53fbc..cf3576065 100755
--- a/source/a/zoo/zoo.SlackBuild
+++ b/source/a/zoo/zoo.SlackBuild
@@ -1,6 +1,6 @@
#!/bin/bash
-# Copyright 2008, 2009, 2010, 2018 Patrick J. Volkerding, Sebeka, Minnesota, USA
+# Copyright 2008, 2009, 2010, 2018, 2024 Patrick J. Volkerding, Sebeka, Minnesota, USA
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@@ -24,8 +24,8 @@ cd $(dirname $0) ; CWD=$(pwd)
PKGNAM=zoo
VERSION=2.10
-DEBPATCH=22
-BUILD=${BUILD:-4}
+DEBPATCH=28
+BUILD=${BUILD:-1}
# Automatically determine the architecture we're building on:
if [ -z "$ARCH" ]; then
@@ -53,7 +53,7 @@ mkdir -p $TMP $PKG
cd $TMP
rm -rf zoo-$VERSION
-tar xzvf $CWD/zoo-$VERSION.tar.gz
+tar xvf $CWD/zoo-$VERSION.tar.?z
cd zoo-$VERSION
chown -R root:root .
@@ -63,7 +63,7 @@ find . \
\( -perm 666 -o -perm 664 -o -perm 600 -o -perm 444 -o -perm 440 -o -perm 400 \) \
-exec chmod 644 {} \+
-tar xf $CWD/zoo_${VERSION}-${DEBPATCH}.debian.tar.gz
+tar xf $CWD/zoo_${VERSION}-${DEBPATCH}.debian.tar.?z
for diff in debian/patches/*patch ; do
cat $diff | patch -p1 --verbose --backup --suffix=.orig || exit 1
done