summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatheus2024-03-13 11:25:16 +0100
committerMatheus2024-03-13 11:25:16 +0100
commit9161bf98fdee767c42ae1b79ece42b0da5faefb3 (patch)
tree7c6af0390b52afb5c6b35f06cde1c20ba394e620
parenta4a28bf0d836ef5f55d37e23d1755941f6a97b03 (diff)
downloadaur-9161bf98fdee767c42ae1b79ece42b0da5faefb3.tar.gz
License update
-rwxr-xr-x.SRCINFO2
-rwxr-xr-xPKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c2742d99950d..5c6d6822774b 100755
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -4,7 +4,7 @@ pkgbase = python-nostalgiaforinfinity
pkgrel = 1
url = https://github.com/iterativv/NostalgiaForInfinity
arch = any
- license = GPL3
+ license = GPL-3.0-or-later
checkdepends = git
depends = bash
depends = python
diff --git a/PKGBUILD b/PKGBUILD
index dfa236bce2a4..0a4591e72ffd 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -13,7 +13,7 @@ pkgrel="1"
pkgdesc="Trading strategy for the Freqtrade crypto bot."
arch=("any")
url="https://github.com/iterativv/${_pkgname}"
-license=("GPL3")
+license=("GPL-3.0-or-later")
depends=("bash" "python" "python-attrs" "python-freqtrade" "python-numpy" "python-pandas" "python-pandas-ta" "python-pytest" "python-rapidjson" "python-ta-lib" "python-technical")
checkdepends=("git")
source=("${pkgname}-v${pkgver}.tar.gz::${url}/archive/refs/tags/v${pkgver}.tar.gz")