diff options
author | root <root@rshg054.dnsready.net> | 2012-07-19 00:01:52 +0000 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2012-07-19 00:01:52 +0000 |
commit | 6b87f8519dc037f4fd4c19d8f36b7d7565559bd3 (patch) | |
tree | 4c1b86f91ce9c742867b6eecd4857b20919cd713 /extra/xf86-video-mach64/PKGBUILD | |
parent | 63d179775e063452db6358e15b9847e7fc6c84b6 (diff) |
Thu Jul 19 00:01:52 UTC 2012
Diffstat (limited to 'extra/xf86-video-mach64/PKGBUILD')
-rw-r--r-- | extra/xf86-video-mach64/PKGBUILD | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/extra/xf86-video-mach64/PKGBUILD b/extra/xf86-video-mach64/PKGBUILD index b2ac34779..474eab5de 100644 --- a/extra/xf86-video-mach64/PKGBUILD +++ b/extra/xf86-video-mach64/PKGBUILD @@ -1,8 +1,8 @@ -# $Id: PKGBUILD 162875 2012-07-02 16:16:24Z andyrtr $ +# $Id: PKGBUILD 163649 2012-07-17 16:29:33Z andyrtr $ # Maintainer: Jan de Groot <jgc@archlinux.org> pkgname=xf86-video-mach64 -pkgver=6.9.2 +pkgver=6.9.3 pkgrel=1 pkgdesc="X.org mach64 video driver" arch=(i686 x86_64) @@ -13,9 +13,9 @@ makedepends=('xorg-server-devel>=1.12.0' 'libdrm' 'xf86driproto' 'mesa') optdepends=('mach64-dri: DRI1 support from community repo') conflicts=('xorg-server<1.12.0') groups=('xorg-drivers' 'xorg') -options=('!libtool') +options=('!libtool' '!emptydirs') source=(${url}/releases/individual/driver/${pkgname}-${pkgver}.tar.bz2) -sha256sums=('e3967d6ee953cd907c6a9e38b132b90db8173565198f6a65fe1e8c398dc06293') +sha256sums=('5473d0e7dfd7bcff3f759e9e6bd6794ab464958f2f647d9b6d3edf3c66c53218') build() { cd "${srcdir}/${pkgname}-${pkgver}" |