summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorHugo Osvaldo Barrera2019-10-28 10:15:02 +0100
committerHugo Osvaldo Barrera2019-10-28 10:15:07 +0100
commitacf0205d7c23fb9c0af36adb29a08a6dfcd00d20 (patch)
tree3577bb0dfc096e9aefd8ea45e16b73aae8c1dd67 /PKGBUILD
parent956fa678cfcdf6f333c1558bed8528ad4a39e47d (diff)
downloadaur-acf0205d7c23fb9c0af36adb29a08a6dfcd00d20.tar.gz
Updated to v1.2.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 6f47b1fc1c80..b688e5c9580c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=totp-cli
_pkgname=totp
-pkgver=1.1.1
+pkgver=1.2.0
pkgrel=1
pkgdesc="Cli application to generate OTP tokens for two-factor authentication."
arch=(any)
@@ -10,7 +10,7 @@ url="https://gitlab.com/hobarrera/totp-cli"
license=('MIT')
depends=("python-onetimepass" "pass" "python-setuptools")
source=("https://pypi.io/packages/source/t/${_pkgname}/${_pkgname}-${pkgver}.tar.gz")
-md5sums=('80eb432406835f4a0a71a29ebf99bc22')
+md5sums=('ec2ae39d309a9997016d0ce011ab91e2')
package() {
cd "$srcdir/$_pkgname-$pkgver"