[arch-commits] Commit in xf86driproto/repos (testing-x86_64 testing-x86_64/PKGBUILD)
Alexander Baldeck
alexander at archlinux.org
Mon Apr 21 09:41:07 UTC 2008
Date: Monday, April 21, 2008 @ 05:41:07
Author: alexander
Revision: 565
Added:
xf86driproto/repos/testing-x86_64/
(from rev 560, xf86driproto/trunk)
Modified:
xf86driproto/repos/testing-x86_64/PKGBUILD
----------+
PKGBUILD | 15 +++++++--------
1 file changed, 7 insertions(+), 8 deletions(-)
Copied: xf86driproto/repos/testing-x86_64 (from rev 560, xf86driproto/trunk)
Modified: testing-x86_64/PKGBUILD
===================================================================
--- xf86driproto/trunk/PKGBUILD 2008-04-21 09:33:48 UTC (rev 560)
+++ testing-x86_64/PKGBUILD 2008-04-21 09:41:07 UTC (rev 565)
@@ -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