summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFrancesco Pantano2022-12-07 09:04:43 +0100
committerFrancesco Pantano2022-12-07 09:04:43 +0100
commitcdf9eba4d571d1f55c2ac09de7f167b3710652b1 (patch)
tree316c6ede65d50c6e610ffb2fb983e1097e06fe8a
parent0683d080785789412a6250f9238ba9ddd6bc6c3b (diff)
downloadaur-cdf9eba4d571d1f55c2ac09de7f167b3710652b1.tar.gz
Fix url typo
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 8448bc11a482..2740da832d14 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@ pkgver=v1.1
pkgrel=2
bindir=usr/bin
pkgdesc="HOTP / TOTP pure C implementation"
-url="htps://github.com/fmount/${pkgname}.git"
+url="https://github.com/fmount/${pkgname}.git"
arch=('i686' 'x86_64')
license=('MIT')
depends=('openssl')