summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAchmad Fathoni2023-06-02 05:56:41 +0700
committerAchmad Fathoni2023-06-02 05:56:41 +0700
commit8bc1d174ee47b1b95da88610fc68ac504e5926a3 (patch)
tree79ca59fb60f8073606b947ab5739c6208e506727
parent45ee253a3d18856c023b237cf81fc325f5c1bb5e (diff)
downloadaur-python-ffn.tar.gz
0.3.7
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 05e033157263..86691b8d0ee5 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-ffn
pkgdesc = Financial functions for Python
- pkgver = 0.3.6
+ pkgver = 0.3.7
pkgrel = 1
url = https://pypi.org/project/ffn
arch = any
@@ -18,7 +18,7 @@ pkgbase = python-ffn
depends = python-scikit-learn
depends = python-scipy
depends = python-tabulate
- source = https://files.pythonhosted.org/packages/source/f/ffn/ffn-0.3.6.tar.gz
- sha256sums = 4a79e72e06ff328e333ffe97010b1ce110bcd694fcd03be7351bf5065cd273e8
+ source = https://files.pythonhosted.org/packages/source/f/ffn/ffn-0.3.7.tar.gz
+ sha256sums = 58b0056e680f4291ab61c6f55809f2d21a339f5c4ec48bba2ecee32f20bbd09e
pkgname = python-ffn
diff --git a/PKGBUILD b/PKGBUILD
index 021639d27bec..488d2e954444 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Achmad Fathoni<fathoni.id(at)gmail.com>
pkgname=python-ffn
_pkgname=${pkgname:7}
-pkgver=0.3.6
+pkgver=0.3.7
pkgrel=1
pkgdesc="Financial functions for Python"
arch=('any')
@@ -21,7 +21,7 @@ depends=(
python-tabulate
)
source=(https://files.pythonhosted.org/packages/source/${_pkgname::1}/$_pkgname/$_pkgname-$pkgver.tar.gz)
-sha256sums=('4a79e72e06ff328e333ffe97010b1ce110bcd694fcd03be7351bf5065cd273e8')
+sha256sums=('58b0056e680f4291ab61c6f55809f2d21a339f5c4ec48bba2ecee32f20bbd09e')
build() {
cd ${srcdir}/${_pkgname}-${pkgver}