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

Andreas Radke andyrtr at gemini.archlinux.org
Fri Feb 18 18:30:09 UTC 2022


    Date: Friday, February 18, 2022 @ 18:30:09
  Author: andyrtr
Revision: 437697

upgpkg: xorg-server 21.1.3-3: fix xvfb-run does not accept --auth-file - FS#73865

Modified:
  xorg-server/trunk/PKGBUILD
  xorg-server/trunk/xvfb-run

----------+
 PKGBUILD |    4 ++--
 xvfb-run |    2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-02-18 18:29:34 UTC (rev 437696)
+++ PKGBUILD	2022-02-18 18:30:09 UTC (rev 437697)
@@ -5,7 +5,7 @@
 pkgname=('xorg-server' 'xorg-server-xephyr' 'xorg-server-xvfb' 'xorg-server-xnest'
          'xorg-server-common' 'xorg-server-devel')
 pkgver=21.1.3
-pkgrel=2
+pkgrel=3
 arch=('x86_64')
 license=('custom')
 groups=('xorg')
@@ -24,7 +24,7 @@
 validpgpkeys=('FD0004A26EADFE43A4C3F249C6F7AE200374452D') # Povilas Kanapickas <povilas at radix.lt>
 sha512sums=('cf5fed023eadda62ae732f8c4d427c272ebe005188341290f3d03147042c103b00cbb94d86a0256da815fb9b9a3da315c21a05ee0c926c1a2ff0c54ab0c0638b'
             'SKIP'
-            '4154dd55702b98083b26077bf70c60aa957b4795dbf831bcc4c78b3cb44efe214f0cf8e3c140729c829b5f24e7466a24615ab8dbcce0ac6ebee3229531091514'
+            '87c79b4a928e74463f96f58d277558783eac9b8ea6ba00d6bbbb67ad84c4d65b3792d960ea2a70089ae18162e82ae572a49ad36df169c974cc99dbaa51f63eb2'
             'de5e2cb3c6825e6cf1f07ca0d52423e17f34d70ec7935e9dd24be5fb9883bf1e03b50ff584931bd3b41095c510ab2aa44d2573fd5feaebdcb59363b65607ff22'
             'bc3b955072f320ae72a771bebecbcf56637cd0448c3afa28149fcd9e0de3700e9fba1fec21fe283be77e1236e317e385f6970eb59df54d3181324c229c8309d7')
 

Modified: xvfb-run
===================================================================
--- xvfb-run	2022-02-18 18:29:34 UTC (rev 437696)
+++ xvfb-run	2022-02-18 18:30:09 UTC (rev 437697)
@@ -101,7 +101,7 @@
 
 # Parse the command line.
 ARGS=$(getopt --options +ade:f:hn:lp:s:w: \
-       --long auto-servernum,auto-display,error-file:auth-file:,help,server-num:,listen-tcp,xauth-protocol:,server-args:,wait: \
+       --long auto-servernum,auto-display,error-file:,auth-file:,help,server-num:,listen-tcp,xauth-protocol:,server-args:,wait: \
        --name "$PROGNAME" -- "$@")
 GETOPT_STATUS=$?
 



More information about the arch-commits mailing list