aboutsummarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorgrmat2017-06-15 16:23:46 +0200
committergrmat2017-06-15 16:23:46 +0200
commit22e777a99df105c87421b3497ed2ec56e94a4e5f (patch)
tree04c25cd8661d0a613ea2779920f3674bebd763eb
parentcd26e3189466eb12ce31eaede4641143523fc6a0 (diff)
downloadaur-22e777a99df105c87421b3497ed2ec56e94a4e5f.tar.gz
update to 17.10-429170
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0d0e7952bc58..840367ac7930 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.10.410326
+ pkgver = 17.10.429170
pkgrel = 1
url = http://www.amd.com
arch = x86_64
@@ -8,8 +8,8 @@ pkgbase = opencl-amd
makedepends = wget
depends = ocl-icd
conflicts = amdgpocl
- source = https://www2.ati.com/drivers/linux/ubuntu/amdgpu-pro-17.10-410326.tar.xz
- sha256sums = e594a2850e637f333ed4d90f98e0ffd70eb9d66b704ec19bc7a6340487e99c9b
+ source = https://www2.ati.com/drivers/linux/ubuntu/amdgpu-pro-17.10-429170.tar.xz
+ sha256sums = cb1ea7f9756f197a976138d2c00f239ae4ee43b839fbb1ea57f8770957d4afd6
pkgname = opencl-amd
diff --git a/PKGBUILD b/PKGBUILD
index 25f46c934af9..468b7cc5908e 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.10.410326
+pkgver=17.10.429170
pkgrel=1
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.10'
-minor='410326'
+minor='429170'
shared="opt/amdgpu-pro/lib/x86_64-linux-gnu"
source=("https://www2.ati.com/drivers/linux/ubuntu/${prefix}${major}-${minor}.tar.xz")
-sha256sums=('e594a2850e637f333ed4d90f98e0ffd70eb9d66b704ec19bc7a6340487e99c9b')
+sha256sums=('cb1ea7f9756f197a976138d2c00f239ae4ee43b839fbb1ea57f8770957d4afd6')
pkgver() {
echo "${major}.${minor}"