From c41d86f46281094e7d2933bd236dd925e107bbfb Mon Sep 17 00:00:00 2001 From: EnumDev Date: Mon, 20 Apr 2026 12:19:15 +0300 Subject: [PATCH] Update package version to 0.6.26 --- pkg.info | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/pkg.info b/pkg.info index 8bbed9e..424b2e6 100644 --- a/pkg.info +++ b/pkg.info @@ -1,8 +1,12 @@ name: libexif description: A library for parsing, editing, and saving EXIF data -version: 0.6.25 +version: 0.6.26 +revision: 1 url: https://github.com/libexif/libexif license: LGPL2.1-or-later +maintainers: + - enumdev@enumerated.dev architecture: any -depends: ["glibc"] type: source +depends: + - glibc