diff options
author | Vi0L0 | 2016-03-23 19:36:25 +0100 |
---|---|---|
committer | Vi0L0 | 2016-03-23 19:36:25 +0100 |
commit | 75213c8f0f4ff3a7a0532d95e31233ed97364501 (patch) | |
tree | 44459e6dca3e1b99f61d8f7744ed63de5cb2e5a1 | |
parent | 17acb467e7201a4a037f0a310cd064918fba9f61 (diff) | |
download | aur-75213c8f0f4ff3a7a0532d95e31233ed97364501.tar.gz |
bumping version to add 4.5 kernel support
-rw-r--r-- | .SRCINFO | 4 | ||||
-rw-r--r-- | PKGBUILD | 4 |
2 files changed, 4 insertions, 4 deletions
@@ -1,14 +1,14 @@ pkgbase = catalyst-total pkgdesc = AMD/ATI Catalyst drivers for linux. catalyst-hook + catalyst-utils + lib32-catalyst-utils + experimental powerXpress suppport. Radeons HD 2 3 4 xxx ARE NOT SUPPORTED pkgver = 15.9 - pkgrel = 10 + pkgrel = 11 url = http://www.amd.com install = catalyst-total.install arch = i686 arch = x86_64 license = custom depends = linux>=3.0 - depends = linux<4.5 + depends = linux<4.6 depends = linux-headers depends = xorg-server>=1.7.0 depends = xorg-server<1.18.0 @@ -27,7 +27,7 @@ pkgname=catalyst-total pkgver=15.9 -pkgrel=10 +pkgrel=11 # _betano=1.0 _amdver=15.201.1151 pkgdesc="AMD/ATI Catalyst drivers for linux. catalyst-hook + catalyst-utils + lib32-catalyst-utils + experimental powerXpress suppport. Radeons HD 2 3 4 xxx ARE NOT SUPPORTED" @@ -35,7 +35,7 @@ arch=('i686' 'x86_64') url="http://www.amd.com" license=('custom') options=('staticlibs' 'libtool' '!strip' '!upx') -depends=('linux>=3.0' 'linux<4.5' 'linux-headers' 'xorg-server>=1.7.0' 'xorg-server<1.18.0' 'libxrandr' 'libsm' 'fontconfig' 'libxcursor' 'libxi' 'gcc-libs' 'gcc>4.0.0' 'make' 'patch' 'libxinerama' 'mesa>=10.1.0-4') +depends=('linux>=3.0' 'linux<4.6' 'linux-headers' 'xorg-server>=1.7.0' 'xorg-server<1.18.0' 'libxrandr' 'libsm' 'fontconfig' 'libxcursor' 'libxi' 'gcc-libs' 'gcc>4.0.0' 'make' 'patch' 'libxinerama' 'mesa>=10.1.0-4') optdepends=('qt4: to run ATi Catalyst Control Center (amdcccle)' 'libxxf86vm: to run ATi Catalyst Control Center (amdcccle)' 'opencl-headers: headers necessary for OpenCL development' |