libraries/liborcus: Updated for version 0.13.3.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
This commit is contained in:
parent
7b74e546cb
commit
8d1f9b0be9
|
@ -2,7 +2,7 @@
|
|||
|
||||
# Slackware build script for liborcus
|
||||
|
||||
# Copyright 2015-2017 Hunter Sezen California, USA
|
||||
# Copyright 2015-2018 Hunter Sezen California, USA
|
||||
# All rights reserved.
|
||||
#
|
||||
# Redistribution and use of this script, with or without modification, is
|
||||
|
@ -23,7 +23,7 @@
|
|||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
PRGNAM=liborcus
|
||||
VERSION=${VERSION:-0.12.1}
|
||||
VERSION=${VERSION:-0.13.3}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
@ -74,7 +74,7 @@ CXXFLAGS="$SLKCFLAGS" \
|
|||
./configure \
|
||||
--prefix=/usr \
|
||||
--libdir=/usr/lib${LIBDIRSUFFIX} \
|
||||
--with-boost=/usr/include \
|
||||
--disable-static \
|
||||
--build=$ARCH-slackware-linux
|
||||
|
||||
make
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="liborcus"
|
||||
VERSION="0.12.1"
|
||||
VERSION="0.13.3"
|
||||
HOMEPAGE="https://gitlab.com/orcus/orcus"
|
||||
DOWNLOAD="https://kohei.us/files/orcus/src/liborcus-0.12.1.tar.xz"
|
||||
MD5SUM="14d39b4ba7e44123d63b7a1d1358026a"
|
||||
DOWNLOAD="https://kohei.us/files/orcus/src/liborcus-0.13.3.tar.xz"
|
||||
MD5SUM="e0276e66a0e59023fe24af8bd0637877"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="libixion"
|
||||
|
|
Loading…
Reference in New Issue