[arch-commits] Commit in xf86driproto/repos (3 files)
Jan de Groot
jgc at archlinux.org
Wed May 14 17:18:49 UTC 2008
Date: Wednesday, May 14, 2008 @ 13:18:48
Author: jgc
Revision: 1654
Move to extra
Modified:
xf86driproto/repos/extra-x86_64/ (properties)
xf86driproto/repos/extra-x86_64/PKGBUILD
Deleted:
xf86driproto/repos/testing-x86_64/
----------+
PKGBUILD | 15 +++++++--------
1 file changed, 7 insertions(+), 8 deletions(-)
Property changes on: xf86driproto/repos/extra-x86_64
___________________________________________________________________
Name: svnmerge-integrated
- /xf86driproto/trunk:1
+ /xf86driproto/trunk:1-1653
Modified: extra-x86_64/PKGBUILD
===================================================================
--- extra-x86_64/PKGBUILD 2008-05-14 17:13:52 UTC (rev 1653)
+++ extra-x86_64/PKGBUILD 2008-05-14 17:18:48 UTC (rev 1654)
@@ -1,21 +1,20 @@
# $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"
arch=(i686 x86_64)
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