summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatheus2023-08-24 12:51:20 +0200
committerMatheus2023-08-24 12:51:20 +0200
commitdecbbe124dd5351154fa29172636a0a9403d7720 (patch)
tree3c7400acb1897921aed1b2ca8f2c8e9acb9d2156
parent63c880d9a87c34b85bbc03406e0e81ddcded2e4f (diff)
downloadaur-decbbe124dd5351154fa29172636a0a9403d7720.tar.gz
Source changed.
-rwxr-xr-xPKGBUILD10
1 files changed, 4 insertions, 6 deletions
diff --git a/PKGBUILD b/PKGBUILD
index c444998798e7..7c8ba5f95d34 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,20 +6,18 @@
# Contributor: Matheus <matheusgwdl@protonmail.com>
readonly _pkgname="NostalgiaForInfinity"
-declare -r _tag="3d09bb20a37c930d6005512dfbe7ab5b3b398196"
pkgname="python-nostalgiaforinfinity"
-pkgver="13.0.416"
+pkgver="13.0.415"
pkgrel="1"
pkgdesc="Trading strategy for the Freqtrade crypto bot."
arch=("any")
url="https://github.com/iterativv/${_pkgname}"
license=("GPL3")
-depends=("bash" "python" "python-freqtrade" "python-numpy" "python-pandas" "python-pandas-ta" "python-rapidjson" "python-ta-lib" "python-technical")
+depends=("bash" "python" "python-attrs" "python-freqtrade" "python-numpy" "python-pandas" "python-pandas-ta" "python-pytest" "python-rapidjson" "python-ta-lib" "python-technical")
makedepends=("git")
-checkdepends=("python-ast-comments" "python-pytest" "python-pytest-mock" "python-pytest-pretty" "python-pytest-subtests" "python-pytest-xdist")
-source=("${pkgname}::git+${url}.git?#tag=${_tag}")
-sha512sums=("SKIP")
+source=("${pkgname}-v${pkgver}.tar.gz::${url}/archive/refs/tags/v${pkgver}.tar.gz")
+sha512sums=("66155d52e9a90beb9c9f914b01375e6a5429ca3066f94fc8ca35c7318a126ebdad50fb7f2e862b4bfe51f2b20f66759e725c9a83ade3600af1a2a9f556c68508")
check()
{