summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author Manuel Argüelles2022-04-18 15:49:30 +0200
committer Willy Sudiarto Raharjo2022-04-23 20:47:16 +0200
commit95dbdc0d342c68adab9ba29a55762e1f6a0a7477 (patch)
treeea43858d3e849b88bef1c452fb71648c119736ac
parent259c81c3bbcc5da5c665b36b97e7847a4974b2a2 (diff)
downloadslackbuilds-95dbdc0d342c68adab9ba29a55762e1f6a0a7477.tar.gz
system/scdoc: Updated for version 1.11.2.
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-rw-r--r--system/scdoc/fix-makefile.patch.gzbin689 -> 0 bytes
-rw-r--r--system/scdoc/scdoc.SlackBuild4
-rw-r--r--system/scdoc/scdoc.info6
3 files changed, 4 insertions, 6 deletions
diff --git a/system/scdoc/fix-makefile.patch.gz b/system/scdoc/fix-makefile.patch.gz
deleted file mode 100644
index a9918c14cc..0000000000
--- a/system/scdoc/fix-makefile.patch.gz
+++ /dev/null
Binary files differ
diff --git a/system/scdoc/scdoc.SlackBuild b/system/scdoc/scdoc.SlackBuild
index 4f40d36555..88098462e2 100644
--- a/system/scdoc/scdoc.SlackBuild
+++ b/system/scdoc/scdoc.SlackBuild
@@ -25,7 +25,7 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=scdoc
-VERSION=${VERSION:-1.11.1}
+VERSION=${VERSION:-1.11.2}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
@@ -79,8 +79,6 @@ find -L . \
\( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \
-o -perm 440 -o -perm 400 \) -exec chmod 644 {} \;
-zcat $CWD/fix-makefile.patch.gz | patch -p1
-
CFLAGS="$SLKCFLAGS" \
CXXFLAGS="$SLKCFLAGS" \
PREFIX=/usr \
diff --git a/system/scdoc/scdoc.info b/system/scdoc/scdoc.info
index a3f6905a32..b5bfd41e34 100644
--- a/system/scdoc/scdoc.info
+++ b/system/scdoc/scdoc.info
@@ -1,8 +1,8 @@
PRGNAM="scdoc"
-VERSION="1.11.1"
+VERSION="1.11.2"
HOMEPAGE="https://git.sr.ht/~sircmpwn/scdoc"
-DOWNLOAD="https://git.sr.ht/~sircmpwn/scdoc/archive/1.11.1.tar.gz"
-MD5SUM="02c24058e953649bf5854187245daa20"
+DOWNLOAD="https://git.sr.ht/~sircmpwn/scdoc/archive/1.11.2.tar.gz"
+MD5SUM="0f6e8b9bb741f52d975081784757078b"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""