Date: Tuesday, October 8, 2019 @ 10:04:45 Author: heftig Revision: 364140
2.46.1-1 Modified: librsvg/trunk/PKGBUILD ----------+ PKGBUILD | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2019-10-08 09:31:50 UTC (rev 364139) +++ PKGBUILD 2019-10-08 10:04:45 UTC (rev 364140) @@ -1,7 +1,7 @@ # Maintainer: Jan de Groot <[email protected]> pkgname=librsvg -pkgver=2.46.0 +pkgver=2.46.1 pkgrel=1 epoch=2 pkgdesc="SVG rendering library" @@ -10,7 +10,7 @@ license=(LGPL) depends=(gdk-pixbuf2 pango libcroco) makedepends=(gobject-introspection vala gtk-doc git rust) -_commit=b4aa8d277d30f4042797dc8b64c073b10f8bac4b # tags/2.46.0^0 +_commit=7ee553d5f99ceb741d4e1751e39fef345107b4f4 # librsvg-2.46 source=("git+https://gitlab.gnome.org/GNOME/librsvg.git#commit=$_commit") sha256sums=('SKIP') @@ -22,8 +22,8 @@ prepare() { cd $pkgname - # Fix build with gtk-doc 1.30 - sed -i '/tree_index/d' doc/rsvg-docs.xml + # Fixup missing tag + git tag -f 2.46.1 7ee553d5f99ceb741d4e1751e39fef345107b4f4 NOCONFIGURE=1 ./autogen.sh }
