summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 663976497136..59635e58a916 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = python-pyod
pkgdesc = A Python 3 Library Outlier Detection or Anomaly Detection
- pkgver = 1.0.3
+ pkgver = 1.1.0
pkgrel = 1
url = https://github.com/yzhao062/pyod
arch = any
license = GPL3
makedepends = python-setuptools
depends = python
- source = https://github.com/yzhao062/pyod/archive/refs/tags/v1.0.3.tar.gz
- sha512sums = 9f6145a4715c7aab165e61a3871c0c6ef73e16ae3492cecb4904c86fd754533c6658538dfca3bcbc123710c0626a2230c70531ad073026c4f195ea9f1d99a165
+ source = https://github.com/yzhao062/pyod/archive/refs/tags/v1.1.0.tar.gz
+ sha512sums = 839f379d6f7594feb7506b284255b5c1e09aea0ab941fe1370cca71ce879c7909a56701df3536dab76436de65f6d8f70e29c9ab697692f8e3651f103a6ab9ff0
pkgname = python-pyod
diff --git a/PKGBUILD b/PKGBUILD
index 0a1796a0c1e5..d29d4c04a79c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,13 +1,13 @@
_name=pyod
pkgname="python-$_name"
-pkgver=1.0.3
+pkgver=1.1.0
pkgrel=1
arch=('any')
pkgdesc="A Python 3 Library Outlier Detection or Anomaly Detection"
url="https://github.com/yzhao062/pyod"
license=('GPL3')
source=("https://github.com/yzhao062/pyod/archive/refs/tags/v$pkgver.tar.gz")
-sha512sums=('9f6145a4715c7aab165e61a3871c0c6ef73e16ae3492cecb4904c86fd754533c6658538dfca3bcbc123710c0626a2230c70531ad073026c4f195ea9f1d99a165')
+sha512sums=('839f379d6f7594feb7506b284255b5c1e09aea0ab941fe1370cca71ce879c7909a56701df3536dab76436de65f6d8f70e29c9ab697692f8e3651f103a6ab9ff0')
depends=(
'python'
)