Date: Monday, March 5, 2018 @ 20:53:58 Author: heftig Revision: 317849
2.42.3-1 Modified: librsvg/trunk/PKGBUILD ----------+ PKGBUILD | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2018-03-05 20:09:53 UTC (rev 317848) +++ PKGBUILD 2018-03-05 20:53:58 UTC (rev 317849) @@ -2,7 +2,7 @@ # Maintainer: Jan de Groot <[email protected]> pkgname=librsvg -pkgver=2.42.2 +pkgver=2.42.3 pkgrel=1 epoch=2 pkgdesc="SVG rendering library" @@ -11,7 +11,7 @@ license=(LGPL) depends=(gdk-pixbuf2 pango libcroco) makedepends=(intltool gobject-introspection vala python2 gtk-doc git rust) -_commit=193ce0426d73d7956b9258e85e3634bf5b67ecea # tags/2.42.2^0 +_commit=ca640d1185745665c61689b71c627e1d020a80b7 # tags/2.42.3^0 source=("git+https://gitlab.gnome.org/GNOME/librsvg.git#commit=$_commit") sha256sums=('SKIP') @@ -34,9 +34,7 @@ check() { cd $pkgname - # Reftests fail due to differences in text rendering - # Even with the fixated font on master there are still differences on i686 - make check || : + make check } package() {
