diff options
author | pingplug | 2018-07-20 09:31:23 +0800 |
---|---|---|
committer | pingplug | 2018-07-20 09:31:23 +0800 |
commit | 5bc0a49ef15d60551d335be2d1bb80265f61ff9b (patch) | |
tree | db857b00948dbde0c85b519cef65aee589370b65 | |
parent | b5228a4e5ffb529dad857efb84374eb1d30aa82e (diff) | |
download | aur-5bc0a49ef15d60551d335be2d1bb80265f61ff9b.tar.gz |
Updated to 1.42.2
-rw-r--r-- | .SRCINFO | 6 | ||||
-rw-r--r-- | PKGBUILD | 8 |
2 files changed, 7 insertions, 7 deletions
@@ -1,7 +1,7 @@ pkgbase = mingw-w64-pango pkgdesc = A library for layout and rendering of text (mingw-w64) - pkgver = 1.42.1+4+g5d46e21d - pkgrel = 3 + pkgver = 1.42.2 + pkgrel = 1 url = http://www.pango.org arch = any license = LGPL @@ -19,7 +19,7 @@ pkgbase = mingw-w64-pango options = !strip options = staticlibs options = !buildflags - source = git+https://gitlab.gnome.org/GNOME/pango.git#commit=5d46e21df66a11233186ddf27ca8c70149307871 + source = git+https://gitlab.gnome.org/GNOME/pango.git#commit=a03d16a850253eae321be4bd2d134a9c6a1ed6ce sha256sums = SKIP pkgname = mingw-w64-pango @@ -1,12 +1,12 @@ # Maintainer: pingplug <pingplug@foxmail.com> # Contributor: Schala Zeal <schalaalexiazeal@gmail.com> -_commit=5d46e21df66a11233186ddf27ca8c70149307871 # after a bug fix +_commit=a03d16a850253eae321be4bd2d134a9c6a1ed6ce # tags/1.42.2^0 _architectures="i686-w64-mingw32 x86_64-w64-mingw32" pkgname=mingw-w64-pango -pkgver=1.42.1+4+g5d46e21d -pkgrel=3 +pkgver=1.42.2 +pkgrel=1 pkgdesc="A library for layout and rendering of text (mingw-w64)" arch=('any') url="http://www.pango.org" @@ -35,7 +35,7 @@ prepare() { cd "${srcdir}/pango" # disable help2man when cross building - sed -i "s/^if help2man.found()/if help2man.found() and not meson.is_cross_build()/g" pango-view/meson.build + sed -i "s/^if help2man.found()/if help2man.found() and not meson.is_cross_build()/g" utils/meson.build } build() { |