Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages /
rkcommon
Commits:
d240a789 by Antonio Rojas at 2024-09-27T20:50:08+02:00
upgpkg: 1.14.2-1: Update to 1.14.2
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
pkgbase = rkcommon
pkgdesc = Intel RenderKit common C++/CMake infrastructure
- pkgver = 1.13.0
+ pkgver = 1.14.2
pkgrel = 1
url = https://github.com/ospray/rkcommon/
arch = x86_64
@@ -9,7 +9,7 @@ pkgbase = rkcommon
depends = gcc-libs
depends = glibc
depends = onetbb
- source =
https://github.com/ospray/rkcommon//archive/v1.13.0/rkcommon-1.13.0.tar.gz
- sha256sums =
8ae9f911420085ceeca36e1f16d1316a77befbf6bf6de2a186d65440ac66ff1f
+ source =
https://github.com/ospray/rkcommon//archive/v1.14.2/rkcommon-1.14.2.tar.gz
+ sha256sums =
79334ef3dadddb03ec0483fbf49bf690fb8902d5c2732d977b2c116651484cc6
pkgname = rkcommon
=====================================
PKGBUILD
=====================================
@@ -2,7 +2,7 @@
# Maintainer: Bruno Pagani <[email protected]>
pkgname=rkcommon
-pkgver=1.13.0
+pkgver=1.14.2
pkgrel=1
pkgdesc="Intel RenderKit common C++/CMake infrastructure"
arch=(x86_64)
@@ -11,7 +11,7 @@ license=(Apache-2.0)
depends=(gcc-libs glibc onetbb)
makedepends=(cmake)
source=(${url}/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz)
-sha256sums=('8ae9f911420085ceeca36e1f16d1316a77befbf6bf6de2a186d65440ac66ff1f')
+sha256sums=('79334ef3dadddb03ec0483fbf49bf690fb8902d5c2732d977b2c116651484cc6')
build() {
cmake -B build -S ${pkgname}-${pkgver} \
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/rkcommon/-/commit/d240a78983b2b4b31a73d14298f42b0ae3ad5ca3
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/rkcommon/-/commit/d240a78983b2b4b31a73d14298f42b0ae3ad5ca3
You're receiving this email because of your account on gitlab.archlinux.org.