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

Antonio Rojas arojas at archlinux.org
Sat May 9 12:57:32 UTC 2020


    Date: Saturday, May 9, 2020 @ 12:57:31
  Author: arojas
Revision: 382937

Update to 2.5.0

Modified:
  openexr/trunk/PKGBUILD

----------+
 PKGBUILD |   15 ++++-----------
 1 file changed, 4 insertions(+), 11 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-05-09 12:02:11 UTC (rev 382936)
+++ PKGBUILD	2020-05-09 12:57:31 UTC (rev 382937)
@@ -1,8 +1,8 @@
 # Maintainer: Tobias Powalowski <tpowa at archlinux.org>
 
 pkgname=openexr
-pkgver=2.4.1
-pkgrel=2
+pkgver=2.5.0
+pkgrel=1
 pkgdesc="An high dynamic-range image file format library"
 url="https://www.openexr.com/"
 arch=('x86_64')
@@ -12,16 +12,9 @@
 optdepends=('fltk: for exrdisplay' '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"
-        openexr-pc-prefix.patch::"https://github.com/AcademySoftwareFoundation/openexr/commit/0b26a9de.patch")
-md5sums=('f7f7f893cf38786f88c306dec127113f'
-         '3004c4731804a0eb98044a32199bd5b3')
+source=($pkgname-$pkgver.tar.gz::"https://github.com/openexr/openexr/archive/v$pkgver.tar.gz")
+md5sums=('ad68612eca5d015a4fca6a421faa15dd')
 
-prepare() {
-  cd $pkgname-$pkgver
-  patch -p1 -i ../openexr-pc-prefix.patch # Fix prefix in pc file
-}
-
 build() {
   mkdir -p build
 



More information about the arch-commits mailing list