summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index f103ed9924a5..1f8ed94dde86 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,15 +1,15 @@
# Maintainer: Hugo Osvaldo Barrera <hugo@barrera.io>
pkgname=totp-cli
-pkgver=1.0
-pkgrel=2
+pkgver=1.1.0
+pkgrel=1
pkgdesc="Cli application to generate OTP tokens for two-factor authentication."
arch=(any)
url="https://github.com/hobarrera/totp-cli"
license=('MIT')
-depends=("ruby-rotp" "xclip" "pass")
+depends=("ruby-rotp" "ruby-cmdparse" "xclip" "pass")
source=("https://github.com/hobarrera/$pkgname/archive/v$pkgver.tar.gz")
-md5sums=('a561feb1b11588cc670ceb1de237c881')
+md5sums=('2e2321fdb2fdcc18f2ad8b16d4f9da6d')
package() {
cd $pkgname-$pkgver