summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatheus2023-10-03 08:55:34 +0200
committerMatheus2023-10-03 08:55:34 +0200
commit9c9e214f2529c20a3e5992a4ff888e5e2c0a9d29 (patch)
tree382c32519179b37d80a24253146a8bf13e4e36e7
parent82d38f4214136fcd86d90f970ec8a53e4ff358da (diff)
downloadaur-9c9e214f2529c20a3e5992a4ff888e5e2c0a9d29.tar.gz
Version update
-rwxr-xr-x.SRCINFO2
-rwxr-xr-xPKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9ef4daad0fa9..b7eec091ffd8 100755
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -5,7 +5,7 @@ pkgbase = python-nostalgiaforinfinity
url = https://github.com/iterativv/NostalgiaForInfinity
arch = any
license = GPL3
- makedepends = git
+ checkdepends = git
depends = bash
depends = python
depends = python-attrs
diff --git a/PKGBUILD b/PKGBUILD
index e163718d3305..ae28a74a8c4a 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -15,7 +15,7 @@ arch=("any")
url="https://github.com/iterativv/${_pkgname}"
license=("GPL3")
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=("git")
source=("${pkgname}-v${pkgver}.tar.gz::${url}/archive/refs/tags/v${pkgver}.tar.gz")
sha512sums=("f79f5eceae1b1ee957877f63f41759bb9ba878cabd7639e382b3a4ec9edba3f87f7b37856652c5ec9296449e913b743bb616eeb38d74cf07ab42ecd1634e4208")