summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatheus2023-08-23 12:45:09 +0200
committerMatheus2023-08-23 12:45:09 +0200
commit84d8a87f996c68726b0cc42a351efc6767c124ad (patch)
tree92b7be857587f7a4c6c0092cbfa40e4fed628ddb
parent8ebe87c2541467fe39cf58d30e153e7f2ff7871a (diff)
downloadaur-84d8a87f996c68726b0cc42a351efc6767c124ad.tar.gz
Version update and tests activated.
-rwxr-xr-x.SRCINFO4
-rwxr-xr-xPKGBUILD15
2 files changed, 9 insertions, 10 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b3b55c7764da..fdc3ec192c88 100755
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-nostalgiaforinfinity
pkgdesc = Trading strategy for the Freqtrade crypto bot.
- pkgver = 13.0.336
+ pkgver = 13.0.384
pkgrel = 1
url = https://github.com/iterativv/NostalgiaForInfinity
arch = any
@@ -18,7 +18,7 @@ pkgbase = python-nostalgiaforinfinity
depends = python-rapidjson
depends = python-ta-lib
depends = python-technical
- source = python-nostalgiaforinfinity::git+https://github.com/iterativv/NostalgiaForInfinity.git?#tag=d97e97a80ca161a2b12301a4e7d509a70ea358b8
+ source = python-nostalgiaforinfinity::git+https://github.com/iterativv/NostalgiaForInfinity.git?#tag=929bbbc758989064258a4b58395524ec82ce1a53
source = git+https://github.com/iterativv/NostalgiaForInfinityData
sha512sums = SKIP
sha512sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 17e6b58b7728..869011a0ff08 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,10 +6,10 @@
# Contributor: Matheus <matheusgwdl@protonmail.com>
readonly _pkgname="NostalgiaForInfinity"
-declare -r _tag="d97e97a80ca161a2b12301a4e7d509a70ea358b8"
+declare -r _tag="929bbbc758989064258a4b58395524ec82ce1a53"
pkgname="python-nostalgiaforinfinity"
-pkgver="13.0.336"
+pkgver="13.0.384"
pkgrel="1"
pkgdesc="Trading strategy for the Freqtrade crypto bot."
arch=("any")
@@ -33,12 +33,11 @@ prepare()
git -c protocol.file.allow=always submodule update
}
-# TODO
-#check()
-#{
-# cd "${srcdir}"/"${pkgname}"/ || exit 1
-# pytest
-#}
+check()
+{
+ cd "${srcdir}"/"${pkgname}"/ || exit 1
+ pytest
+}
package()
{