[arch-commits] Commit in imath/repos/testing-x86_64 (PKGBUILD PKGBUILD)
Antonio Rojas
arojas at archlinux.org
Wed May 19 06:23:35 UTC 2021
Date: Wednesday, May 19, 2021 @ 06:23:35
Author: arojas
Revision: 415725
archrelease: copy trunk to testing-x86_64
Added:
imath/repos/testing-x86_64/PKGBUILD
(from rev 415724, imath/trunk/PKGBUILD)
Deleted:
imath/repos/testing-x86_64/PKGBUILD
----------+
PKGBUILD | 52 ++++++++++++++++++++++++++--------------------------
1 file changed, 26 insertions(+), 26 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2021-05-19 06:23:23 UTC (rev 415724)
+++ PKGBUILD 2021-05-19 06:23:35 UTC (rev 415725)
@@ -1,26 +0,0 @@
-# Maintainer: Antonio Rojas <arojas at archlinux.org>
-
-pkgname=imath
-pkgver=3.0.2
-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=('85c9939390afd33e93e7bea9c2b8e5dcd37958daa5d70214c58e9b00320ebf29')
-
-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/testing-x86_64/PKGBUILD (from rev 415724, imath/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2021-05-19 06:23:35 UTC (rev 415725)
@@ -0,0 +1,26 @@
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+
+pkgname=imath
+pkgver=3.0.3
+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=('296c4facd4e5022a937f9ac7c354d62f0d002d3bf47434e91c5ee5f4a4f8ee93')
+
+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