Fixes for orcus and ixion.

Sorry for the noise.
This commit is contained in:
Kacper Kasper
2017-01-06 18:08:57 +01:00
parent 4e48b8e9c1
commit 79b5a19ac6
2 changed files with 5 additions and 5 deletions

View File

@@ -5,7 +5,7 @@ spreadsheet documents."
HOMEPAGE="https://gitlab.com/orcus/orcus"
COPYRIGHT="Kohei Yoshida et al."
LICENSE="MPL v2.0"
REVISION="1"
REVISION="2"
SOURCE_URI="http://kohei.us/files/orcus/src/liborcus-$portVersion.tar.gz"
CHECKSUM_SHA256="676b1fedd721f64489650f5e76d7f98b750439914d87cae505b8163d08447908"
SOURCE_DIR="liborcus-$portVersion"
@@ -39,7 +39,7 @@ REQUIRES="
lib:libboost_filesystem$secondaryArchSuffix
lib:libboost_iostreams$secondaryArchSuffix
lib:libboost_program_options$secondaryArchSuffix
lib:libixion$secondaryArchSuffix
lib:libixion_0.12$secondaryArchSuffix
lib:libz$secondaryArchSuffix
"
@@ -60,7 +60,7 @@ BUILD_REQUIRES="
devel:libboost_filesystem$secondaryArchSuffix
devel:libboost_iostreams$secondaryArchSuffix
devel:libboost_program_options$secondaryArchSuffix
devel:libixion$secondaryArchSuffix
devel:libixion_0.12$secondaryArchSuffix
devel:libz$secondaryArchSuffix
devel:mdds >= 1.2
"