summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorKonstantin Shalygin2019-02-07 10:43:28 +0700
committerKonstantin Shalygin2019-02-07 10:43:28 +0700
commit7f2557fcf1a91a2a4730c3a1b47f5e8510bc6575 (patch)
tree3170182b5138ef813d03c328a62260cb9e2c4548
parent864cbd85fb509250381c4276cd5d799676d15348 (diff)
downloadaur-7f2557fcf1a91a2a4730c3a1b47f5e8510bc6575.tar.gz
License actually is GPL
-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')