aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHugo Osvaldo Barrera <hugo@whynothugo.nl>2024-05-06 18:23:24 +0200
committerHugo Osvaldo Barrera <hugo@whynothugo.nl>2024-05-06 18:23:24 +0200
commitee07d1b58eb83012724b1ce69c094364a7fb82d3 (patch)
tree2d1a3236f49d27e3830822d7d63c96af720d488f
parent13a124d3ed2c269e81cb262b80aaa604d99cb115 (diff)
community/alembic: rebuild with latest community/hdf5HEADmaster
Currently an old version is linked: > doas apk add blender ERROR: unable to select packages: so:libhdf5.so.310 (no such package): required by: alembic-libs-1.8.6-r1[so:libhdf5.so.310] Fixes: https://gitlab.alpinelinux.org/alpine/aports/-/issues/16092
-rw-r--r--community/alembic/APKBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/community/alembic/APKBUILD b/community/alembic/APKBUILD
index 78b7bbdd47e..ae48aceca54 100644
--- a/community/alembic/APKBUILD
+++ b/community/alembic/APKBUILD
@@ -2,7 +2,7 @@
# Maintainer: Leon Marz <main@lmarz.org>
pkgname=alembic
pkgver=1.8.6
-pkgrel=1
+pkgrel=2
pkgdesc="Open framework for storing and sharing scene data"
url="https://www.alembic.io/"
arch="all !s390x" # alembic does not support big-endian, which s390x uses