Date: Sunday, October 31, 2021 @ 15:37:39
  Author: andyrtr
Revision: 426865

upgpkg: xorg-xwayland 21.1.2.901-1: update to release candidate for Xwayland 
21.1.3 a fix for the GBM backend to work with the

Modified:
  xorg-xwayland/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2021-10-31 15:05:36 UTC (rev 426864)
+++ PKGBUILD    2021-10-31 15:37:39 UTC (rev 426865)
@@ -1,7 +1,7 @@
 # Maintainer: AndyRTR <[email protected]>
 
 pkgname=xorg-xwayland
-pkgver=21.1.2
+pkgver=21.1.2.901
 pkgrel=1
 arch=('x86_64')
 license=('custom')
@@ -9,7 +9,7 @@
 url="https://xorg.freedesktop.org";
 pkgdesc="run X clients under wayland"
 depends=('nettle' 'libepoxy' 'systemd-libs' 'libxfont2' 
-         'pixman' 'xorg-server-common')
+         'pixman' 'xorg-server-common' 'libxcvt')
 makedepends=('meson' 'xorgproto' 'xtrans' 'libxkbfile' 'dbus'
              'xorg-font-util'
              'wayland' 'wayland-protocols'
@@ -18,12 +18,13 @@
              'egl-wayland'
 )
 
source=(https://xorg.freedesktop.org/archive/individual/xserver/xwayland-$pkgver.tar.xz{,.sig})
-sha512sums=('3bd595a563cbc44b49a00c85adabdbcddf02fd55c6500ed2711557c156f10cd273af93f7b232865141ad27392a85583e40268bcedad183ad9eeefba457cef6c6'
+sha512sums=('94ffb4f1d107db7c78aa01048ccc984882cd290bc67c8dc6d83ee158c65d8ad58974b71881136301b1b43077abe0aeb6b37780a5c69edf502ca714b8b8d75b1c'
             'SKIP')
 provides=('xorg-server-xwayland')
 conflicts=('xorg-server-xwayland')
 replaces=('xorg-server-xwayland')
-validpgpkeys=('B09FAF35BE914521980951145A81AF8E6ADBB200') # "Michel Daenzer 
<[email protected]>"
+#validpgpkeys=('B09FAF35BE914521980951145A81AF8E6ADBB200') # "Michel Daenzer 
<[email protected]>"
+validpgpkeys=('67DC86F2623FC5FD4BB5225D14706DBE1E4B4540') # "Olivier Fourdan 
<[email protected]>"
 
 build() {
   arch-meson xwayland-$pkgver build \

Reply via email to