[arch-commits] Commit in wlroots/trunk (PKGBUILD)

Brett Cornwall ainola at archlinux.org
Mon Jan 6 18:54:53 UTC 2020


    Date: Monday, January 6, 2020 @ 18:54:52
  Author: ainola
Revision: 549774

upgpkg: wlroots 0.9.1-1

Modified:
  wlroots/trunk/PKGBUILD

----------+
 PKGBUILD |    7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-01-06 18:39:10 UTC (rev 549773)
+++ PKGBUILD	2020-01-06 18:54:52 UTC (rev 549774)
@@ -2,7 +2,7 @@
 # Contributor: Omar Pakker
 
 pkgname=wlroots
-pkgver=0.9.0
+pkgver=0.9.1
 pkgrel=1
 license=('MIT')
 pkgdesc='Modular Wayland compositor library'
@@ -19,11 +19,14 @@
     'xcb-util-wm'
 )
 makedepends=('meson' 'ninja' 'wayland-protocols')
+provides=(
+    'libwlroots.so'
+)
 source=(
     "$pkgname-$pkgver.tar.gz::https://github.com/swaywm/wlroots/archive/$pkgver.tar.gz"
     "https://github.com/swaywm/wlroots/releases/download/$pkgver/wlroots-$pkgver.tar.gz.sig"
 )
-sha256sums=('334220a1d550dc5b20d28fb7b27b9b7c23f9c6d5ef5ad82c67ef127458ce2790'
+sha256sums=('2ddd8371b8cf847b6a9b20628512474b1405171393e6ec8a071e46afc73ca2e7'
             'SKIP')
 validpgpkeys=('9DDA3B9FA5D58DD5392C78E652CB6609B22DA89A') # Drew DeVault
 



More information about the arch-commits mailing list