aboutsummarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorgrmat2016-12-01 04:36:11 +0100
committergrmat2016-12-01 04:43:42 +0100
commit114b8ba32883970e87025a91c820707fe7be5b4a (patch)
tree653166fda7aa25ffff4952fd4c79878c10103bcc
parenta520bf06235220a84c7e5d281b964ba71e5c6e19 (diff)
downloadaur-114b8ba32883970e87025a91c820707fe7be5b4a.tar.gz
change name to be consistent w/ existing arch packages
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD3
2 files changed, 5 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 03b569cce4f3..bcf0e4660f5b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,4 +1,4 @@
-pkgbase = amdgpocl
+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 = 16.40.348864
pkgrel = 1
@@ -8,8 +8,9 @@ pkgbase = amdgpocl
makedepends = wget
depends = ocl-icd
optdepends = linux-cik: amdgpu support for CIK cards (Bonaire/Hawaii series)
+ conflicts = amdgpocl
source = https://www2.ati.com/drivers/linux/ubuntu/amdgpu-pro-16.40-348864.tar.xz
sha256sums = 59d6b1d975164ff45f6e6be5af6bcc061bf9ef6378ac5757bdb4e67840a706b0
-pkgname = amdgpocl
+pkgname = opencl-amd
diff --git a/PKGBUILD b/PKGBUILD
index 5dc72a938531..f39c26f49c2a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: grmat <grmat@sub.red>
-pkgname=amdgpocl
+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=16.40.348864
pkgrel=1
@@ -10,6 +10,7 @@ license=('custom:AMD')
makedepends=('wget')
depends=('ocl-icd')
optdepends=('linux-cik: amdgpu support for CIK cards (Bonaire/Hawaii series)')
+conflicts=('amdgpocl')
DLAGENTS='https::/usr/bin/wget --referer http://support.amd.com/en-us/kb-articles/Pages/AMD-Radeon-GPU-PRO-Linux-Beta-Driver%E2%80%93Release-Notes.aspx -N %u'