[arch-commits] Commit in dri2proto/trunk (PKGBUILD)

Jan de Groot jgc at archlinux.org
Sun Mar 7 20:18:01 UTC 2010


    Date: Sunday, March 7, 2010 @ 15:18:01
  Author: jgc
Revision: 71588

upgpkg: dri2proto 2.1-2
Convert to arch=any. Keep at 2.1 until we update xorg-server and mesa to new versions

Modified:
  dri2proto/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2010-03-07 20:12:56 UTC (rev 71587)
+++ PKGBUILD	2010-03-07 20:18:01 UTC (rev 71588)
@@ -1,11 +1,11 @@
 # $Id: PKGBUILD 356 2008-04-18 22:56:27Z aaron $
-#Maintainer: Jan de Groot <jgc at archlinux.org>
+# Maintainer: Jan de Groot <jgc at archlinux.org>
 
 pkgname=dri2proto
 pkgver=2.1
-pkgrel=1
+pkgrel=2
 pkgdesc="X11 DRI protocol"
-arch=(i686 x86_64)
+arch=(any)
 license=('custom')
 url="http://xorg.freedesktop.org/"
 source=(${url}/releases/individual/proto/${pkgname}-${pkgver}.tar.bz2)
@@ -16,6 +16,7 @@
   ./configure --prefix=/usr || return 1
   make || return 1
   make DESTDIR="${pkgdir}" install || return 1
+
   install -m755 -d "${pkgdir}/usr/share/licenses/${pkgname}"
   install -m644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/" || return 1
 }




More information about the arch-commits mailing list