diff options
author | root <root@rshg054.dnsready.net> | 2012-07-01 00:03:50 +0000 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2012-07-01 00:03:50 +0000 |
commit | 55f2d1ab0ab1bd2f7c8c7c5cefeb45f7c457a5d9 (patch) | |
tree | 2225c1ac4218dd287787d4a4c8ec8ceaced09067 /testing/xf86-video-ati | |
parent | 3025740c981e5acc29f25b400bc93046776d7008 (diff) |
Sun Jul 1 00:03:50 UTC 2012
Diffstat (limited to 'testing/xf86-video-ati')
-rw-r--r-- | testing/xf86-video-ati/PKGBUILD | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/testing/xf86-video-ati/PKGBUILD b/testing/xf86-video-ati/PKGBUILD index 6ccbe2339..afb939d42 100644 --- a/testing/xf86-video-ati/PKGBUILD +++ b/testing/xf86-video-ati/PKGBUILD @@ -1,22 +1,22 @@ -# $Id: PKGBUILD 161840 2012-06-15 13:58:27Z ibiru $ +# $Id: PKGBUILD 162763 2012-06-29 19:59:42Z andyrtr $ # Maintainer: Jan de Groot <jgc@archlinux.org> # Contributor: Alexander Baldeck <alexander@archlinux.org> pkgname=xf86-video-ati -pkgver=6.14.5 +pkgver=6.14.6 epoch=1 pkgrel=1 pkgdesc="X.org ati video driver" arch=('i686' 'x86_64') url="http://xorg.freedesktop.org/" license=('custom') -depends=('libdrm>=2.4.35' 'systemd-tools' 'ati-dri') +depends=('libdrm>=2.4.37' 'systemd-tools' 'ati-dri') makedepends=('xorg-server-devel>=1.11.99.902' 'xf86driproto' 'mesa') conflicts=('xorg-server<1.11.99.902') groups=('xorg-drivers' 'xorg') options=('!libtool') source=(${url}/releases/individual/driver/${pkgname}-${pkgver}.tar.bz2) -sha256sums=('ef879d2845de50cec1aa98e37185271e1d535c0009efd6713ec88206b7197d53') +sha256sums=('aa5286b3e4f0187d7df14785c06dd800255d9405205dbf061da5d77df86bec36') build() { cd ${srcdir}/${pkgname}-${pkgver} |