Date: Saturday, September 11, 2021 @ 22:15:06 Author: heftig Revision: 1014372
1.48.10-1 Modified: lib32-pango/trunk/PKGBUILD ----------+ PKGBUILD | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2021-09-11 21:36:13 UTC (rev 1014371) +++ PKGBUILD 2021-09-11 22:15:06 UTC (rev 1014372) @@ -4,8 +4,8 @@ # Contributor: Mikko Seppälä <[email protected]> pkgname=lib32-pango -pkgver=1.48.9 -pkgrel=2 +pkgver=1.48.10 +pkgrel=1 epoch=1 pkgdesc="A library for layout and rendering of text (32-bit)" url="https://www.pango.org/" @@ -15,7 +15,7 @@ makedepends=(git meson) checkdepends=(ttf-dejavu cantarell-fonts noto-fonts noto-fonts-emoji) provides=(libpango{,cairo,ft2,xft}-1.0.so) -_commit=c704c8b7e096dd3d3fd684463ef0e7860c2c2db3 # tags/1.48.9^0 +_commit=dc5bde2a20cbb025c9d0ed29ed687740a4d027da # tags/1.48.10^0 source=("git+https://gitlab.gnome.org/GNOME/pango.git#commit=$_commit") sha256sums=('SKIP') @@ -26,9 +26,6 @@ prepare() { cd pango - - # https://gitlab.gnome.org/GNOME/pango/-/issues/599 - git cherry-pick -n b823774b132e1cddd6e4a8a423761c5c15375753 } build() {
