summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5b40c53335de..554d8af3c611 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = cargo-binutils
pkgdesc = Cargo subcommands to invoke the LLVM tools shipped with the Rust toolchain
- pkgver = 0.1.6
- pkgrel = 3
+ pkgver = 0.2.0
+ pkgrel = 1
url = https://github.com/rust-embedded/cargo-binutils
install = cargo-binutils.install
arch = x86_64
@@ -9,8 +9,8 @@ pkgbase = cargo-binutils
license = MIT
depends = rustup
depends = cargo
- source = https://github.com/rust-embedded/cargo-binutils/archive/v0.1.6.tar.gz
- sha256sums = 5514aefc982944c9fb965881a533817a4faaad883c871daa6fd5c820ce91ef6f
+ source = https://github.com/rust-embedded/cargo-binutils/archive/v0.2.0.tar.gz
+ sha256sums = a9f6e581e8f00dc98d043218ee2c36eb7d8b21398a1b97f24100dbe6e2084846
pkgname = cargo-binutils
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"