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

Laurent Carlier lcarlier at archlinux.org
Mon Feb 13 17:48:06 UTC 2017


    Date: Monday, February 13, 2017 @ 17:48:05
  Author: lcarlier
Revision: 288887

upgpkg: xorg-server 1.19.1-4

add missing libpciaccess dependency (FS#52949)

Modified:
  xorg-server/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-02-13 17:47:15 UTC (rev 288886)
+++ PKGBUILD	2017-02-13 17:48:05 UTC (rev 288887)
@@ -5,7 +5,7 @@
 pkgbase=xorg-server
 pkgname=('xorg-server' 'xorg-server-xephyr' 'xorg-server-xdmx' 'xorg-server-xvfb' 'xorg-server-xnest' 'xorg-server-xwayland' 'xorg-server-common' 'xorg-server-devel')
 pkgver=1.19.1
-pkgrel=3
+pkgrel=4
 arch=('i686' 'x86_64')
 license=('custom')
 groups=('xorg')
@@ -110,7 +110,7 @@
 
 package_xorg-server() {
   pkgdesc="Xorg X server"
-  depends=(libepoxy libxfont2 pixman xorg-server-common libunwind dbus libgl xf86-input-libinput)
+  depends=(libepoxy libpciaccess libxfont2 pixman xorg-server-common libunwind dbus libgl xf86-input-libinput)
 
   # see xorg-server-*/hw/xfree86/common/xf86Module.h for ABI versions - we provide major numbers that drivers can depend on
   # and /usr/lib/pkgconfig/xorg-server.pc in xorg-server-devel pkg



More information about the arch-commits mailing list