From 9d926833d156e45a99871a33167f2a55164c40b4 Mon Sep 17 00:00:00 2001 From: EnumDev Date: Thu, 16 Oct 2025 20:54:04 +0300 Subject: [PATCH] Update dependencies --- pkg.info | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/pkg.info b/pkg.info index 0f7aa25..66332fd 100644 --- a/pkg.info +++ b/pkg.info @@ -1,10 +1,16 @@ name: xfce4-terminal description: A lightweight and easy to use terminal emulator made for the Xfce desktop environment version: 1.1.5 -revision: 2 +revision: 3 url: https://docs.xfce.org/apps/terminal/start license: GPL2-or-later architecture: any -depends: ["gtk-layer-shell","hicolor-icon-theme","libxfce4ui","vte"] -make_depends: ["glib","meson"] type: source +depends: + - gtk-layer-shell + - hicolor-icon-theme + - libxfce4ui + - vte-gtk3 +make_depends: + - glib + - meson