aboutsummarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorgrmat2017-08-15 09:31:49 +0200
committergrmat2017-08-15 09:31:49 +0200
commitf05709bb2ca13911bf0aee1400375174e75b2279 (patch)
tree89091140f487234c4298db6abddd18a147af4bd4
parent2bc97c1f349a648ef87dee3e41460596ae20591d (diff)
downloadaur-f05709bb2ca13911bf0aee1400375174e75b2279.tar.gz
updated to 17.30-465504 (Vega release)
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8a062eacb305..a6e65c4fdb1c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = opencl-amd
pkgdesc = OpenCL userspace driver as provided in the amdgpu-pro driver stack. This package is intended to work along with the free amdgpu stack.
- pkgver = 17.30.458935
+ pkgver = 17.30.465504
pkgrel = 2
url = http://www.amd.com
arch = x86_64
@@ -9,8 +9,8 @@ pkgbase = opencl-amd
depends = libdrm
depends = ocl-icd
conflicts = amdgpocl
- source = https://www2.ati.com/drivers/linux/ubuntu/amdgpu-pro-17.30-458935.tar.xz
- sha256sums = 3652a5c9476a650a3e3cd89bcd7ac119ed7d16a570501eeeea6a902cbc6f9488
+ source = https://www2.ati.com/drivers/linux/ubuntu/amdgpu-pro-17.30-465504.tar.xz
+ sha256sums = b74494d142542164b5582e8bed845315f788aa3d9eb0c1ed5f2a6c5f982beaf5
pkgname = opencl-amd
diff --git a/PKGBUILD b/PKGBUILD
index 71de2703ace9..c84c81bbe6f5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=opencl-amd
pkgdesc="OpenCL userspace driver as provided in the amdgpu-pro driver stack. This package is intended to work along with the free amdgpu stack."
-pkgver=17.30.458935
+pkgver=17.30.465504
pkgrel=2
arch=('x86_64')
url='http://www.amd.com'
@@ -15,11 +15,11 @@ DLAGENTS='https::/usr/bin/wget --referer https://support.amd.com/en-us/kb-articl
prefix='amdgpu-pro-'
major='17.30'
-minor='458935'
+minor='465504'
shared="opt/amdgpu-pro/lib/x86_64-linux-gnu"
source=("https://www2.ati.com/drivers/linux/ubuntu/${prefix}${major}-${minor}.tar.xz")
-sha256sums=('3652a5c9476a650a3e3cd89bcd7ac119ed7d16a570501eeeea6a902cbc6f9488')
+sha256sums=('b74494d142542164b5582e8bed845315f788aa3d9eb0c1ed5f2a6c5f982beaf5')
pkgver() {
echo "${major}.${minor}"