mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-25 10:03:03 +01:00
libraries/liborcus: Updated for version 0.17.1.
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
6797cd49ca
commit
6654f15410
2 changed files with 5 additions and 5 deletions
|
@ -25,7 +25,7 @@
|
|||
cd $(dirname $0) ; CWD=$(pwd)
|
||||
|
||||
PRGNAM=liborcus
|
||||
VERSION=${VERSION:-0.16.1}
|
||||
VERSION=${VERSION:-0.17.1}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
PKGTYPE=${PKGTYPE:-tgz}
|
||||
|
@ -82,7 +82,7 @@ find -L . \
|
|||
autoreconf -fi
|
||||
|
||||
CFLAGS="$SLKCFLAGS" \
|
||||
CXXFLAGS="$SLKCFLAGS -std=c++14" \
|
||||
CXXFLAGS="$SLKCFLAGS" \
|
||||
./configure \
|
||||
--prefix=/usr \
|
||||
--libdir=/usr/lib${LIBDIRSUFFIX} \
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="liborcus"
|
||||
VERSION="0.16.1"
|
||||
VERSION="0.17.1"
|
||||
HOMEPAGE="https://gitlab.com/orcus/orcus"
|
||||
DOWNLOAD="https://kohei.us/files/orcus/src/liborcus-0.16.1.tar.xz"
|
||||
MD5SUM="be30a66fa4249e5fea90db2872c5be68"
|
||||
DOWNLOAD="https://kohei.us/files/orcus/src/liborcus-0.17.1.tar.xz"
|
||||
MD5SUM="69e5d29745789a7635408f9fd6cabe61"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="libixion"
|
||||
|
|
Loading…
Reference in a new issue