summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorDavid Rosenstrauch2023-04-17 13:17:06 -0400
committerDavid Rosenstrauch2023-04-17 13:17:06 -0400
commit3929ac45b2c3a7740cd4255c3011b01d5a8bd89e (patch)
tree0713f766c51b256e23ce67e7057a693f16d7ffb1 /PKGBUILD
parentb3f8b87415cdabd840d8a5932c2b1d855c69b5af (diff)
downloadaur-3929ac45b2c3a7740cd4255c3011b01d5a8bd89e.tar.gz
Updated to 0.4.26
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index e04d45196334..d39e10866beb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,15 +3,15 @@
pkgbase='python-common-ta-lib'
pkgname=("python-ta-lib")
-pkgver=0.4.24
+pkgver=0.4.26
pkgrel=1
pkgdesc="Python wrapper for TA-Lib"
-url="https://github.com/mrjbq7/ta-lib"
+url="https://github.com/TA-Lib/ta-lib-python"
makedepends=('python-setuptools' 'python-numpy' 'cython' 'ta-lib')
license=('BSD')
arch=('any')
source=("https://pypi.python.org/packages/source/T/TA-Lib/TA-Lib-$pkgver.tar.gz")
-sha256sums=('9df262312daa0f1a63f281c6a943fe98c8007a2147776c1b43712e04ccede209')
+sha256sums=('9a1e87ead8990f5c344184e17f268b4f6f50532ea9d40fb7fd161ce5197716da')
prepare() {
sed -r 's/raise.*build_ext overridden.*/return/' -i TA-Lib-$pkgver/setup.py