--- amdgpu-pro-opencl-18.20.606296.ebuild 2018-09-27 12:09:20.000000000 +0200 +++ amdgpu-pro-opencl-18.50.708488.ebuild 2018-12-14 19:14:43.151534674 +0100 @@ -7,10 +7,11 @@ SUPER_PN='amdgpu-pro' MY_PV=$(ver_rs 2 '-') +OS_VER='ubuntu-18.04' DESCRIPTION="Proprietary OpenCL implementation for AMD GPUs" HOMEPAGE="https://support.amd.com/en-us/kb-articles/Pages/Radeon-Software-for-Linux-Release-Notes.aspx" -SRC_URI="${SUPER_PN}-${MY_PV}.tar.xz" +SRC_URI="${SUPER_PN}-${MY_PV}-${OS_VER}.tar.xz" LICENSE="AMD-GPU-PRO-EULA" SLOT="0" @@ -25,11 +26,11 @@ QA_PREBUILT="/opt/${SUPER_PN}/lib*/*" -S="${WORKDIR}/${SUPER_PN}-${MY_PV}" +S="${WORKDIR}/${SUPER_PN}-${MY_PV}-${OS_VER}" pkg_nofetch() { local pkgver=$(ver_cut 1-2) - einfo "Please download the Radeon Software for Linux Driver ${pkgver} for Ubuntu 16 from" + einfo "Please download the Radeon Software for Linux Driver ${pkgver} for Ubuntu 18 from" einfo " ${HOMEPAGE}" einfo "The archive should then be placed in your distfiles directory." }