diff options
author | B. Watson <urchlay@slackware.uk> | 2024-10-19 16:10:18 -0400 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2024-10-26 08:29:12 +0700 |
commit | 67e5091d69db3857eec4cda077728ed68d63fc62 (patch) | |
tree | 4b21f4b6f08a1fa23f840e784ae3b4ef91083c64 | |
parent | 44ffa8953d0321e34b6950c3c671744a1aa465cd (diff) |
misc/discount: Updated for version 3.0.0d.
Signed-off-by: B. Watson <urchlay@slackware.uk>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-rw-r--r-- | misc/discount/discount.SlackBuild | 7 | ||||
-rw-r--r-- | misc/discount/discount.info | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/misc/discount/discount.SlackBuild b/misc/discount/discount.SlackBuild index f0259d53c094..3a2a165330ed 100644 --- a/misc/discount/discount.SlackBuild +++ b/misc/discount/discount.SlackBuild @@ -8,6 +8,8 @@ # Licensed under the WTFPL. See http://www.wtfpl.net/txt/copying/ for details. +# 20241019 bkw: update for v3.0.0d (in conjunction with Greg's pdfpc update). + # 20240807 bkw: note to self: # - tried to update for v3.0.0d, but pdfpc fails to compile with it. # looked for a fix in pdfpc's git, but latest git fails with the @@ -23,7 +25,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=discount -VERSION=${VERSION:-2.2.7d} +VERSION=${VERSION:-3.0.0d} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} @@ -93,7 +95,8 @@ CXXFLAGS="$SLKCFLAGS" \ --enable-all-features \ --shared -make -j1 +# 20241019 bkw: v2.2.x required "make -j1", 3.0.0d seems OK without it. +make [ "${MAKETEST:-no}" = "yes" ] && make -j1 test diff --git a/misc/discount/discount.info b/misc/discount/discount.info index 4accb9cdce92..d1d70435db1f 100644 --- a/misc/discount/discount.info +++ b/misc/discount/discount.info @@ -1,8 +1,8 @@ PRGNAM="discount" -VERSION="2.2.7d" +VERSION="3.0.0d" HOMEPAGE="https://www.pell.portland.or.us/~orc/Code/discount/" -DOWNLOAD="https://github.com/Orc/discount/archive/v2.2.7d/discount-2.2.7d.tar.gz" -MD5SUM="5081a7d74b0986f8e288bca53f367500" +DOWNLOAD="https://github.com/Orc/discount/archive/v3.0.0d/discount-3.0.0d.tar.gz" +MD5SUM="9a38c904326133b4f6b071beedbe270a" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" |