libraries/liborcus: Switch download to https.

Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
This commit is contained in:
Hunter Sezen 2017-08-16 22:53:13 +01:00 committed by Willy Sudiarto Raharjo
parent cb5c3628f5
commit d6e5cefb1d
2 changed files with 2 additions and 5 deletions

View file

@ -54,7 +54,7 @@ else
LIBDIRSUFFIX=""
fi
set -e
set -eu
rm -rf $PKG
mkdir -p $TMP $PKG $OUTPUT
@ -69,9 +69,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 {} \;
# generate the configure file
sed '/configure/d' -i autogen.sh
./autogen.sh
CFLAGS="$SLKCFLAGS" \
CXXFLAGS="$SLKCFLAGS" \
./configure \

View file

@ -1,7 +1,7 @@
PRGNAM="liborcus"
VERSION="0.12.1"
HOMEPAGE="https://gitlab.com/orcus/orcus"
DOWNLOAD="http://kohei.us/files/orcus/src/liborcus-0.12.1.tar.xz"
DOWNLOAD="https://kohei.us/files/orcus/src/liborcus-0.12.1.tar.xz"
MD5SUM="14d39b4ba7e44123d63b7a1d1358026a"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""