gedit-plugins: update to 48.1

This commit is contained in:
Biswapriyo Nath 2024-12-09 06:42:16 +00:00
parent 15553466a3
commit 9b43f74dd6

View File

@ -3,8 +3,8 @@
_realname=gedit-plugins
pkgbase=mingw-w64-${_realname}
pkgname="${MINGW_PACKAGE_PREFIX}-${_realname}"
pkgver=48.0
pkgrel=2
pkgver=48.1
pkgrel=1
pkgdesc="Collection of plugins for the gedit Text Editor (mingw-w64)"
arch=('any')
mingw_arch=('mingw64' 'ucrt64' 'clang64' 'clangarm64')
@ -34,7 +34,7 @@ makedepends=(
"${MINGW_PACKAGE_PREFIX}-yelp-tools"
)
source=("https://download.gnome.org/sources/${_realname}/${pkgver%.*}/${_realname}-${pkgver}.tar.xz")
sha256sums=('75fb90e219d46c332b071262ca6fa1cb597b31de97db80c1879d851cf645eb98')
sha256sums=('9026bfe71a678f8c47f46316837437e7b357918fd6c3d4d65be27fc95b710e1c')
build() {
mkdir -p "${srcdir}/build-${MSYSTEM}" && cd "${srcdir}/build-${MSYSTEM}"