diff options
Diffstat (limited to 'extra/xf86-video-nouveau/PKGBUILD')
-rw-r--r-- | extra/xf86-video-nouveau/PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/extra/xf86-video-nouveau/PKGBUILD b/extra/xf86-video-nouveau/PKGBUILD index 25aa4265e..b9c08bef3 100644 --- a/extra/xf86-video-nouveau/PKGBUILD +++ b/extra/xf86-video-nouveau/PKGBUILD @@ -1,9 +1,9 @@ -# $Id: PKGBUILD 162034 2012-06-19 01:44:22Z ibiru $ +# $Id: PKGBUILD 166750 2012-09-17 16:20:09Z andyrtr $ # Maintainer: Andreas Radke <andyrtr@archlinux.org> # Contributor: buddabrod <buddabrod@gmail.com> pkgname=xf86-video-nouveau -pkgver=1.0.1 +pkgver=1.0.2 pkgrel=1 pkgdesc="Open Source 2D acceleration driver for nVidia cards" arch=('i686' 'x86_64') @@ -16,7 +16,7 @@ conflicts=('xorg-server<1.11.99.902') options=('!libtool') install=$pkgname.install source=($url/release/$pkgname-$pkgver.tar.bz2) -md5sums=('d120bdd4ee9fc3581f3b93e3b31c4574') +sha256sums=('765731c2a91d434d4360517a128d18af70b158f727e49813f1a42e26cccbc45d') build() { cd $pkgname-$pkgver |