[arch-commits] Commit in xorg-xinit/trunk (PKGBUILD)
Andreas Radke
andyrtr at archlinux.org
Fri Apr 1 16:24:46 UTC 2016
Date: Friday, April 1, 2016 @ 18:24:46
Author: andyrtr
Revision: 263726
upgpkg: xorg-xinit 1.3.4-4
add missing deps: xorg-xrdb xorg-xmodmap; FS#48131
Modified:
xorg-xinit/trunk/PKGBUILD
----------+
PKGBUILD | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2016-04-01 15:53:15 UTC (rev 263725)
+++ PKGBUILD 2016-04-01 16:24:46 UTC (rev 263726)
@@ -4,12 +4,12 @@
pkgname=xorg-xinit
pkgver=1.3.4
-pkgrel=3
+pkgrel=4
pkgdesc="X.Org initialisation program "
arch=('i686' 'x86_64')
license=('custom')
url="http://xorg.freedesktop.org/"
-depends=('libx11' 'xorg-xauth' 'inetutils')
+depends=('libx11' 'xorg-xauth' 'xorg-xrdb' 'xorg-xmodmap' 'inetutils')
makedepends=('xorg-util-macros')
optdepends=('xorg-twm' 'xterm')
backup=('etc/X11/xinit/xserverrc'
More information about the arch-commits
mailing list