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

Brett Cornwall ainola at gemini.archlinux.org
Mon Feb 7 02:51:09 UTC 2022


    Date: Monday, February 7, 2022 @ 02:51:00
  Author: ainola
Revision: 1127400

Enable debug

Modified:
  wlroots/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-02-07 02:40:04 UTC (rev 1127399)
+++ PKGBUILD	2022-02-07 02:51:00 UTC (rev 1127400)
@@ -4,7 +4,7 @@
 
 pkgname=wlroots
 pkgver=0.15.1
-pkgrel=1
+pkgrel=2
 license=('MIT')
 pkgdesc='Modular Wayland compositor library'
 url='https://gitlab.freedesktop.org/wlroots/wlroots'
@@ -39,6 +39,9 @@
 provides=(
     'libwlroots.so'
 )
+options=(
+    'debug'
+)
 source=(
     "$pkgname-$pkgver.tar.gz::https://gitlab.freedesktop.org/wlroots/wlroots/-/releases/$pkgver/downloads/wlroots-$pkgver.tar.gz"
     "https://gitlab.freedesktop.org/wlroots/wlroots/-/releases/$pkgver/downloads/wlroots-$pkgver.tar.gz.sig"



More information about the arch-commits mailing list