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 c7c95db0deb8..9f0800999940 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -4,7 +4,7 @@ pkgbase = python-circuitbreaker
pkgrel = 1
url = https://github.com/fabfuel/circuitbreaker
arch = x86_64
- license = BSD
+ license = BSD-3-Clause
makedepends = python-setuptools
depends = python
source = python-circuitbreaker-2.0.0.tar.gz::https://github.com/fabfuel/circuitbreaker/archive/refs/tags/2.0.0.tar.gz
diff --git a/PKGBUILD b/PKGBUILD
index 88eb9f41045b..d0becfd7743a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@ pkgrel=1
pkgdesc='Python implementation of the Circuit Breaker pattern'
arch=('x86_64')
url="https://github.com/fabfuel/${_pyname}"
-license=('BSD')
+license=('BSD-3-Clause')
makedepends=('python-setuptools')
depends=('python')
source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/refs/tags/${pkgver}.tar.gz")