summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGreg Land2024-03-10 03:37:04 -0400
committerGreg Land2024-03-10 03:37:04 -0400
commit486dfeb8bad61bfc0dc88ecbf4e968284ae37cb8 (patch)
treef9040060815d01dda84cc48e55706376bdb2edc4
parent78c48e64347ceee0e6e98e1fad056eabdd6bdec0 (diff)
downloadaur-486dfeb8bad61bfc0dc88ecbf4e968284ae37cb8.tar.gz
Update to 1.1.3
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 59635e58a916..4ac462da5846 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = python-pyod
pkgdesc = A Python 3 Library Outlier Detection or Anomaly Detection
- pkgver = 1.1.0
+ pkgver = 1.1.3
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.1.0.tar.gz
- sha512sums = 839f379d6f7594feb7506b284255b5c1e09aea0ab941fe1370cca71ce879c7909a56701df3536dab76436de65f6d8f70e29c9ab697692f8e3651f103a6ab9ff0
+ source = https://github.com/yzhao062/pyod/archive/refs/tags/v1.1.3.tar.gz
+ sha512sums = ec355d8e9b9386faeecb742ec8516ad8c31b9ff2607e5d20c21a8b33ba5b4a6e7ef637e8c6e1b54bd36d58721899d795ef8ba98406f17ba3f2a62ca4676bdddc
pkgname = python-pyod
diff --git a/PKGBUILD b/PKGBUILD
index d29d4c04a79c..e2aad526dbb9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,13 +1,13 @@
_name=pyod
pkgname="python-$_name"
-pkgver=1.1.0
+pkgver=1.1.3
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=('839f379d6f7594feb7506b284255b5c1e09aea0ab941fe1370cca71ce879c7909a56701df3536dab76436de65f6d8f70e29c9ab697692f8e3651f103a6ab9ff0')
+sha512sums=('ec355d8e9b9386faeecb742ec8516ad8c31b9ff2607e5d20c21a8b33ba5b4a6e7ef637e8c6e1b54bd36d58721899d795ef8ba98406f17ba3f2a62ca4676bdddc')
depends=(
'python'
)