aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLeo <thinkabit.ukim@gmail.com>2020-09-27 04:44:16 -0300
committerLeo <thinkabit.ukim@gmail.com>2020-09-27 04:44:23 -0300
commit73b739317461efdda53392323c862b66694b8d2d (patch)
tree9f3e58d914ae8453769b6a530c3670e7a07bad31
parentdffdcd4453c4a44fa28260fd83d10700cbc55a0a (diff)
testing/alembic: upgrade to 1.7.15
-rw-r--r--testing/alembic/APKBUILD8
1 files changed, 3 insertions, 5 deletions
diff --git a/testing/alembic/APKBUILD b/testing/alembic/APKBUILD
index a514bb2928b..3c97e69f03b 100644
--- a/testing/alembic/APKBUILD
+++ b/testing/alembic/APKBUILD
@@ -1,13 +1,12 @@
# Contributor: Damian Kurek <starfire24680@gmail.com>
# Maintainer: Damian Kurek <starfire24680@gmail.com>
pkgname=alembic
-pkgver=1.7.13
+pkgver=1.7.15
pkgrel=0
-pkgdesc="A open framework for storing and sharing scene data"
+pkgdesc="open framework for storing and sharing scene data"
url="https://www.alembic.io/"
arch="x86 x86_64" #tests in architectures other than x86 and x86_64 fail, temporally only x86 and x86_64 are enabled until the issue is resolved
license="BSD-3-Clause"
-depends="openexr hdf5 zlib boost-libs"
makedepends="openexr-dev hdf5-dev zlib-dev cmake boost-dev"
subpackages="$pkgname-dev"
source="$pkgname-$pkgver.tar.gz::https://github.com/alembic/alembic/archive/$pkgver.tar.gz"
@@ -17,7 +16,6 @@ build() {
-DCMAKE_INSTALL_PREFIX=/usr \
-DCMAKE_BUILD_TYPE=None \
-DUSE_HDF5=ON
-
make -C build
}
@@ -29,5 +27,5 @@ package() {
make -C build DESTDIR="$pkgdir" install
}
-sha512sums="1dcaf1e42f098e6052ec93aa0af99d3ab99d40d570aaa71cb980092be68e440982b05d0230a4543efa01dbd4e82fe617c70e0b3b2548bf9836a553f41f8232b1 alembic-1.7.13.tar.gz"
+sha512sums="a16ce301607530e04021b60227781b1e82927a85545a5c273062d8afd5b13949462d0957e0bdf05a04813fab864631760b4d264f289198b7c825dafbe6324382 alembic-1.7.15.tar.gz"