summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authoracxz2022-01-18 19:04:04 -0500
committeracxz2022-01-18 19:04:04 -0500
commit6576073952e15e823f4a0c5ff3922a9ef04bdd10 (patch)
treed68cfc995d8581fbc25998912b8cf4f16da73df0
parent3ab43adff6ad0779243d7eab0fc65b74fc0224ed (diff)
downloadaur-6576073952e15e823f4a0c5ff3922a9ef04bdd10.tar.gz
updpkg 0.19.0
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD7
2 files changed, 7 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2bd616ca57de..610a8babae51 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
pkgbase = python-mleap
pkgdesc = Common serialization format and execution engine for machine learning pipelines (Python API)
- pkgver = 0.18.1
+ pkgver = 0.19.0
pkgrel = 1
- url = https://mleap-docs.combust.ml
+ url = https://combust.github.io/mleap-docs/
arch = x86_64
license = Apache-2.0
makedepends = python
@@ -13,7 +13,7 @@ pkgbase = python-mleap
depends = python-scipy
depends = python-pandas
depends = python-scikit-learn
- source = python-mleap-0.18.1::https://pypi.org/packages/source/m/mleap/mleap-0.18.1.tar.gz
- sha256sums = fa60996ef64f7ba7593f35783469dcb5aab6955230319b849f1ccecfe3dc30b5
+ source = python-mleap-0.19.0::https://pypi.org/packages/source/m/mleap/mleap-0.19.0.tar.gz
+ sha256sums = 1ae1959b16d804474676bab2ef84725bf2db5aa39b316c6892f4ef20f35d75bd
pkgname = python-mleap
diff --git a/PKGBUILD b/PKGBUILD
index ed372327e2e1..c70b4b2279aa 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,20 +1,19 @@
# Maintainer: acxz <akashpatel2008 at yahoo dot com>
pkgname=python-mleap
-pkgver=0.18.1
+pkgver=0.19.0
pkgrel=1
pkgdesc='Common serialization format and execution engine for machine learning
pipelines (Python API)'
arch=('x86_64')
-url='https://mleap-docs.combust.ml'
+url='https://combust.github.io/mleap-docs/'
license=('Apache-2.0')
depends=('python' 'python-numpy' 'python-six' 'python-scipy' 'python-pandas'
'python-scikit-learn')
optdepends=()
makedepends=('python' 'python-setuptools')
source=("$pkgname-$pkgver::https://pypi.org/packages/source/m/mleap/mleap-$pkgver.tar.gz")
-sha256sums=('fa60996ef64f7ba7593f35783469dcb5aab6955230319b849f1ccecfe3dc30b5')
-
+sha256sums=('1ae1959b16d804474676bab2ef84725bf2db5aa39b316c6892f4ef20f35d75bd')
_pkgname=mleap
build() {