summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGordian Edenhofer2022-09-24 14:02:29 +0200
committerGordian Edenhofer2022-09-24 14:02:29 +0200
commit2520d3ff2d0f9cfc8ae52a897267c95c5a48eb2a (patch)
tree02652db6ef694ed6b17fd1e74a0d491db90fa722
parentb5a90a4f46c03238295a6042b25ab5469d93a6f7 (diff)
downloadaur-2520d3ff2d0f9cfc8ae52a897267c95c5a48eb2a.tar.gz
upgpkg: python-scikit-surprise 1.1.3-1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 62c0e4eb4a16..67c322366c10 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-scikit-surprise
pkgdesc = Python scikit for building and analyzing recommender systems
- pkgver = 1.1.2
+ pkgver = 1.1.3
pkgrel = 1
url = https://github.com/NicolasHug/Surprise
arch = any
@@ -17,7 +17,7 @@ pkgbase = python-scikit-surprise
optdepends = python-sphinx: documentation generator
optdepends = python-sphinx_rtd_theme: Read The Docs theme for documentation generator
optdepends = python-sphinxcontrib-spelling: spelling extension for documentation generator
- source = python-scikit-surprise-1.1.2.tar.gz::https://github.com/NicolasHug/Surprise/archive/v1.1.2.tar.gz
- sha512sums = 374af0a2aee2ca759df1f627e177bb56bbcccf8eaac4846bd7bce5587bb1a3b4505d511b93b3466062b029d2d015c1932fda8aa64be985d30e99a52e0b47342a
+ source = python-scikit-surprise-1.1.3.tar.gz::https://github.com/NicolasHug/Surprise/archive/v1.1.3.tar.gz
+ sha512sums = d81f1bbd14242b19e39fc461fec6e004a2f815c1cb46074354db57e0414a295fcd24eb5bb396d4ad623b3cc8c061d0e3658824cff5050642fb3143b38a732786
pkgname = python-scikit-surprise
diff --git a/PKGBUILD b/PKGBUILD
index b63753babbcc..b818e2fd1cab 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=python-scikit-surprise
_reponame="Surprise"
-pkgver=1.1.2
+pkgver=1.1.3
pkgrel=1
pkgdesc="Python scikit for building and analyzing recommender systems"
arch=('any')
@@ -19,7 +19,7 @@ makedepends=('python-setuptools' 'cython')
provides=()
conflicts=()
source=("${pkgname}-${pkgver}.tar.gz"::"https://github.com/NicolasHug/${_reponame}/archive/v${pkgver}.tar.gz")
-sha512sums=('374af0a2aee2ca759df1f627e177bb56bbcccf8eaac4846bd7bce5587bb1a3b4505d511b93b3466062b029d2d015c1932fda8aa64be985d30e99a52e0b47342a')
+sha512sums=('d81f1bbd14242b19e39fc461fec6e004a2f815c1cb46074354db57e0414a295fcd24eb5bb396d4ad623b3cc8c061d0e3658824cff5050642fb3143b38a732786')
build() {
cd "${srcdir}/${_reponame}-${pkgver}"