summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatheus2023-12-17 15:25:25 +0100
committerMatheus2023-12-17 15:25:25 +0100
commite27067698e30db7b642ec8a54b0d4451e857d678 (patch)
tree4aa80312abeed7fc4dc9af7f75fdd459184ba56f
parent9147d24acc9cb3b558c42c093463d25a352de1be (diff)
downloadaur-e27067698e30db7b642ec8a54b0d4451e857d678.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 de588fc97539..071a045b5429 100755
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-technical
pkgdesc = Various indicators developed or collected for the Freqtrade.
- pkgver = 1.4.1
+ pkgver = 1.4.2
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.1.tar.gz::https://github.com/freqtrade/technical/archive/refs/tags/1.4.1.tar.gz
- sha512sums = a8e345f84d76fa229950be6168141d42b0c68be8f182c95def7de73708700dcf4c3040a24593d561f5de1d243f0c04933f80694d19fef00b3941553550d4420a
+ source = python-technical-v1.4.2.tar.gz::https://github.com/freqtrade/technical/archive/refs/tags/1.4.2.tar.gz
+ sha512sums = 7810c0f7afd960e1cfe3064f10a87e899f93c24cd18f7538a54b82f37a06f7f6b7b4f340fe83bad6b4aa9efbd429a566a8bfc9e090063433bc526e3c5db77b83
pkgname = python-technical
diff --git a/PKGBUILD b/PKGBUILD
index 56491587d13d..610fac60aa61 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@
readonly _pkgname="technical"
pkgname="python-technical"
-pkgver="1.4.1"
+pkgver="1.4.2"
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=("a8e345f84d76fa229950be6168141d42b0c68be8f182c95def7de73708700dcf4c3040a24593d561f5de1d243f0c04933f80694d19fef00b3941553550d4420a")
+sha512sums=("7810c0f7afd960e1cfe3064f10a87e899f93c24cd18f7538a54b82f37a06f7f6b7b4f340fe83bad6b4aa9efbd429a566a8bfc9e090063433bc526e3c5db77b83")
build()
{