libpeas2: update to 2.0.7

This commit is contained in:
Biswapriyo Nath 2025-03-16 06:31:33 +00:00
parent 780d93dee6
commit cecb67359e

View File

@ -7,12 +7,13 @@ pkgname=(
"${MINGW_PACKAGE_PREFIX}-${_versionedname}"
"${MINGW_PACKAGE_PREFIX}-${_versionedname}-docs"
)
pkgver=2.0.5
pkgrel=2
pkgver=2.0.7
pkgrel=1
pkgdesc="A GObject-based plugins engine (mingw-w64)"
arch=('any')
mingw_arch=('mingw64' 'ucrt64' 'clang64' 'clangarm64')
url="https://gitlab.gnome.org/GNOME/libpeas"
url='https://gnome.pages.gitlab.gnome.org/libpeas/libpeas-2/'
msys2_repository_url='https://gitlab.gnome.org/GNOME/libpeas'
msys2_references=(
'archlinux: libpeas-2'
"cpe: cpe:/a:gnome:libpeas"
@ -34,7 +35,7 @@ optdepends=(
)
source=(https://download.gnome.org/sources/${_realname}/${pkgver:0:3}/${_realname}-${pkgver}.tar.xz
fix-build.patch)
sha256sums=('376f2f73d731b54e13ddbab1d91b6382cf6a980524def44df62add15489de6dd'
sha256sums=('1e9a9d69761d2109eff5b7c11d8c96b4867ccfaca2b921eded49401192769ec9'
'cd331d2abd26783775587cf018fce8c728a2affae291ff67f1c6963ddd8d453b')
prepare() {