[arch-commits] Commit in librsvg/trunk (PKGBUILD)
Jan Steffens
heftig at archlinux.org
Fri Mar 15 22:48:58 UTC 2019
Date: Friday, March 15, 2019 @ 22:48:58
Author: heftig
Revision: 348433
revert rustup change
Modified:
librsvg/trunk/PKGBUILD
----------+
PKGBUILD | 6 +-----
1 file changed, 1 insertion(+), 5 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2019-03-15 22:46:50 UTC (rev 348432)
+++ PKGBUILD 2019-03-15 22:48:58 UTC (rev 348433)
@@ -9,7 +9,7 @@
arch=(x86_64)
license=(LGPL)
depends=(gdk-pixbuf2 pango libcroco)
-makedepends=(intltool gobject-introspection vala python2 gtk-doc git rustup)
+makedepends=(gobject-introspection vala python2 gtk-doc git rust)
_commit=031f747fbf0366d5b007f22fb27b63560e29d0cd # tags/2.44.13^0
source=("git+https://gitlab.gnome.org/GNOME/librsvg.git#commit=$_commit")
sha256sums=('SKIP')
@@ -21,10 +21,6 @@
prepare() {
cd $pkgname
-
- # system rust segfaults...
- rustup default stable
-
NOCONFIGURE=1 ./autogen.sh
}
More information about the arch-commits
mailing list