[arch-commits] Commit in xf86-video-via/repos/testing-x86_64 (PKGBUILD)

Alexander Baldeck alexander at archlinux.org
Fri Apr 25 10:09:09 UTC 2008


    Date: Friday, April 25, 2008 @ 06:09:09
  Author: alexander
Revision: 973

* fix archrelease fail

Modified:
  xf86-video-via/repos/testing-x86_64/PKGBUILD

----------+
 PKGBUILD |    7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2008-04-25 10:07:52 UTC (rev 972)
+++ PKGBUILD	2008-04-25 10:09:09 UTC (rev 973)
@@ -3,12 +3,12 @@
 # Contributor: Jan de Groot <jgc at archlinux.org>
 pkgname=xf86-video-via
 pkgver=0.2.2
-pkgrel=4
+pkgrel=5
 pkgdesc="X.org via video driver"
 arch=(i686 x86_64)
 url="http://xorg.freedesktop.org/"
 depends=('unichrome-dri')
-makedepends=('pkgconfig' 'xorg-server>=1.4.0.90' 'xf86driproto' 'libxvmc' 'mesa>=7.0.3rc3')
+makedepends=('pkgconfig' 'xorg-server>=1.4.0.90' 'xf86driproto' 'libxvmc' 'mesa>=7.0.3')
 options=('!libtool')
 groups=('xorg-video-drivers')
 source=(${url}/releases/individual/driver/${pkgname}-${pkgver}.tar.bz2)
@@ -17,8 +17,7 @@
 build() {
   cd ${startdir}/src/${pkgname}-${pkgver}
   ./configure --prefix=/usr \
-              --enable-dri \
-              --build=${CHOST} --host=${CHOST}
+              --enable-dri
   make || return 1
   make DESTDIR=${startdir}/pkg install || return 1
 }





More information about the arch-commits mailing list