[arch-commits] Commit in xorg-server/trunk (PKGBUILD)
Laurent Carlier
lcarlier at nymeria.archlinux.org
Thu Jan 9 09:43:40 UTC 2014
Date: Thursday, January 9, 2014 @ 10:43:40
Author: lcarlier
Revision: 203388
upgpkg: xorg-server 1.15.0-5
add missing dri3proto dependency in xorg-server-devel package
Modified:
xorg-server/trunk/PKGBUILD
----------+
PKGBUILD | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2014-01-09 09:03:17 UTC (rev 203387)
+++ PKGBUILD 2014-01-09 09:43:40 UTC (rev 203388)
@@ -5,7 +5,7 @@
pkgbase=xorg-server
pkgname=('xorg-server' 'xorg-server-xephyr' 'xorg-server-xdmx' 'xorg-server-xvfb' 'xorg-server-xnest' 'xorg-server-common' 'xorg-server-devel')
pkgver=1.15.0
-pkgrel=4 # build first with 0.1 and then rebuild it after xf86-input-evdev rebuild
+pkgrel=5 # build first with 0.1 and then rebuild it after xf86-input-evdev rebuild
arch=('i686' 'x86_64')
license=('custom')
url="http://xorg.freedesktop.org"
@@ -191,7 +191,7 @@
depends=(# see pkgdir/usr/lib/pkgconfig/xorg-server.pc
xproto randrproto renderproto xextproto inputproto kbproto
fontsproto pixman videoproto xf86driproto glproto
- mesa dri2proto xineramaproto libpciaccess
+ mesa dri2proto dri3proto xineramaproto libpciaccess
resourceproto scrnsaverproto presentproto
# not technically required but almost every Xorg pkg needs it to build
xorg-util-macros)
More information about the arch-commits
mailing list