summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7f9e4d90ea45..367444956b61 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -4,7 +4,7 @@ pkgbase = python-pluginbase
pkgrel = 0
url = https://pypi.org/project/pluginbase
arch = any
- license = BSD
+ license = BSD-3-Clause
makedepends = python-setuptools
depends = python
source = python-pluginbase-1.0.1.tar.gz::https://files.pythonhosted.org/packages/f3/07/753451e80d2b0bf3bceec1162e8d23638ac3cb18d1c38ad340c586e90b42/pluginbase-1.0.1.tar.gz
diff --git a/PKGBUILD b/PKGBUILD
index 1a7d2a87f729..3fa10bbb4cbb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -11,7 +11,7 @@ pkgrel=0
pkgdesc="A support library for building plugins systems in Python."
arch=("any")
url="https://pypi.org/project/pluginbase"
-license=("BSD")
+license=("BSD-3-Clause")
makedepends=("python-setuptools")
depends=("python")
source=("${pkgname}-${pkgver}.tar.gz::https://files.pythonhosted.org/packages/f3/07/753451e80d2b0bf3bceec1162e8d23638ac3cb18d1c38ad340c586e90b42/pluginbase-${pkgver}.tar.gz")