summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d58e77d16734..0f9dd714772b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = python-pyod-git
pkgdesc = Python toolkit for detecting outlying objects in multivariate data.
pkgver = 0.8.6.r0.g885f73c
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/yzhao062/pyod
arch = any
license = BSD
diff --git a/PKGBUILD b/PKGBUILD
index 677e8c9e11dc..b1a28a7f1ce2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname="python-pyod-git"
pkgver=0.8.6.r0.g885f73c
-pkgrel=1
+pkgrel=2
pkgdesc="Python toolkit for detecting outlying objects in multivariate data."
url="https://github.com/yzhao062/pyod"
depends=('python' 'python-combo-git' 'python-joblib' 'python-matplotlib'