aboutsummaryrefslogtreecommitdiffstats
path: root/testing/ilmbase
diff options
context:
space:
mode:
authorSören Tempel <soeren+git@soeren-tempel.net>2015-12-09 21:44:13 +0100
committerSören Tempel <soeren+git@soeren-tempel.net>2015-12-09 21:45:32 +0100
commit93c98bfa2686f63820cad734ea13e2e8471c2ca4 (patch)
treefe3456903e7ecac0be177b41c6c1db91d557b983 /testing/ilmbase
parent3b9214d436f1611f297b01f72469d66bfe729d6e (diff)
downloadaports-93c98bfa2686f63820cad734ea13e2e8471c2ca4.tar.bz2
aports-93c98bfa2686f63820cad734ea13e2e8471c2ca4.tar.xz
testing/ilmbase: depend on linux-headers
Diffstat (limited to 'testing/ilmbase')
-rw-r--r--testing/ilmbase/APKBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/testing/ilmbase/APKBUILD b/testing/ilmbase/APKBUILD
index a55b834c8c..566c575a88 100644
--- a/testing/ilmbase/APKBUILD
+++ b/testing/ilmbase/APKBUILD
@@ -2,14 +2,14 @@
# Maintainer:
pkgname=ilmbase
pkgver=2.2.0
-pkgrel=0
+pkgrel=1
pkgdesc="Base libraries from ILM for OpenEXR"
url="http://www.openexr.com"
arch="all"
license="BSD"
depends=""
depends_dev=""
-makedepends="bash"
+makedepends="bash linux-headers"
install=""
subpackages="$pkgname-dev $pkgname-libs"
source="http://download.savannah.nongnu.org/releases/openexr/${pkgname}-${pkgver}.tar.gz"