Laurent Carlier pushed to branch main at Arch Linux / Packaging / Packages /
apitrace
Commits:
50aad07e by Laurent Carlier at 2024-11-27T19:18:36+01:00
upgpkg: 12.0-1: upstream update 12.0
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = apitrace
pkgdesc = Graphics API Tracing
- pkgver = 11.1
- pkgrel = 3
+ pkgver = 12.0
+ pkgrel = 1
url = https://github.com/apitrace/apitrace
arch = x86_64
license = MIT
@@ -20,7 +20,7 @@ pkgbase = apitrace
depends = libx11
depends = zlib
optdepends = qt5-base: GUI support
- source = apitrace::git+https://github.com/apitrace/apitrace.git#tag=11.1
+ source = apitrace::git+https://github.com/apitrace/apitrace.git#tag=12.0
source = git+https://github.com/apitrace/gltrim-tests.git
source = git+https://github.com/google/brotli.git
source = git+https://github.com/google/googletest.git
@@ -29,7 +29,7 @@ pkgbase = apitrace
source = git+https://github.com/google/snappy.git
source = git+https://github.com/madler/zlib.git
source = git+https://github.com/microsoft/DirectXMath.git
- sha256sums =
2f641d885a7d69a6118a4348c4af85232194200c3ac1e6d7df140e283c2f2496
+ sha256sums =
022d88388c4b702da43aa21e7f552035ecbb6f458f24b0fb8f29683d714ebdcc
sha256sums = SKIP
sha256sums = SKIP
sha256sums = SKIP
=====================================
PKGBUILD
=====================================
@@ -3,8 +3,8 @@
# Contributor: Glaucous <glakke1 at gmail dot com>
pkgname=apitrace
-pkgver=11.1
-pkgrel=3
+pkgver=12.0
+pkgrel=1
pkgdesc="Graphics API Tracing"
arch=('x86_64')
url="https://github.com/apitrace/apitrace"
@@ -37,7 +37,7 @@
source=("$pkgname::git+https://github.com/apitrace/apitrace.git#tag=${pkgver}"
"git+https://github.com/google/snappy.git"
"git+https://github.com/madler/zlib.git"
"git+https://github.com/microsoft/DirectXMath.git")
-sha256sums=('2f641d885a7d69a6118a4348c4af85232194200c3ac1e6d7df140e283c2f2496'
+sha256sums=('022d88388c4b702da43aa21e7f552035ecbb6f458f24b0fb8f29683d714ebdcc'
'SKIP'
'SKIP'
'SKIP'
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/apitrace/-/commit/50aad07eafa91b33a8094edd5477b1935fb9dd34
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/apitrace/-/commit/50aad07eafa91b33a8094edd5477b1935fb9dd34
You're receiving this email because of your account on gitlab.archlinux.org.