summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Moch2018-12-02 08:24:01 -0500
committerDaniel Moch2018-12-02 08:24:01 -0500
commit35d6076b30251d7b89cdf8904aa50e7d9b6a77c3 (patch)
treed67c50feb6fa6ef5a474d4c4582ec02127c8c503
parent547ba9e8fa05602507b4052847a73ec1dc7026c3 (diff)
downloadaur-35d6076b30251d7b89cdf8904aa50e7d9b6a77c3.tar.gz
upgpkg: nncli 0.3.2-1
Correct license information
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6aec0f6d7405..9bf330f6b72b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -5,6 +5,7 @@ pkgbase = nncli
url = https://nncli.org
arch = any
license = MIT
+ license = BSD
checkdepends = python-pytest
checkdepends = python-pytest-cov
checkdepends = python-pytest-mock
diff --git a/PKGBUILD b/PKGBUILD
index 5d3a9e5764c1..7e1f57a939f0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@ pkgrel=1
pkgdesc="NextCloud Notes Command Line Interface"
arch=('any')
url="https://nncli.org"
-license=('MIT')
+license=('MIT' 'BSD')
depends=('python'
'python-urwid'
'python-requests'