Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages / rkcommon
Commits: 8b2f5bcf by Antonio Rojas at 2023-12-03T00:19:21+01:00 upgpkg: 1.12.0-1: Update to 1.12.0, needed by ospray 3.0 - - - - - 2 changed files: - + .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -0,0 +1,15 @@ +pkgbase = rkcommon + pkgdesc = Intel RenderKit common C++/CMake infrastructure + pkgver = 1.12.0 + pkgrel = 1 + url = https://github.com/ospray/rkcommon/ + arch = x86_64 + license = Apache + makedepends = cmake + depends = gcc-libs + depends = glibc + depends = onetbb + source = https://github.com/ospray/rkcommon//archive/v1.12.0/rkcommon-1.12.0.tar.gz + sha256sums = 6abb901073811cdbcbe336772e1fcb458d78cab5ad8d5d61de2b57ab83581e80 + +pkgname = rkcommon ===================================== PKGBUILD ===================================== @@ -2,7 +2,7 @@ # Maintainer: Bruno Pagani <[email protected]> pkgname=rkcommon -pkgver=1.11.0 +pkgver=1.12.0 pkgrel=1 pkgdesc="Intel RenderKit common C++/CMake infrastructure" arch=(x86_64) @@ -11,7 +11,7 @@ license=(Apache) depends=(gcc-libs glibc onetbb) makedepends=(cmake) source=(${url}/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz) -sha256sums=('9cfeedaccdefbdcf23c465cb1e6c02057100c4a1a573672dc6cfea5348cedfdd') +sha256sums=('6abb901073811cdbcbe336772e1fcb458d78cab5ad8d5d61de2b57ab83581e80') build() { cmake -B build -S ${pkgname}-${pkgver} \ View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/rkcommon/-/commit/8b2f5bcfc12bf78ad3c5ffc9a11cb4bb6e5784a9 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/rkcommon/-/commit/8b2f5bcfc12bf78ad3c5ffc9a11cb4bb6e5784a9 You're receiving this email because of your account on gitlab.archlinux.org.
