summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
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"