From 2806beef4236f03c53f35efaafcfbcede1cab8db Mon Sep 17 00:00:00 2001 From: EnumDev Date: Sun, 1 Feb 2026 10:03:16 +0200 Subject: [PATCH] Update package version to 1.3.7 --- pkg.info | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) diff --git a/pkg.info b/pkg.info index 975d38e..1cca197 100644 --- a/pkg.info +++ b/pkg.info @@ -1,9 +1,16 @@ name: libxext description: X11 miscellaneous extensions library -version: 1.3.6 +version: 1.3.7 +revision: 1 url: https://gitlab.freedesktop.org/xorg/lib/libxext license: LicenseRef-libxext +maintainers: + - enumdev@enumerated.dev architecture: any -depends: ["glibc","libx11","xorgproto"] -make_depends: ["xorg-util-macros"] type: source +depends: + - glibc + - libx11 + - xorgproto +make_depends: + - xorg-util-macros