Campbell Jones pushed to branch main at Arch Linux / Packaging / Packages /
renderdoc
Commits:
8c3a0441 by Campbell Jones at 2023-12-16T15:34:25-05:00
upgpkg: 1.30-1: Update to v1.30
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
pkgbase = renderdoc
pkgdesc = OpenGL and Vulkan debugging tool
- pkgver = 1.29
+ pkgver = 1.30
pkgrel = 1
url = https://github.com/baldurk/renderdoc
arch = x86_64
@@ -18,11 +18,11 @@ pkgbase = renderdoc
depends = qt5-x11extras
depends = xcb-util-keysyms
options = !lto
- source = https://github.com/baldurk/renderdoc/archive/v1.29.tar.gz
- source =
https://github.com/baldurk/renderdoc/releases/download/v1.29/v1.29.tar.gz.asc
+ source = https://github.com/baldurk/renderdoc/archive/v1.30.tar.gz
+ source =
https://github.com/baldurk/renderdoc/releases/download/v1.30/v1.30.tar.gz.asc
source =
https://github.com/baldurk/swig/archive/renderdoc-modified-7.zip
validpgpkeys = 1B039DB9A4718A2D699DE031AC612C3120C34695
- b2sums =
492b32140c8ad1ab3e753158cfede64ea0b580a2df03094aeeff2d4eac659fbedc62971f65d3fe024e0282de39d5f122b512be2fc6a28ac7abf794b58f116322
+ b2sums =
2e9364a8eabca64384e066709c98be8df0ed3c970c173074f9d38eea21d4dc31a50b862818879ccb9f32be8b839643c2d01ddda70d9da8c338c2fc305549eaa9
b2sums = SKIP
b2sums =
136b0b48d5bddb2dfe6fffd54220a5b62bb9a725b800f1f7846d03469f0c859d0585a61118f64b2def81ad94ff650bdf82d1db7aeb7608a190792ce8033597dc
=====================================
PKGBUILD
=====================================
@@ -4,7 +4,7 @@
# Contributor: Joshua Ashton <joshua at froggi dot es>
pkgname=renderdoc
-pkgver=1.29
+pkgver=1.30
pkgrel=1
pkgdesc="OpenGL and Vulkan debugging tool"
arch=(x86_64)
@@ -17,7 +17,7 @@
source=("https://github.com/baldurk/$pkgname/archive/v${pkgver}.tar.gz"
"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=('492b32140c8ad1ab3e753158cfede64ea0b580a2df03094aeeff2d4eac659fbedc62971f65d3fe024e0282de39d5f122b512be2fc6a28ac7abf794b58f116322'
+b2sums=('2e9364a8eabca64384e066709c98be8df0ed3c970c173074f9d38eea21d4dc31a50b862818879ccb9f32be8b839643c2d01ddda70d9da8c338c2fc305549eaa9'
'SKIP'
'136b0b48d5bddb2dfe6fffd54220a5b62bb9a725b800f1f7846d03469f0c859d0585a61118f64b2def81ad94ff650bdf82d1db7aeb7608a190792ce8033597dc')
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/renderdoc/-/commit/8c3a0441484435f8ffa1cea636f466f6d05c36c4
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/renderdoc/-/commit/8c3a0441484435f8ffa1cea636f466f6d05c36c4
You're receiving this email because of your account on gitlab.archlinux.org.