summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGordian Edenhofer2019-09-15 15:24:02 +0200
committerGordian Edenhofer2019-09-15 15:24:02 +0200
commit6cb4aef25334f5f48eaf1649ef95b1b64a3248e4 (patch)
treedff4313700e04bcc52b4054b27fa597f1ce18c5d
parentbe4827d0d45890a8f529c2c199300c8c3a50649f (diff)
downloadaur-6cb4aef25334f5f48eaf1649ef95b1b64a3248e4.tar.gz
upgpkg: python-scikit-surprise 1.1.0-1
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9f7611a4ab73..f9ad198b0b7c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = python-scikit-surprise
pkgdesc = Python scikit for building and analyzing recommender systems
- pkgver = 1.0.6
- pkgrel = 2
+ pkgver = 1.1.0
+ pkgrel = 1
url = https://github.com/NicolasHug/Surprise
arch = any
license = BSD-3-Clause
@@ -11,8 +11,8 @@ pkgbase = python-scikit-surprise
makedepends = cython2
makedepends = python-numpy
makedepends = python2-numpy
- source = python-scikit-surprise-1.0.6.tar.gz::https://github.com/NicolasHug/Surprise/archive/v1.0.6.tar.gz
- sha512sums = 6ae60b522bec70c4b2dc55bda5e8d1bd4566a865a7ef803c03e29ea3eedaa625558e5019136d9b69c364e963638f3968b006c82a51f8422c538b523fa4cc805b
+ source = python-scikit-surprise-1.1.0.tar.gz::https://github.com/NicolasHug/Surprise/archive/v1.1.0.tar.gz
+ sha512sums = d8f28786029079ac9db52c61c4b5bf30150da96718e292cad90bb58f7d25173391e8686808d3b4e746987059057d21943570ed4be2ad8a1c3e8046e764b93600
pkgname = python-scikit-surprise
depends = python-joblib
diff --git a/PKGBUILD b/PKGBUILD
index ca710b1b14e8..b9edc0e69422 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,8 +3,8 @@
pkgbase=python-scikit-surprise
pkgname=("python-scikit-surprise" "python2-scikit-surprise")
_reponame="Surprise"
-pkgver=1.0.6
-pkgrel=2
+pkgver=1.1.0
+pkgrel=1
pkgdesc="Python scikit for building and analyzing recommender systems"
arch=('any')
license=('BSD-3-Clause')
@@ -14,7 +14,7 @@ makedepends=('python-setuptools' 'python2-setuptools' 'cython' 'cython2' 'python
provides=("")
conflicts=("")
source=("${pkgname}-${pkgver}.tar.gz"::"https://github.com/NicolasHug/${_reponame}/archive/v${pkgver}.tar.gz")
-sha512sums=('6ae60b522bec70c4b2dc55bda5e8d1bd4566a865a7ef803c03e29ea3eedaa625558e5019136d9b69c364e963638f3968b006c82a51f8422c538b523fa4cc805b')
+sha512sums=('d8f28786029079ac9db52c61c4b5bf30150da96718e292cad90bb58f7d25173391e8686808d3b4e746987059057d21943570ed4be2ad8a1c3e8046e764b93600')
prepare() {
cp -a "${srcdir}/${_reponame}-${pkgver}"{,-py2}