summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSwyter2023-07-01 14:50:29 +0200
committerSwyter2023-07-01 14:50:29 +0200
commit296b5c951e88904fbc74a742c41e34992468e6c5 (patch)
tree9f26ddd80462e72eaf3eef20d3942dce5aa91bfa
parente5fcbdbd09c374a2f9bedad3c21444a6c570e85e (diff)
downloadaur-296b5c951e88904fbc74a742c41e34992468e6c5.tar.gz
Update to 23.2.1686276958.
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD7
2 files changed, 8 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 76a2b67606df..0dd771291b91 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,14 @@
pkgbase = intel-gpa-bin
pkgdesc = Intel® Graphics Performance Analyzers (Intel® GPA) provides tools for graphics analysis and optimizations for making games and other graphics-intensive applications run even faster.
- pkgver = 22.2.1654744802
+ pkgver = 23.2.1686276958
pkgrel = 1
+ url = https://www.intel.com/content/www/us/en/developer/tools/graphics-performance-analyzers/download.html
arch = x86_64
license = custom
makedepends = binutils
makedepends = tar
options = !strip
- source = https://registrationcenter-download.intel.com/akdlm/irc_nas/18791/gpa_22.2.1654744802_release_m64_deb_install.sh
- sha256sums = 345d38d0877e081beab2710e6b58272c4a2831e36f0ebbc1cd2bba2be46541c9
+ source = https://registrationcenter-download.intel.com/akdlm/IRC_NAS/46f856a1-7346-4305-b47f-b38b1a2dd9f9/gpa_23.2.1686276958_release_m64_deb_install.sh
+ sha1sums = d8db1524ab3639fdfb631e86ae34a0aaf386375f
pkgname = intel-gpa-bin
diff --git a/PKGBUILD b/PKGBUILD
index 5a17fa6c2ad0..e96d5823eff0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,15 +1,16 @@
# Maintainer: Swyter <swyterzone+aur@gmail.com>
pkgname=intel-gpa-bin
+url=https://www.intel.com/content/www/us/en/developer/tools/graphics-performance-analyzers/download.html
pkgrel=1
-pkgver=22.2.1654744802
+pkgver=23.2.1686276958
options=(!strip)
arch=('x86_64')
license=('custom')
pkgdesc="Intel® Graphics Performance Analyzers (Intel® GPA) provides tools for graphics analysis and optimizations for making games and other graphics-intensive applications run even faster."
-source=("https://registrationcenter-download.intel.com/akdlm/irc_nas/18791/gpa_${pkgver}_release_m64_deb_install.sh")
-sha256sums=('345d38d0877e081beab2710e6b58272c4a2831e36f0ebbc1cd2bba2be46541c9')
+source=("https://registrationcenter-download.intel.com/akdlm/IRC_NAS/46f856a1-7346-4305-b47f-b38b1a2dd9f9/gpa_${pkgver}_release_m64_deb_install.sh")
+sha1sums=('d8db1524ab3639fdfb631e86ae34a0aaf386375f')
makedepends=(binutils tar)
build() {