diff options
author | Amrit Ghimire | 2021-05-31 18:28:55 +0545 |
---|---|---|
committer | Amrit Ghimire | 2021-05-31 18:28:55 +0545 |
commit | 4d97fbdcda6a317c10d57ed6aad4c4e3836897a6 (patch) | |
tree | 12f0c0133865cd72f16cceae34e7ece64333f696 /PKGBUILD | |
parent | 85e1f71a1b41d0a2534ef5d7acad545b65f9e6b7 (diff) | |
download | aur-4d97fbdcda6a317c10d57ed6aad4c4e3836897a6.tar.gz |
Update to version 1.1.0
Add notes section to add documentation for storage of credentials
Clarify the use case for multiple parameter in list
Change the prompt message for clarity.
A new line print is added at end of each subcommand
Make the password or api token field invisible for security
Diffstat (limited to 'PKGBUILD')
-rw-r--r-- | PKGBUILD | 7 |
1 files changed, 3 insertions, 4 deletions
@@ -1,15 +1,14 @@ # Maintainer: Amrit Ghimire <iamritghimire@gmail.com> pkgname=jira-terminal-bin -pkgver=1.0.1 +pkgver=1.1.0 pkgrel=1 pkgdesc="This is a command line application that can be used as a personal productivity tool for interacting with JIRA" url="https://github.com/amritghimire/jira-terminal" license=("AGPL-3.0-only") arch=("x86_64") provides=("jira-terminal") -depends=('gcc-libs') -source=("https://github.com/amritghimire/jira-terminal/releases/download/v$pkgver/jira-terminal-$pkgver-x86_64.tar.gz") -sha256sums=("1f3756c30ac45eaae4d8ca253f5c87166e6dcc5e8f6e62cfcf70ac6858774a80") +source=("https://github.com/amritghimire/jira-terminal/releases/download/v$pkgver/jira-terminal-v$pkgver-linux.tar.gz") +sha256sums=("e87089b46690e805fb5a0486d688a1f6bc8f66d8b6fa3907200528f3405b7e98") package() { install -Dm755 jira-terminal -t "$pkgdir/usr/bin/" |