Date: Tuesday, April 17, 2018 @ 23:42:21
  Author: seblu
Revision: 316842

upgpkg: weston 4.0.0-1

Modified:
  weston/trunk/PKGBUILD

----------+
 PKGBUILD |   13 +++++++------
 1 file changed, 7 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2018-04-17 23:21:25 UTC (rev 316841)
+++ PKGBUILD    2018-04-17 23:42:21 UTC (rev 316842)
@@ -3,8 +3,8 @@
 # Contributor: Joel Teichroeb <j...@teichroeb.net>
 
 pkgname=weston
-pkgver=3.0.0
-pkgrel=2
+pkgver=4.0.0
+pkgrel=1
 pkgdesc='Reference implementation of a Wayland compositor'
 arch=('x86_64')
 url='https://wayland.freedesktop.org/'
@@ -14,17 +14,16 @@
          'mesa' 'libegl' 'libgles' 'glib2' 'pango' 'lcms2' 'mtdev' 'libx11'
          'libxcb' 'dbus' 'libva' 'libxcursor' 'colord')
 makedepends=('wayland-protocols')
-validpgpkeys=('C7223EBE4EF66513B892598911A30156E0E67611') # Bryce Harrington
+validpgpkeys=('C7223EBE4EF66513B892598911A30156E0E67611' # Bryce Harrington
+              'C0066D7DB8E9AC6844D728715E54498E697F11D7') # Derek Foreman
 
source=("https://wayland.freedesktop.org/releases/$pkgname-$pkgver.tar.xz"{,.sig})
-sha1sums=('0a75c2ee10f2453a073411157bb6ed029080669f'
-          'SKIP')
 
+
 build() {
   cd $pkgname-$pkgver
   ./configure \
     --prefix=/usr \
     --libexecdir=/usr/lib/weston \
-    --enable-libinput-backend \
     --enable-systemd-login \
     --enable-systemd-notify \
     --enable-xwayland \
@@ -40,3 +39,5 @@
 }
 
 # vim:set ts=2 sw=2 et:
+md5sums=('33709aa4d5916f89643fca0fc0064b39'
+         'SKIP')

Reply via email to