summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorSaleem Rashid2017-02-26 13:54:29 +0000
committerSaleem Rashid2017-02-26 13:54:29 +0000
commit52f06091c98e3be2abd4adeaaae19a51d9b450b9 (patch)
treeb2f40dbcca09f6d2cd2dc65cfed3ffeecdf237da /PKGBUILD
parentbaae413d6ef29beb798904deeddd44bebd7954c9 (diff)
downloadaur-52f06091c98e3be2abd4adeaaae19a51d9b450b9.tar.gz
PKGBUILD: Add pkgdesc to dbb-cli
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD1
1 files changed, 1 insertions, 0 deletions
diff --git a/PKGBUILD b/PKGBUILD
index b11d41b7b674..aafa77a08e0e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -41,6 +41,7 @@ package_dbb-app() {
}
package_dbb-cli() {
+ pkgdesc='A command line application for the Digital Bitbox hardware wallet'
depends=('hidapi')
cd "${srcdir}/${gitname}"