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

Antonio Rojas arojas at archlinux.org
Wed Jun 30 16:18:26 UTC 2021


    Date: Wednesday, June 30, 2021 @ 16:18:26
  Author: arojas
Revision: 418797

archrelease: copy trunk to extra-x86_64

Added:
  imath/repos/extra-x86_64/PKGBUILD
    (from rev 418796, imath/trunk/PKGBUILD)
Deleted:
  imath/repos/extra-x86_64/PKGBUILD

----------+
 PKGBUILD |   52 ++++++++++++++++++++++++++--------------------------
 1 file changed, 26 insertions(+), 26 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-06-30 16:18:17 UTC (rev 418796)
+++ PKGBUILD	2021-06-30 16:18:26 UTC (rev 418797)
@@ -1,26 +0,0 @@
-# Maintainer: Antonio Rojas <arojas at archlinux.org>
-
-pkgname=imath
-pkgver=3.0.4
-pkgrel=2
-pkgdesc='A C++ and python library of 2D and 3D vector, matrix, and math operations for computer graphics'
-url='https://www.openexr.com/'
-arch=(x86_64)
-license=(BSD)
-depends=(gcc-libs)
-optdepends=('python: python bindings' 'boost-libs: python bindings')
-makedepends=(cmake python boost)
-source=(https://github.com/AcademySoftwareFoundation/Imath/archive/v$pkgver/$pkgname-$pkgver.tar.gz)
-sha256sums=('3b5cef518964755963550b5f4a16e7c0a0872574921b1443f1d47fdb6b8c5afe')
-
-build() {
-  cmake -B build -S Imath-$pkgver \
-    -DCMAKE_INSTALL_PREFIX=/usr \
-    -DPYTHON=ON
-  cmake --build build
-}
-
-package() {
-  DESTDIR="$pkgdir" cmake --install build
-  install -Dm644 Imath-$pkgver/LICENSE.md -t "$pkgdir"/usr/share/licenses/$pkgname
-}

Copied: imath/repos/extra-x86_64/PKGBUILD (from rev 418796, imath/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-06-30 16:18:26 UTC (rev 418797)
@@ -0,0 +1,26 @@
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+
+pkgname=imath
+pkgver=3.0.5
+pkgrel=1
+pkgdesc='A C++ and python library of 2D and 3D vector, matrix, and math operations for computer graphics'
+url='https://www.openexr.com/'
+arch=(x86_64)
+license=(BSD)
+depends=(gcc-libs)
+optdepends=('python: python bindings' 'boost-libs: python bindings')
+makedepends=(cmake python boost)
+source=(https://github.com/AcademySoftwareFoundation/Imath/archive/v$pkgver/$pkgname-$pkgver.tar.gz)
+sha256sums=('38b94c840c6400959ccf647bc1631f96f3170cb081021d774813803e798208bd')
+
+build() {
+  cmake -B build -S Imath-$pkgver \
+    -DCMAKE_INSTALL_PREFIX=/usr \
+    -DPYTHON=ON
+  cmake --build build
+}
+
+package() {
+  DESTDIR="$pkgdir" cmake --install build
+  install -Dm644 Imath-$pkgver/LICENSE.md -t "$pkgdir"/usr/share/licenses/$pkgname
+}




More information about the arch-commits mailing list