Date: Monday, May 7, 2018 @ 20:27:58 Author: heftig Revision: 323453 2.42.4-1
Modified: librsvg/trunk/PKGBUILD ----------+ PKGBUILD | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2018-05-07 20:24:18 UTC (rev 323452) +++ PKGBUILD 2018-05-07 20:27:58 UTC (rev 323453) @@ -2,7 +2,7 @@ # Maintainer: Jan de Groot <[email protected]> pkgname=librsvg -pkgver=2.42.3 +pkgver=2.42.4 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=ca640d1185745665c61689b71c627e1d020a80b7 # tags/2.42.3^0 +_commit=46ffa7d6f9b41e989cde8f0d0b6cc645f985582d # tags/2.42.4^0 source=("git+https://gitlab.gnome.org/GNOME/librsvg.git#commit=$_commit") sha256sums=('SKIP') @@ -41,3 +41,5 @@ cd $pkgname make DESTDIR="$pkgdir" install } + +# vim: ts=2 sw=2 et:
