Campbell Jones pushed to branch main at Arch Linux / Packaging / Packages / renderdoc
Commits: 02ecfcbc by Campbell Jones at 2024-10-13T13:48:32-04:00 upgpkg: 1.35-1: Update to v1.35 - - - - - 2 changed files: - .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -1,6 +1,6 @@ pkgbase = renderdoc pkgdesc = OpenGL and Vulkan debugging tool - pkgver = 1.34 + pkgver = 1.35 pkgrel = 1 url = https://github.com/baldurk/renderdoc arch = x86_64 @@ -19,11 +19,11 @@ pkgbase = renderdoc depends = qt5-x11extras depends = xcb-util-keysyms options = !lto - source = renderdoc-v1.34.tar.gz::https://github.com/baldurk/renderdoc/archive/v1.34.tar.gz - source = renderdoc-v1.34.tar.gz.asc::https://github.com/baldurk/renderdoc/releases/download/v1.34/v1.34.tar.gz.asc + source = renderdoc-v1.35.tar.gz::https://github.com/baldurk/renderdoc/archive/v1.35.tar.gz + source = renderdoc-v1.35.tar.gz.asc::https://github.com/baldurk/renderdoc/releases/download/v1.35/v1.35.tar.gz.asc source = https://github.com/baldurk/swig/archive/renderdoc-modified-7.zip validpgpkeys = 1B039DB9A4718A2D699DE031AC612C3120C34695 - b2sums = 7c613f9a399531202be8e3d2d87be94bee2408474277b4628b2b3315c8604afc7391ab4fec4f72149c13b4a69e9473691b93f13c1196232de61ac2707ed396da + b2sums = 0ce0551482c225c5abd117073f3a783177fffe7261680e43105baca58fed013e530d43c263a7893bbb27a9e0962b1b05d2bace55df743a5633c8e5fbc74c4b42 b2sums = SKIP b2sums = 136b0b48d5bddb2dfe6fffd54220a5b62bb9a725b800f1f7846d03469f0c859d0585a61118f64b2def81ad94ff650bdf82d1db7aeb7608a190792ce8033597dc ===================================== PKGBUILD ===================================== @@ -1,10 +1,11 @@ -# Maintainer: Campbell Jones <arch at serebit dot com> +# Maintainer: Campbell Jones <serebit at archlinux dot org> # Contributor: Sandy Carter <bwrsandman at gmail dot com> # Contributor: Hans-Kristian Arntzen <post at arntzen-software dot no> # Contributor: Joshua Ashton <joshua at froggi dot es> +# Contributor: Hans-Kristian Arntzen <post at arntzen-software dot no> pkgname=renderdoc -pkgver=1.34 +pkgver=1.35 pkgrel=1 pkgdesc="OpenGL and Vulkan debugging tool" arch=(x86_64) @@ -17,7 +18,7 @@ source=("$pkgname-v${pkgver}.tar.gz::https://github.com/baldurk/$pkgname/archive "$pkgname-v${pkgver}.tar.gz.asc::https://github.com/baldurk/$pkgname/releases/download/v${pkgver}/v${pkgver}.tar.gz.asc" "https://github.com/baldurk/swig/archive/${pkgname}-modified-7.zip") validpgpkeys=('1B039DB9A4718A2D699DE031AC612C3120C34695') -b2sums=('7c613f9a399531202be8e3d2d87be94bee2408474277b4628b2b3315c8604afc7391ab4fec4f72149c13b4a69e9473691b93f13c1196232de61ac2707ed396da' +b2sums=('0ce0551482c225c5abd117073f3a783177fffe7261680e43105baca58fed013e530d43c263a7893bbb27a9e0962b1b05d2bace55df743a5633c8e5fbc74c4b42' 'SKIP' '136b0b48d5bddb2dfe6fffd54220a5b62bb9a725b800f1f7846d03469f0c859d0585a61118f64b2def81ad94ff650bdf82d1db7aeb7608a190792ce8033597dc') @@ -33,6 +34,7 @@ build() { -DVULKAN_LAYER_FOLDER="/etc/vulkan/implicit_layer.d" \ -B"${pkgname}-$pkgver"/build \ -H"${pkgname}-$pkgver" + cmake --build "${pkgname}-$pkgver"/build } View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/renderdoc/-/commit/02ecfcbcd60b88f091b9516b0d3e8ec67e839066 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/renderdoc/-/commit/02ecfcbcd60b88f091b9516b0d3e8ec67e839066 You're receiving this email because of your account on gitlab.archlinux.org.