summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorKyle Laker2020-01-14 23:04:55 -0500
committerKyle Laker2020-01-14 23:04:55 -0500
commit5aae2a530ccab5e082acc4c98bb10d517789dee8 (patch)
treed851339584edd9d440070186ab11c1634cfc1020
parent45ea66b57f8f54c53cf75b27e6a752304182024c (diff)
downloadaur-5aae2a530ccab5e082acc4c98bb10d517789dee8.tar.gz
Use description from GitHub repo
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a6de506c1b34..54e6b551afc8 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
pkgbase = python-click-completion
- pkgdesc = Fish, Bash, Zsh, and PowerShell completion for Click.
+ pkgdesc = Add or enhance bash, fish, zsh and powershell completion in Click
pkgver = 0.5.2
pkgrel = 1
url = https://github.com/click-contrib/click-completion
diff --git a/PKGBUILD b/PKGBUILD
index 87ed9ae84a9a..6c6d948a2264 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@ pkgname='python-click-completion'
_name="${pkgname#python-}"
pkgver='0.5.2'
pkgrel=1
-pkgdesc='Fish, Bash, Zsh, and PowerShell completion for Click.'
+pkgdesc='Add or enhance bash, fish, zsh and powershell completion in Click'
arch=('any')
url='https://github.com/click-contrib/click-completion'
license=('MIT')