[arch-commits] Commit in xf86driproto/repos (extra-i686 extra-i686/PKGBUILD)

Jan de Groot jgc at archlinux.org
Thu May 22 17:47:52 UTC 2008


    Date: Thursday, May 22, 2008 @ 13:47:52
  Author: jgc
Revision: 1886

Update

Modified:
  xf86driproto/repos/extra-i686/	(properties)
  xf86driproto/repos/extra-i686/PKGBUILD

----------+
 PKGBUILD |   15 +++++++--------
 1 file changed, 7 insertions(+), 8 deletions(-)


Property changes on: xf86driproto/repos/extra-i686
___________________________________________________________________
Name: svnmerge-integrated
   - /xf86driproto/trunk:1
   + /xf86driproto/trunk:1-1885

Modified: extra-i686/PKGBUILD
===================================================================
--- extra-i686/PKGBUILD	2008-05-22 17:46:00 UTC (rev 1885)
+++ extra-i686/PKGBUILD	2008-05-22 17:47:52 UTC (rev 1886)
@@ -1,20 +1,19 @@
 # $Id$
-#Maintainer: Jan de Groot <jgc at archlinux.org>
-
+# Maintainer: Alexander Baldeck <alexander at archlinux.org>
+# Contributor: Jan de Groot <jgc at archlinux.org>
 pkgname=xf86driproto
-pkgver=2.0.3
+pkgver=2.0.4
 pkgrel=1
 pkgdesc="X11 DRI extension wire protocol"
 url="http://xorg.freedesktop.org/"
-_xorg=X11R7.0
-_relname=xf86driproto
-source=(${url}/releases/${_xorg}/src/everything/${_relname}-${_xorg}-${pkgver}.tar.bz2)
-md5sums=('839a70dfb8d5b02bcfc24996ab99a618')
+arch=(i686 x86_64)
+source=(${url}/releases/individual/proto/${pkgname}-${pkgver}.tar.bz2)
 
 build() {
-  cd ${startdir}/src/${_relname}-${_xorg}-${pkgver}
+  cd ${startdir}/src/${pkgname}-${pkgver}
   ./configure --prefix=/usr
   make || return 1
   make DESTDIR=${startdir}/pkg install || return 1
 }
 
+md5sums=('01470d088da3a8a3deefa8e1f45d69cb')





More information about the arch-commits mailing list