summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1f90d8331445..51d7ef20bd6d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,12 @@
# Generated by mksrcinfo v8
-# Thu Feb 7 03:42:01 UTC 2019
+# Thu Feb 7 03:43:13 UTC 2019
pkgbase = openvpn-otp
pkgdesc = This plugin adds support for TOTP and HOTP tokens (like Google Authenticator) for OpenVPN.
pkgver = 1.0
pkgrel = 2
url = https://github.com/evgeny-gridasov/openvpn-otp
arch = any
- license = BSD
+ license = GPL
makedepends = git
makedepends = openssl
depends = openvpn
diff --git a/PKGBUILD b/PKGBUILD
index ef1bdd52477e..4e0465cb8a29 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@ 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')
+license=('GPL')
depends=('openvpn')
source=("${pkgname}::git+${url}")
makedepends=('git' 'openssl')