From 99cd254663591f772757cfc7040ccefba183a3d3 Mon Sep 17 00:00:00 2001 From: Yingjie Wang Date: Sat, 17 Jan 2026 06:25:30 -0500 Subject: [PATCH] fix dev-libs/gobject-introspection-1.84.0: basever --- dev-libs/gobject-introspection-1.84.0.PKGBUILD | 3 +++ 1 file changed, 3 insertions(+) diff --git a/dev-libs/gobject-introspection-1.84.0.PKGBUILD b/dev-libs/gobject-introspection-1.84.0.PKGBUILD index f4ed849..66b9b7f 100644 --- a/dev-libs/gobject-introspection-1.84.0.PKGBUILD +++ b/dev-libs/gobject-introspection-1.84.0.PKGBUILD @@ -1,5 +1,6 @@ pkgname=gobject-introspection pkgver=1.84.0 +_basever=${pkgver%.*} pkgdesc="Introspection system for GObject-based libraries" url="https://wiki.gnome.org/Projects/GObjectIntrospection" arch=(x86_64) @@ -33,3 +34,5 @@ src_install() { python -m compileall -d /usr/lib/${pkgname} usr/lib/${pkgname} python -O -m compileall -d /usr/lib/${pkgname} usr/lib/${pkgname} } + +# vim:ft=sh syn=sh et sw=2: