Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages /
ospray
Commits:
28a497f0 by Antonio Rojas at 2023-12-03T00:24:51+01:00
upgpkg: 3.0.0-1: Update to 3.0.0
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
pkgbase = ospray
pkgdesc = Ray Tracing Based Rendering Engine for High-Fidelity
Visualization
- pkgver = 2.12.0
+ pkgver = 3.0.0
pkgrel = 1
url = https://www.ospray.org/
arch = x86_64
@@ -23,7 +23,7 @@ pkgbase = ospray
depends = snappy
optdepends = benchmark: benchmarks
optdepends = gtest: tests suite
- source =
https://github.com/ospray/OSPRay/archive/v2.12.0/ospray-2.12.0.tar.gz
- sha256sums =
268b16952b2dd44da2a1e40d2065c960bc2442dd09b63ace8b65d3408f596301
+ source =
https://github.com/ospray/OSPRay/archive/v3.0.0/ospray-3.0.0.tar.gz
+ sha256sums =
d8d8e632d77171c810c0f38f8d5c8387470ca19b75f5b80ad4d3d12007280288
pkgname = ospray
=====================================
PKGBUILD
=====================================
@@ -1,7 +1,7 @@
# Maintainer: Bruno Pagani <[email protected]>
pkgname=ospray
-pkgver=2.12.0
+pkgver=3.0.0
pkgrel=1
pkgdesc="Ray Tracing Based Rendering Engine for High-Fidelity Visualization"
arch=(x86_64)
@@ -30,7 +30,7 @@ makedepends=(
optdepends=('benchmark: benchmarks'
'gtest: tests suite')
source=(https://github.com/ospray/OSPRay/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz)
-sha256sums=('268b16952b2dd44da2a1e40d2065c960bc2442dd09b63ace8b65d3408f596301')
+sha256sums=('d8d8e632d77171c810c0f38f8d5c8387470ca19b75f5b80ad4d3d12007280288')
build() {
local cmake_options=(
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/ospray/-/commit/28a497f0bad2202af9cadc254dccda62aa33d5f2
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/ospray/-/commit/28a497f0bad2202af9cadc254dccda62aa33d5f2
You're receiving this email because of your account on gitlab.archlinux.org.