diff options
Diffstat (limited to 'source/ap')
-rwxr-xr-x | source/ap/qpdf/qpdf.SlackBuild | 2 | ||||
-rw-r--r-- | source/ap/qpdf/qpdf.url | 2 | ||||
-rwxr-xr-x | source/ap/texinfo/texinfo.SlackBuild | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/source/ap/qpdf/qpdf.SlackBuild b/source/ap/qpdf/qpdf.SlackBuild index 023ec7b4..9c4b0888 100755 --- a/source/ap/qpdf/qpdf.SlackBuild +++ b/source/ap/qpdf/qpdf.SlackBuild @@ -28,7 +28,7 @@ cd $(dirname $0) ; CWD=$(pwd) PKGNAM=qpdf VERSION=${VERSION:-$(echo $PKGNAM-*.tar.?z | rev | cut -f 3- -d . | cut -f 1 -d - | rev)} -BUILD=${BUILD:-2} +BUILD=${BUILD:-1} if [ -z "$ARCH" ]; then case "$( uname -m )" in diff --git a/source/ap/qpdf/qpdf.url b/source/ap/qpdf/qpdf.url index 944a6d4c..5324df95 100644 --- a/source/ap/qpdf/qpdf.url +++ b/source/ap/qpdf/qpdf.url @@ -1 +1 @@ -http://downloads.sourceforge.net/qpdf/qpdf-8.0.2.tar.gz +https://sourceforge.net/projects/qpdf/files/qpdf/ diff --git a/source/ap/texinfo/texinfo.SlackBuild b/source/ap/texinfo/texinfo.SlackBuild index 990649cd..62d580e5 100755 --- a/source/ap/texinfo/texinfo.SlackBuild +++ b/source/ap/texinfo/texinfo.SlackBuild @@ -24,7 +24,7 @@ cd $(dirname $0) ; CWD=$(pwd) PKGNAM=texinfo VERSION=${VERSION:-$(echo $PKGNAM-*.tar.xz | rev | cut -f 3- -d . | cut -f 1 -d - | rev)} -BUILD=${BUILD:-3} +BUILD=${BUILD:-4} # Automatically determine the architecture we're building on: if [ -z "$ARCH" ]; then |