summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatheus2023-12-10 15:08:53 +0100
committerMatheus2023-12-10 15:08:53 +0100
commit9147d24acc9cb3b558c42c093463d25a352de1be (patch)
treefacca5635986ce32500a6a235c69cb4ff41e0aff
parente06b4d33bc4670cbbd5b3611cbfd4979644506c9 (diff)
downloadaur-9147d24acc9cb3b558c42c093463d25a352de1be.tar.gz
Version update
-rwxr-xr-x.SRCINFO6
-rwxr-xr-xPKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 89899bbf2291..de588fc97539 100755
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-technical
pkgdesc = Various indicators developed or collected for the Freqtrade.
- pkgver = 1.4.0
+ pkgver = 1.4.1
pkgrel = 1
url = https://github.com/freqtrade/technical
arch = any
@@ -13,7 +13,7 @@ pkgbase = python-technical
depends = python-arrow
depends = python-pandas
depends = python-ta-lib
- source = python-technical-v1.4.0.tar.gz::https://github.com/freqtrade/technical/archive/refs/tags/1.4.0.tar.gz
- sha512sums = 4c602269b5c1344dce3a0a3a902dca633b66212bf55fa79906cc4aed695e5caddd97ae99c918de611be5a481afe5f3dab2a27c16cdc477069e9da5611660e18b
+ source = python-technical-v1.4.1.tar.gz::https://github.com/freqtrade/technical/archive/refs/tags/1.4.1.tar.gz
+ sha512sums = a8e345f84d76fa229950be6168141d42b0c68be8f182c95def7de73708700dcf4c3040a24593d561f5de1d243f0c04933f80694d19fef00b3941553550d4420a
pkgname = python-technical
diff --git a/PKGBUILD b/PKGBUILD
index 2bd1f6d2e677..56491587d13d 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@
readonly _pkgname="technical"
pkgname="python-technical"
-pkgver="1.4.0"
+pkgver="1.4.1"
pkgrel="1"
pkgdesc="Various indicators developed or collected for the Freqtrade."
arch=("any")
@@ -18,7 +18,7 @@ depends=("python" "python-arrow" "python-pandas" "python-ta-lib")
makedepends=("python-build" "python-installer")
checkdepends=("python-pytest" "python-mock")
source=("${pkgname}-v${pkgver}.tar.gz::${url}/archive/refs/tags/${pkgver}.tar.gz")
-sha512sums=("4c602269b5c1344dce3a0a3a902dca633b66212bf55fa79906cc4aed695e5caddd97ae99c918de611be5a481afe5f3dab2a27c16cdc477069e9da5611660e18b")
+sha512sums=("a8e345f84d76fa229950be6168141d42b0c68be8f182c95def7de73708700dcf4c3040a24593d561f5de1d243f0c04933f80694d19fef00b3941553550d4420a")
build()
{