summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorVi0L02016-03-23 19:41:52 +0100
committerVi0L02016-03-23 19:41:52 +0100
commit47c99f8223a48a933c2d7b7bc12e9ee6a652a95a (patch)
tree56d2b8eb908b38db34b07a1e0cc07c79690b8768
parent4325deb364429d0aabb3f470eee68e19bae7124c (diff)
downloadaur-47c99f8223a48a933c2d7b7bc12e9ee6a652a95a.tar.gz
bumping version to add 4.5 kernel support
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0166ebf23c85..90ab0a156f65 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = catalyst-test
pkgdesc = AMD/ATI Catalyst drivers for linux AKA Crimson. catalyst-hook + catalyst-utils + lib32-catalyst-utils + experimental powerXpress suppport. PRE-GCN Radeons ARE NOT SUPPORTED
pkgver = 15.12
- pkgrel = 2
+ pkgrel = 3
url = http://www.amd.com
install = catalyst-test.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
diff --git a/PKGBUILD b/PKGBUILD
index cb0893b54d18..440f85102986 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -26,7 +26,7 @@
pkgname=catalyst-test
pkgver=15.12
-pkgrel=2
+pkgrel=3
# _betano=1.0
_amdver=15.302
pkgdesc="AMD/ATI Catalyst drivers for linux AKA Crimson. catalyst-hook + catalyst-utils + lib32-catalyst-utils + experimental powerXpress suppport. PRE-GCN Radeons ARE NOT SUPPORTED"
@@ -34,7 +34,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'