Date: Thursday, November 16, 2017 @ 06:05:28 Author: heftig Revision: 310030
1.40.14-1 Modified: pango/trunk/PKGBUILD ----------+ PKGBUILD | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2017-11-15 23:02:55 UTC (rev 310029) +++ PKGBUILD 2017-11-16 06:05:28 UTC (rev 310030) @@ -2,8 +2,8 @@ # Maintainer: Jan de Groot <[email protected]> pkgname=pango -pkgver=1.40.13 -pkgrel=2 +pkgver=1.40.14 +pkgrel=1 pkgdesc="A library for layout and rendering of text" url="https://www.pango.org/" arch=(x86_64) @@ -11,7 +11,7 @@ depends=(libthai cairo libxft harfbuzz) makedepends=(harfbuzz fontconfig cairo libxft libthai gobject-introspection help2man gtk-doc git meson) checkdepends=(ttf-dejavu cantarell-fonts) -_commit=377b6e7e853a05715e1a53f0739042eb23418da7 # tags/1.40.13^0 +_commit=cd26b69cf0d45e30cb8c08ca5aa32ed0c83e6605 # tags/1.40.14^0 source=("git+https://git.gnome.org/browse/pango#commit=$_commit") sha256sums=('SKIP') @@ -23,9 +23,6 @@ prepare() { mkdir build cd $pkgname - - # https://bugzilla.gnome.org/show_bug.cgi?id=789625 - git revert -n c4619480e536e393e2d4a8e26a6ceb5af1fe80e3 } build() {
