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 dab28ae5e993..34dd0c83819f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,15 +2,15 @@
pkgname=totp-cli
_pkgname=totp
-pkgver=1.1.1
+pkgver=1.3.0
pkgrel=1
pkgdesc="Cli application to generate OTP tokens for two-factor authentication."
arch=(any)
-url="https://gitlab.com/hobarrera/totp-cli"
+url="https://github.com/WhyNotHugo/totp-cli"
license=('MIT')
-depends=("python-onetimepass" "pass")
+depends=("python-onetimepass" "pass" "python-setuptools")
source=("https://pypi.io/packages/source/t/${_pkgname}/${_pkgname}-${pkgver}.tar.gz")
-md5sums=('80eb432406835f4a0a71a29ebf99bc22')
+md5sums=('9007bdd1ba11139918f33549965cf69f')
package() {
cd "$srcdir/$_pkgname-$pkgver"