pango: update to 1.50.3

This commit is contained in:
Biswapriyo Nath
2021-12-27 01:25:39 +05:30
committed by GitHub
parent 5af58dff7c
commit ba63b390cc

View File

@@ -4,7 +4,7 @@
_realname=pango
pkgbase=mingw-w64-${_realname}
pkgname="${MINGW_PACKAGE_PREFIX}-${_realname}"
pkgver=1.50.2
pkgver=1.50.3
pkgrel=1
pkgdesc="A library for layout and rendering of text (mingw-w64)"
arch=('any')
@@ -25,7 +25,7 @@ depends=("${MINGW_PACKAGE_PREFIX}-gcc-libs"
"${MINGW_PACKAGE_PREFIX}-libthai")
options=('staticlibs' 'strip' 'emptydirs')
source=("https://download.gnome.org/sources/pango/${pkgver:0:4}/${_realname}-${pkgver}.tar.xz")
sha256sums=('5de9b7ebeaac20b0ea3a194d69b5381bc5589570da596746acb699a3eb62b3de')
sha256sums=('4add05edf51c1fb375a1ccde7498914120e23cb280dd7395b1aeb441f1838a4c')
prepare() {
cd "${srcdir}/${_realname}-${pkgver}"