summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD5
1 files changed, 3 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 2c70c452c588..eeb08a4bd2cb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,12 +3,13 @@
pkgname=python-openexr
_name=OpenEXR
pkgver=1.3.9
-pkgrel=1
+pkgrel=2
pkgdesc="Python bindings for ILM's OpenEXR image file format"
url='https://github.com/sanguinariojoe/pip-openexr'
arch=('any')
license=('custom')
-depends=('openexr')
+depends=('openexr' 'python')
+makedepends=('python-setuptools')
source=(https://files.pythonhosted.org/packages/source/${_name::1}/$_name/${_name}-${pkgver}.tar.gz
fix1.patch
)