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

Johannes Löthberg demize at archlinux.org
Fri Mar 3 21:20:16 UTC 2017


    Date: Friday, March 3, 2017 @ 21:20:15
  Author: demize
Revision: 214715

Remove duplicate ninja makedep

Modified:
  rust/trunk/PKGBUILD

----------+
 PKGBUILD |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-03-03 21:09:22 UTC (rev 214714)
+++ PKGBUILD	2017-03-03 21:20:15 UTC (rev 214715)
@@ -12,7 +12,7 @@
 url='https://www.rust-lang.org/'
 groups=('rust')
 license=('MIT' 'Apache')
-makedepends=('libffi' 'perl' 'python2' 'curl' 'llvm' 'ninja' 'cmake' 'ninja' 'jemalloc')
+makedepends=('libffi' 'perl' 'python2' 'curl' 'llvm' 'cmake' 'ninja' 'jemalloc')
 source=("https://static.rust-lang.org/dist/rustc-$pkgver-src.tar.gz"{,.asc})
 sha256sums=('2e7daad418a830b45b977cd7ecf181b65f30f73df63ff36e124ea5fe5d1af327'
             'SKIP')



More information about the arch-commits mailing list