summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorKonstantin Shalygin2019-02-07 10:42:38 +0700
committerKonstantin Shalygin2019-02-07 10:42:38 +0700
commit864cbd85fb509250381c4276cd5d799676d15348 (patch)
tree0e072e33fe8e1b11f260f24c718e25f41314b03e
parent25c5730fdb1addc80ae06daa8e349a4c6b34e98b (diff)
downloadaur-864cbd85fb509250381c4276cd5d799676d15348.tar.gz
openssl is only makedep, not dep.
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD8
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b1c777e3b276..1f90d8331445 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,15 @@
# Generated by mksrcinfo v8
-# Wed Feb 6 08:55:36 UTC 2019
+# Thu Feb 7 03:42:01 UTC 2019
pkgbase = openvpn-otp
- pkgdesc = This plug-in adds support for time based OTP (totp) and HMAC based OTP (hotp) tokens (like Google Authenticator) for OpenVPN.
+ pkgdesc = This plugin adds support for TOTP and HOTP tokens (like Google Authenticator) for OpenVPN.
pkgver = 1.0
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/evgeny-gridasov/openvpn-otp
arch = any
license = BSD
makedepends = git
+ makedepends = openssl
depends = openvpn
- depends = openssl
source = openvpn-otp::git+https://github.com/evgeny-gridasov/openvpn-otp
sha256sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 7daedd262d33..ef1bdd52477e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,14 +3,14 @@
pkgname='openvpn-otp'
pkgver='1.0'
-pkgrel='1'
-pkgdesc='This plug-in adds support for time based OTP (totp) and HMAC based OTP (hotp) tokens (like Google Authenticator) for OpenVPN.'
+pkgrel='2'
+pkgdesc='This plugin adds support for TOTP and HOTP tokens (like Google Authenticator) for OpenVPN.'
arch=('any')
url="https://github.com/evgeny-gridasov/${pkgname}"
license=('BSD')
-depends=('openvpn' 'openssl')
+depends=('openvpn')
source=("${pkgname}::git+${url}")
-makedepends=('git')
+makedepends=('git' 'openssl')
sha256sums=('SKIP')
prepare() {