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: