summaryrefslogtreecommitdiff
path: root/community/openimageio/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/openimageio/PKGBUILD')
-rw-r--r--community/openimageio/PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/community/openimageio/PKGBUILD b/community/openimageio/PKGBUILD
index 63285dd4b..9b5dd3a67 100644
--- a/community/openimageio/PKGBUILD
+++ b/community/openimageio/PKGBUILD
@@ -4,7 +4,7 @@
_pkg=OpenImageIO
pkgname=openimageio
pkgver=0.10.4
-pkgrel=1
+pkgrel=2
pkgdesc="A library for reading and writing images, including classes, utilities, and applications."
arch=(i686 x86_64)
url="http://www.openimageio.org/"
@@ -21,7 +21,7 @@ build() {
# remove insecure rpath
sed -i "/RPATH/d" src/CMakeLists.txt
- make
+ make debug
}
package() {