diff --git a/.SRCINFO b/.SRCINFO index 58fc7a4fa2f57..206c7a07973b9 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -1,3 +1,5 @@ +# Generated by mksrcinfo v8 +# Sun Jan 3 17:03:08 UTC 2016 pkgbase = mingw-w64-openexr pkgdesc = An high dynamic-range image file format library (mingw-w64) pkgver = 2.2.0 @@ -5,7 +7,8 @@ pkgbase = mingw-w64-openexr url = http://www.openexr.com/ arch = any license = BSD - makedepends = mingw-w64-configure + makedepends = mingw-w64-cmake + makedepends = wine depends = mingw-w64-crt depends = mingw-w64-zlib depends = mingw-w64-ilmbase diff --git a/PKGBUILD b/PKGBUILD index 30c5738b5ee00..d1610e14afa95 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -7,7 +7,7 @@ url="http://www.openexr.com/" arch=(any) license=('BSD') depends=('mingw-w64-crt' 'mingw-w64-zlib' 'mingw-w64-ilmbase') -makedepends=('mingw-w64-configure') +makedepends=('mingw-w64-cmake' 'wine') options=('staticlibs' '!buildflags' '!strip') source=("http://download.savannah.nongnu.org/releases/openexr/openexr-${pkgver}.tar.gz" openexr-2.1.0_aligned-malloc.patch openexr-2.1.0_cast.patch) md5sums=('b64e931c82aa3790329c21418373db4e' SKIP SKIP)