[arch-commits] Commit in cargo/trunk (PKGBUILD)
Johannes Löthberg
demize at archlinux.org
Mon Mar 20 21:30:33 UTC 2017
Date: Monday, March 20, 2017 @ 21:30:32
Author: demize
Revision: 217804
upgpkg: cargo 0.17.0-1
Modified:
cargo/trunk/PKGBUILD
----------+
PKGBUILD | 13 +++++++++----
1 file changed, 9 insertions(+), 4 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2017-03-20 21:25:33 UTC (rev 217803)
+++ PKGBUILD 2017-03-20 21:30:32 UTC (rev 217804)
@@ -1,22 +1,27 @@
# $Id$
-# Maintainer: Alexander F Rødseth <xyproto at archlinux.org>
+# Maintainer: Johannes Löthberg <johannes at kyrisis.com>
+# Contributor: Alexander F Rødseth <xyproto at archlinux.org>
# Contributor: Christopher Reimer <mail+aur at c-reimer.de>
pkgname=cargo
-pkgver=0.16.0
-pkgrel=2
+pkgver=0.17.0
+pkgrel=1
+
pkgdesc='Rust package manager'
url='http://crates.io/'
arch=('x86_64' 'i686')
license=('APACHE' 'MIT' 'custom')
+
depends=('curl' 'rust')
makedepends=('git' 'python' 'cmake' 'cargo')
optdepends=('gcc: for compiling C source code with gcc'
'clang: for compiling C source code with clang')
-groups=('rust')
+
options=('!emptydirs')
+
source=("git+https://github.com/rust-lang/cargo.git#tag=$pkgver"
"git+https://github.com/rust-lang/rust-installer.git")
+
md5sums=('SKIP'
'SKIP')
More information about the arch-commits
mailing list