summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 554d8af3c611..6e3fde313899 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = cargo-binutils
pkgdesc = Cargo subcommands to invoke the LLVM tools shipped with the Rust toolchain
pkgver = 0.2.0
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/rust-embedded/cargo-binutils
install = cargo-binutils.install
arch = x86_64
license = Apache
license = MIT
- depends = rustup
+ depends = rust
depends = cargo
source = https://github.com/rust-embedded/cargo-binutils/archive/v0.2.0.tar.gz
sha256sums = a9f6e581e8f00dc98d043218ee2c36eb7d8b21398a1b97f24100dbe6e2084846
diff --git a/PKGBUILD b/PKGBUILD
index 1336864e4d8d..6173130bafbd 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,11 +1,11 @@
pkgname=cargo-binutils
pkgver=0.2.0
-pkgrel=1
+pkgrel=2
pkgdesc='Cargo subcommands to invoke the LLVM tools shipped with the Rust toolchain'
url="https://github.com/rust-embedded/$pkgname"
arch=('x86_64')
license=('Apache' 'MIT')
-depends=('rustup' 'cargo')
+depends=('rust' 'cargo')
install="$pkgname.install"
source=("$url/archive/v$pkgver.tar.gz")
sha256sums=('a9f6e581e8f00dc98d043218ee2c36eb7d8b21398a1b97f24100dbe6e2084846')