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

Brett Cornwall ainola at gemini.archlinux.org
Wed Sep 15 05:27:15 UTC 2021


    Date: Wednesday, September 15, 2021 @ 05:27:15
  Author: ainola
Revision: 1015040

update dep from libseat to libseat.so

Modified:
  wlroots/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-09-15 05:27:01 UTC (rev 1015039)
+++ PKGBUILD	2021-09-15 05:27:15 UTC (rev 1015040)
@@ -4,7 +4,7 @@
 
 pkgname=wlroots
 pkgver=0.14.1
-pkgrel=1
+pkgrel=2
 license=('MIT')
 pkgdesc='Modular Wayland compositor library'
 url='https://github.com/swaywm/wlroots'
@@ -11,7 +11,7 @@
 arch=('x86_64')
 depends=(
     'libinput'
-    'libseat'
+    'libseat.so'
     'libxkbcommon'
     'opengl-driver'
     'pixman'



More information about the arch-commits mailing list