From d710f25ca218c348ebfe4f70b898aa42741d6799 Mon Sep 17 00:00:00 2001 From: Drew DeVault Date: Thu, 1 Nov 2018 08:37:47 -0400 Subject: testing/openimageio: add !check --- testing/openimageio/APKBUILD | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'testing/openimageio') diff --git a/testing/openimageio/APKBUILD b/testing/openimageio/APKBUILD index ebf051ca6f..957795fd32 100644 --- a/testing/openimageio/APKBUILD +++ b/testing/openimageio/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Mark Riedesel pkgname=openimageio pkgver=1.8.15 -pkgrel=0 +pkgrel=1 pkgdesc="Image I/O library supporting a multitude of image formats" url="https://sites.google.com/site/openimageio/" arch="all" @@ -18,6 +18,7 @@ subpackages="py2-$pkgname:_python $pkgname-dev $pkgname-doc $pkgname-tools" source="$pkgname-$pkgver.tar.gz::https://github.com/OpenImageIO/oiio/archive/Release-${pkgver}.tar.gz boost-python.patch " +options="!check" builddir="$srcdir/oiio-Release-$pkgver" build() { -- cgit v1.2.3