[arch-commits] Commit in xf86-video-ati/trunk (PKGBUILD)
andyrtr at archlinux.org
andyrtr at archlinux.org
Fri Mar 18 07:49:48 UTC 2011
Date: Friday, March 18, 2011 @ 03:49:48
Author: andyrtr
Revision: 115444
upgpkg: xf86-video-ati 6.14.1-1
upstream update 6.14.1
Modified:
xf86-video-ati/trunk/PKGBUILD
----------+
PKGBUILD | 11 ++++-------
1 file changed, 4 insertions(+), 7 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2011-03-18 05:25:37 UTC (rev 115443)
+++ PKGBUILD 2011-03-18 07:49:48 UTC (rev 115444)
@@ -3,8 +3,8 @@
# Contributor: Alexander Baldeck <alexander at archlinux.org>
pkgname=xf86-video-ati
-pkgver=6.14.0
-pkgrel=3
+pkgver=6.14.1
+pkgrel=1
pkgdesc="X.org ati video driver"
arch=(i686 x86_64)
url="http://xorg.freedesktop.org/"
@@ -14,14 +14,11 @@
conflicts=('xorg-server<1.10.0')
groups=('xorg-drivers' 'xorg')
options=('!libtool')
-source=(${url}/releases/individual/driver/${pkgname}-${pkgver}.tar.bz2
- ati-fix-build-1.10.patch)
-md5sums=('b64bf8939f9f8fb518baf858f8b6ca73'
- '99b8c07957c4155da4c0edb0744710ae')
+source=(${url}/releases/individual/driver/${pkgname}-${pkgver}.tar.bz2)
+md5sums=('395e23ad026e4246dd70bbd2143688b5')
build() {
cd "${srcdir}/${pkgname}-${pkgver}"
- patch -Np1 -i ${srcdir}/ati-fix-build-1.10.patch
./configure --prefix=/usr --enable-dri
make
}
More information about the arch-commits
mailing list