[arch-commits] Commit in openexr/trunk (PKGBUILD)

Antonio Rojas arojas at archlinux.org
Sun Dec 27 10:04:40 UTC 2020


    Date: Sunday, December 27, 2020 @ 10:04:39
  Author: arojas
Revision: 405023

Remove mentions to obsolete exrdisplay (FS#69122)

Modified:
  openexr/trunk/PKGBUILD

----------+
 PKGBUILD |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-12-26 18:54:25 UTC (rev 405022)
+++ PKGBUILD	2020-12-27 10:04:39 UTC (rev 405023)
@@ -2,14 +2,14 @@
 
 pkgname=openexr
 pkgver=2.5.3
-pkgrel=5
+pkgrel=6
 pkgdesc="An high dynamic-range image file format library"
 url="https://www.openexr.com/"
 arch=('x86_64')
 license=('BSD')
 depends=('zlib')
-makedepends=('cmake' 'fltk' 'python' 'boost' 'freeglut' 'python-numpy' 'chrpath')
-optdepends=('fltk: for exrdisplay' 'boost-libs: python support' 'python: python support') 
+makedepends=('cmake' 'python' 'boost' 'freeglut' 'python-numpy' 'chrpath')
+optdepends=('boost-libs: python support' 'python: python support') 
 conflicts=('ilmbase')
 replaces=('ilmbase')
 source=($pkgname-$pkgver.tar.gz::"https://github.com/openexr/openexr/archive/v$pkgver.tar.gz")



More information about the arch-commits mailing list