summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-x.SRCINFO2
-rwxr-xr-xPKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 60b54fa9838e..6adb96834872 100755
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -4,7 +4,7 @@ pkgbase = python-technical
pkgrel = 1
url = https://github.com/freqtrade/technical
arch = any
- license = GPL3
+ license = GPL-3.0-or-later
checkdepends = python-pytest
checkdepends = python-mock
makedepends = python-build
diff --git a/PKGBUILD b/PKGBUILD
index 6c824dddfb24..3a557e8014a5 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -13,7 +13,7 @@ pkgrel="1"
pkgdesc="Various indicators developed or collected for the Freqtrade."
arch=("any")
url="https://github.com/freqtrade/${_pkgname}"
-license=("GPL3")
+license=("GPL-3.0-or-later")
depends=("python" "python-arrow" "python-pandas" "python-ta-lib")
makedepends=("python-build" "python-installer" "python-wheel")
checkdepends=("python-pytest" "python-mock")