[arch-commits] Commit in openexr/repos/extra-x86_64 (PKGBUILD PKGBUILD)

Antonio Rojas arojas at archlinux.org
Thu Jun 3 20:04:44 UTC 2021


    Date: Thursday, June 3, 2021 @ 20:04:44
  Author: arojas
Revision: 417070

archrelease: copy trunk to extra-x86_64

Added:
  openexr/repos/extra-x86_64/PKGBUILD
    (from rev 417069, openexr/trunk/PKGBUILD)
Deleted:
  openexr/repos/extra-x86_64/PKGBUILD

----------+
 PKGBUILD |   50 +++++++++++++++++++++++++-------------------------
 1 file changed, 25 insertions(+), 25 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-06-03 20:03:39 UTC (rev 417069)
+++ PKGBUILD	2021-06-03 20:04:44 UTC (rev 417070)
@@ -1,25 +0,0 @@
-# Maintainer: Tobias Powalowski <tpowa at archlinux.org>
-
-pkgname=openexr
-pkgver=3.0.3
-pkgrel=1
-pkgdesc='A high dynamic-range image file format library'
-url='https://www.openexr.com/'
-arch=(x86_64)
-license=(BSD)
-depends=(zlib imath)
-makedepends=(cmake)
-source=(https://github.com/openexr/openexr/archive/v$pkgver/$pkgname-$pkgver.tar.gz)
-sha256sums=('d3526a3ccdca78a94658d5208e1963e4686181087004edd5bb98290e1fd0f389')
-
-build() {
-  cmake -B build -S $pkgname-$pkgver \
-    -DCMAKE_INSTALL_PREFIX=/usr \
-    -DCMAKE_BUILD_TYPE=None
-  cmake --build build
-}
-
-package() {
-  DESTDIR="$pkgdir" cmake --install build
-  install -Dm644 $pkgname-$pkgver/LICENSE.md -t "$pkgdir"/usr/share/licenses/$pkgname
-}

Copied: openexr/repos/extra-x86_64/PKGBUILD (from rev 417069, openexr/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-06-03 20:04:44 UTC (rev 417070)
@@ -0,0 +1,25 @@
+# Maintainer: Tobias Powalowski <tpowa at archlinux.org>
+
+pkgname=openexr
+pkgver=3.0.4
+pkgrel=1
+pkgdesc='A high dynamic-range image file format library'
+url='https://www.openexr.com/'
+arch=(x86_64)
+license=(BSD)
+depends=(zlib imath)
+makedepends=(cmake)
+source=(https://github.com/openexr/openexr/archive/v$pkgver/$pkgname-$pkgver.tar.gz)
+sha256sums=('64daae95d406fe3f59ee11ad8586d03fe7df2552b9630eac1a4f9152b8015fb9')
+
+build() {
+  cmake -B build -S $pkgname-$pkgver \
+    -DCMAKE_INSTALL_PREFIX=/usr \
+    -DCMAKE_BUILD_TYPE=None
+  cmake --build build
+}
+
+package() {
+  DESTDIR="$pkgdir" cmake --install build
+  install -Dm644 $pkgname-$pkgver/LICENSE.md -t "$pkgdir"/usr/share/licenses/$pkgname
+}



More information about the arch-commits mailing list