[arch-commits] Commit in xf86-video-radeonhd/trunk (PKGBUILD)
Jan de Groot
jgc at archlinux.org
Fri Apr 10 18:54:53 UTC 2009
Date: Friday, April 10, 2009 @ 14:54:53
Author: jgc
Revision: 34647
upgpkg: xf86-video-radeonhd 1.2.5-1
Remove replaces= line, it is an AUR package
Modified:
xf86-video-radeonhd/trunk/PKGBUILD
----------+
PKGBUILD | 10 ++++------
1 file changed, 4 insertions(+), 6 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2009-04-10 18:49:16 UTC (rev 34646)
+++ PKGBUILD 2009-04-10 18:54:53 UTC (rev 34647)
@@ -1,21 +1,19 @@
# $Id$
# Maintainer: <juergen at archlinux.org>
pkgname=xf86-video-radeonhd
-pkgver=1.2.4
-pkgrel=2
+pkgver=1.2.5
+pkgrel=1
pkgdesc="Experimental Radeon HD video driver for r500 and r600 ATI cards"
arch=(i686 x86_64)
url="http://wiki.x.org/wiki/radeonhd"
license=('custom')
-depends=('glibc' 'ati-dri>=7.3' 'libdrm>=2.4.5' 'libpciaccess')
+depends=('glibc' 'ati-dri>=7.4' 'libdrm>=2.4.6' 'libpciaccess')
makedepends=('pkgconfig' 'xorg-server>=1.6.0' 'diffutils')
conflicts=('xorg-server<1.6.0')
options=('!libtool')
-conflicts=('xf86-video-radeonhd-git')
-replaces=('xf86-video-radeonhd-git')
groups=('xorg-video-drivers')
source=(http://xorg.freedesktop.org/releases/individual/driver/${pkgname}-${pkgver}.tar.bz2)
-md5sums=('3c9cfffe7e3d795dde59ea0eef7361b1')
+md5sums=('10669b08101cb6d69894cc44b47e5094')
build() {
cd "${srcdir}/${pkgname}-${pkgver}"
More information about the arch-commits
mailing list