[arch-commits] Commit in rkcommon/repos/community-x86_64 (PKGBUILD PKGBUILD)

Bruno Pagani archange at gemini.archlinux.org
Thu Nov 4 14:17:18 UTC 2021


    Date: Thursday, November 4, 2021 @ 14:17:18
  Author: archange
Revision: 1036873

archrelease: copy trunk to community-x86_64

Added:
  rkcommon/repos/community-x86_64/PKGBUILD
    (from rev 1036872, rkcommon/trunk/PKGBUILD)
Deleted:
  rkcommon/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   60 ++++++++++++++++++++++++++++++------------------------------
 1 file changed, 30 insertions(+), 30 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-11-04 14:16:53 UTC (rev 1036872)
+++ PKGBUILD	2021-11-04 14:17:18 UTC (rev 1036873)
@@ -1,30 +0,0 @@
-# Maintainer: Daniel Bermond <dbermond at archlinux.org>
-# Maintainer: Bruno Pagani <archange at archlinux.org>
-
-pkgname=rkcommon
-pkgver=1.7.0
-pkgrel=1
-pkgdesc="Intel RenderKit common C++/CMake infrastructure"
-arch=(x86_64)
-url="https://github.com/ospray/rkcommon/"
-license=(Apache)
-depends=(tbb)
-makedepends=(cmake)
-source=(${url}/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz)
-sha256sums=('b24d063541ccbfd69e6d77485b509d1bbffd9744e735dbd9bd8647eb8751c5b7')
-
-build() {
-  cmake -B build -S ${pkgname}-${pkgver} \
-    -DCMAKE_BUILD_TYPE=None \
-    -DCMAKE_INSTALL_PREFIX=/usr \
-    -Wno-dev
-  make -C build
-}
-
-check() {
-  make -C build test
-}
-
-package() {
-  make -C build DESTDIR="${pkgdir}" install
-}

Copied: rkcommon/repos/community-x86_64/PKGBUILD (from rev 1036872, rkcommon/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-11-04 14:17:18 UTC (rev 1036873)
@@ -0,0 +1,30 @@
+# Maintainer: Daniel Bermond <dbermond at archlinux.org>
+# Maintainer: Bruno Pagani <archange at archlinux.org>
+
+pkgname=rkcommon
+pkgver=1.8.0
+pkgrel=1
+pkgdesc="Intel RenderKit common C++/CMake infrastructure"
+arch=(x86_64)
+url="https://github.com/ospray/rkcommon/"
+license=(Apache)
+depends=(tbb)
+makedepends=(cmake)
+source=(${url}/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz)
+sha256sums=('f037c15f7049610ef8bca37500b2ab00775af60ebbb9d491ba5fc2e5c04a7794')
+
+build() {
+  cmake -B build -S ${pkgname}-${pkgver} \
+    -DCMAKE_BUILD_TYPE=None \
+    -DCMAKE_INSTALL_PREFIX=/usr \
+    -Wno-dev
+  make -C build
+}
+
+check() {
+  make -C build test
+}
+
+package() {
+  make -C build DESTDIR="${pkgdir}" install
+}



More information about the arch-commits mailing list