[arch-commits] Commit in librsvg/trunk (PKGBUILD)

Jan Steffens heftig at archlinux.org
Fri Feb 15 23:49:42 UTC 2019


    Date: Friday, February 15, 2019 @ 23:49:41
  Author: heftig
Revision: 346350

2.44.13-1

Modified:
  librsvg/trunk/PKGBUILD

----------+
 PKGBUILD |   10 +++++++---
 1 file changed, 7 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-02-15 22:43:26 UTC (rev 346349)
+++ PKGBUILD	2019-02-15 23:49:41 UTC (rev 346350)
@@ -1,7 +1,7 @@
 # Maintainer: Jan de Groot <jgc at archlinux.org>
 
 pkgname=librsvg
-pkgver=2.44.12
+pkgver=2.44.13
 pkgrel=1
 epoch=2
 pkgdesc="SVG rendering library"
@@ -9,8 +9,8 @@
 arch=(x86_64)
 license=(LGPL)
 depends=(gdk-pixbuf2 pango libcroco)
-makedepends=(intltool gobject-introspection vala python2 gtk-doc git rust)
-_commit=6a0f7835bdd10e3106cd81fb6426e29ddde60eee  # tags/2.44.12^0
+makedepends=(intltool gobject-introspection vala python2 gtk-doc git rustup)
+_commit=031f747fbf0366d5b007f22fb27b63560e29d0cd  # tags/2.44.13^0
 source=("git+https://gitlab.gnome.org/GNOME/librsvg.git#commit=$_commit")
 sha256sums=('SKIP')
 
@@ -21,6 +21,10 @@
 
 prepare() {
   cd $pkgname
+
+  # system rust segfaults...
+  rustup default stable
+
   NOCONFIGURE=1 ./autogen.sh
 }
 



More information about the arch-commits mailing list