summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 342fd7fa1ec5..5b40c53335de 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,7 @@
pkgbase = cargo-binutils
+ pkgdesc = Cargo subcommands to invoke the LLVM tools shipped with the Rust toolchain
pkgver = 0.1.6
- pkgrel = 2
+ pkgrel = 3
url = https://github.com/rust-embedded/cargo-binutils
install = cargo-binutils.install
arch = x86_64
diff --git a/PKGBUILD b/PKGBUILD
index 7b6b3c517a45..5ff08d019521 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
pkgname=cargo-binutils
pkgver=0.1.6
-pkgrel=2
-pkgdesc=''
+pkgrel=3
+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')