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

Johannes Löthberg demize at archlinux.org
Tue Jan 23 22:07:18 UTC 2018


    Date: Tuesday, January 23, 2018 @ 22:07:16
  Author: demize
Revision: 286114

Remove rustfmt

Bundled version is out of date and supposely buggy, causing ff nightly breakages.

Modified:
  rust/trunk/PKGBUILD

----------+
 PKGBUILD |    5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-01-23 21:00:11 UTC (rev 286113)
+++ PKGBUILD	2018-01-23 22:07:16 UTC (rev 286114)
@@ -7,7 +7,7 @@
 pkgname=('rust' 'rust-docs')
 epoch=1
 pkgver=1.23.0
-pkgrel=2
+pkgrel=3
 
 pkgdesc='Systems programming language focused on safety, speed and concurrency'
 url='https://www.rust-lang.org/'
@@ -60,6 +60,9 @@
 
   # move docs out of the way
   mv "$pkgdir/usr/share/doc" "$srcdir/"
+
+  # The version distributed with rust is old and buggy, and ends up breaking other builds.
+  rm "$pkgdir"/usr/bin/rustfmt
 }
 
 package_rust-docs() {



More information about the arch-commits mailing list