Alembic: bump version (#1946)

This commit is contained in:
miqlas
2017-12-26 20:19:05 +01:00
committed by waddlesplash
parent 0463fd700d
commit 926920fce9
2 changed files with 5 additions and 5 deletions

View File

@@ -10,7 +10,7 @@ COPYRIGHT="2009-2016 Sony Pictures Imageworks
LICENSE="ALEMBIC"
REVISION="1"
SOURCE_URI="https://github.com/alembic/alembic/archive/$portVersion.tar.gz"
CHECKSUM_SHA256='eac349ff0fbec851f270370de963a436e30f0b5897e5e7ce292f966be6b7a9c5'
CHECKSUM_SHA256='ab0c727bfc4aedfe81c2365e604fb457056dc66909575ccfe19ed406e67c002e'
PATCHES="alembic-$portVersion.patchset"
ARCHITECTURES="!x86_gcc2 ?x86 x86_64"
@@ -25,11 +25,11 @@ PROVIDES="
cmd:abcls
cmd:abcstitcher
cmd:abctree
lib:libalembic$secondaryArchSuffix = 1.7.4 compat >= 1
lib:libalembic$secondaryArchSuffix = $portVersion compat >= 1
"
REQUIRES="
haiku$secondaryArchSuffix
lib:libboost_system$secondaryArchSuffix
lib:libboost_program_options$secondaryArchSuffix
lib:libHalf$secondaryArchSuffix
lib:libhdf5$secondaryArchSuffix
lib:libIex_2_2$secondaryArchSuffix
@@ -41,7 +41,7 @@ REQUIRES="
PROVIDES_devel="
alembic${secondaryArchSuffix}_devel = $portVersion
devel:libalembic$secondaryArchSuffix = 1.7.4 compat >= 1
devel:libalembic$secondaryArchSuffix = $portVersion compat >= 1
"
REQUIRES_devel="
alembic$secondaryArchSuffix == $portVersion base
@@ -49,7 +49,7 @@ REQUIRES_devel="
BUILD_REQUIRES="
haiku${secondaryArchSuffix}_devel
devel:libboost_system$secondaryArchSuffix
devel:libboost_program_options$secondaryArchSuffix
devel:libHalf$secondaryArchSuffix
devel:libhdf5$secondaryArchSuffix
devel:libIex_2_2$secondaryArchSuffix