aboutsummarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorgrmat2018-06-21 07:49:50 +0200
committergrmat2018-06-21 07:49:50 +0200
commitb2926c19cf0fc6305392a02fd0b285b1a7e759eb (patch)
tree963885bd0a9de44ad3608aed755d53ee202fe8e5
parentb53a3b343f3adb6d37a08dfa64a6e5276f843e2a (diff)
downloadaur-b2926c19cf0fc6305392a02fd0b285b1a7e759eb.tar.gz
18.20-606296
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD8
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8be688160559..45f1ee32f760 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
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 = 18.20.579836
- pkgrel = 2
+ pkgver = 18.20.606296
+ pkgrel = 1
url = http://www.amd.com
arch = x86_64
license = custom:AMD
@@ -9,8 +9,8 @@ pkgbase = opencl-amd
depends = libdrm
depends = ocl-icd
conflicts = amdgpocl
- source = https://www2.ati.com/drivers/linux/ubuntu/amdgpu-pro-18.20-579836.tar.xz
- sha256sums = 5168571ead4613bec85c4b321617eb20825a1d752f393fe4148b296a278d2473
+ source = https://www2.ati.com/drivers/linux/ubuntu/amdgpu-pro-18.20-606296.tar.xz
+ sha256sums = 6a5058e84c378844d7d661906f10907de321e9f59a43b1804ff1244d13c6b765
pkgname = opencl-amd
diff --git a/PKGBUILD b/PKGBUILD
index d77367ea78fb..e6f03f7f027b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,8 +2,8 @@
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=18.20.579836
-pkgrel=2
+pkgver='18.20.606296'
+pkgrel=1
arch=('x86_64')
url='http://www.amd.com'
license=('custom:AMD')
@@ -15,11 +15,11 @@ DLAGENTS='https::/usr/bin/wget --referer https://support.amd.com/en-us/kb-articl
prefix='amdgpu-pro-'
major='18.20'
-minor='579836'
+minor='606296'
shared="opt/amdgpu-pro/lib/x86_64-linux-gnu"
source=("https://www2.ati.com/drivers/linux/ubuntu/${prefix}${major}-${minor}.tar.xz")
-sha256sums=('5168571ead4613bec85c4b321617eb20825a1d752f393fe4148b296a278d2473')
+sha256sums=('6a5058e84c378844d7d661906f10907de321e9f59a43b1804ff1244d13c6b765')
pkgver() {
echo "${major}.${minor}"