summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 908ec5ba56ac..ebbf91edd3b8 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,15 @@
pkgbase = totp-cli
pkgdesc = Cli application to generate OTP tokens for two-factor authentication.
- pkgver = 1.2.0
+ pkgver = 1.3.0
pkgrel = 1
- url = https://gitlab.com/hobarrera/totp-cli
+ url = https://github.com/WhyNotHugo/totp-cli
arch = any
license = MIT
depends = python-onetimepass
depends = pass
depends = python-setuptools
- source = https://pypi.io/packages/source/t/totp/totp-1.2.0.tar.gz
- md5sums = ec2ae39d309a9997016d0ce011ab91e2
+ source = https://pypi.io/packages/source/t/totp/totp-1.3.0.tar.gz
+ md5sums = 9007bdd1ba11139918f33549965cf69f
pkgname = totp-cli
diff --git a/PKGBUILD b/PKGBUILD
index b688e5c9580c..34dd0c83819f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,15 +2,15 @@
pkgname=totp-cli
_pkgname=totp
-pkgver=1.2.0
+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" "python-setuptools")
source=("https://pypi.io/packages/source/t/${_pkgname}/${_pkgname}-${pkgver}.tar.gz")
-md5sums=('ec2ae39d309a9997016d0ce011ab91e2')
+md5sums=('9007bdd1ba11139918f33549965cf69f')
package() {
cd "$srcdir/$_pkgname-$pkgver"