Date: Saturday, October 8, 2022 @ 16:09:49 Author: seblu Revision: 1324378
upgpkg: weston 11.0.0-1 Modified: weston/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2022-10-08 15:56:22 UTC (rev 1324377) +++ PKGBUILD 2022-10-08 16:09:49 UTC (rev 1324378) @@ -2,7 +2,7 @@ # Contributor: Joel Teichroeb <[email protected]> pkgname=weston -pkgver=10.0.2 +pkgver=11.0.0 pkgrel=1 pkgdesc='Reference implementation of a Wayland compositor' arch=('x86_64') @@ -11,7 +11,7 @@ depends=('glibc' 'wayland' 'libxkbcommon' 'libinput' 'libunwind' 'pixman' 'libdrm' 'pam' 'systemd-libs' 'cairo' 'libpng' 'libjpeg-turbo' 'libwebp' 'mesa' 'libegl' 'libgles' 'glib2' 'pango' 'lcms2' 'mtdev' 'libx11' - 'libxcb' 'dbus' 'libva' 'libxcursor' 'colord' 'pipewire') + 'libxcb' 'dbus' 'libva' 'libxcursor' 'colord' 'pipewire' 'seatd') makedepends=('wayland-protocols' 'meson' 'ninja' 'freerdp') optdepends=('freerdp: support rdp backend') options=(!lto) @@ -19,7 +19,7 @@ 'C7223EBE4EF66513B892598911A30156E0E67611' # Bryce Harrington 'C0066D7DB8E9AC6844D728715E54498E697F11D7') # Derek Foreman source=("https://gitlab.freedesktop.org/wayland/weston/-/releases/$pkgver/downloads/weston-$pkgver.tar.xz"{,.sig}) -sha256sums=('89646ca0d9f8d413c2767e5c3828eaa3fa149c2a105b3729a6894fa7cf1549e7' +sha256sums=('a6138d4dc9554560ac304312df456019f4be025ec79130f05fb5f2e41c091e1d' 'SKIP') prepare() {
