From fd8047cb3eb0dded5fe6a35fb9fe7115aa6a75ab Mon Sep 17 00:00:00 2001 From: EnumDev Date: Mon, 1 Jun 2026 14:42:45 +0300 Subject: [PATCH] Update package version to 1.2.7 --- pkg.info | 14 +++++++++++--- 1 file changed, 11 insertions(+), 3 deletions(-) diff --git a/pkg.info b/pkg.info index 0f426ba..cee3df3 100644 --- a/pkg.info +++ b/pkg.info @@ -1,9 +1,17 @@ name: xorg-xev description: Print contents of X events -version: 1.2.6 +version: 1.2.7 +revision: 1 url: https://gitlab.freedesktop.org/xorg/app/xev license: MIT +maintainers: + - enumdev@enumerated.dev architecture: any -depends: ["glibc","libx11","libxrandr"] -make_depends: ["xorg-util-macros","xorgproto"] type: source +depends: + - glibc + - libx11 + - libxrandr +make_depends: + - xorg-util-macros + - xorgproto