summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorNicolas Truessel2018-12-23 20:21:22 +0100
committerNicolas Truessel2018-12-23 20:21:22 +0100
commit1407e6ac3753406f3de5d2f0d505b47d029f5980 (patch)
tree22190cbd2a006f29a9ca43493a4a80d9e6d6ede3
parent3aaec6ee49378f2951abf0cc0721199b0b08b927 (diff)
downloadaur-1407e6ac3753406f3de5d2f0d505b47d029f5980.tar.gz
Add description
-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')