summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorNicolas Truessel2020-04-11 14:29:15 +0200
committerNicolas Truessel2020-04-11 14:29:15 +0200
commitac8fb2e770efc68b0123774379c8a361a1777909 (patch)
tree571b0364c7b9c4c2f10ea42960b7eb5d53d6926a /PKGBUILD
parent1407e6ac3753406f3de5d2f0d505b47d029f5980 (diff)
downloadaur-ac8fb2e770efc68b0123774379c8a361a1777909.tar.gz
Update to v0.2.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 5ff08d019521..1336864e4d8d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
pkgname=cargo-binutils
-pkgver=0.1.6
-pkgrel=3
+pkgver=0.2.0
+pkgrel=1
pkgdesc='Cargo subcommands to invoke the LLVM tools shipped with the Rust toolchain'
url="https://github.com/rust-embedded/$pkgname"
arch=('x86_64')
@@ -8,7 +8,7 @@ license=('Apache' 'MIT')
depends=('rustup' 'cargo')
install="$pkgname.install"
source=("$url/archive/v$pkgver.tar.gz")
-sha256sums=('5514aefc982944c9fb965881a533817a4faaad883c871daa6fd5c820ce91ef6f')
+sha256sums=('a9f6e581e8f00dc98d043218ee2c36eb7d8b21398a1b97f24100dbe6e2084846')
build() {
cd "$pkgname-$pkgver"