summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorGreg Land2023-07-10 04:44:21 -0400
committerGreg Land2023-07-10 04:44:21 -0400
commit78c48e64347ceee0e6e98e1fad056eabdd6bdec0 (patch)
tree15f6f7d40e187e2134735d340467dec745ff2819 /PKGBUILD
parentf9d1ba9c5bb3409da5ce41f5af2e04ee3b720ebb (diff)
downloadaur-78c48e64347ceee0e6e98e1fad056eabdd6bdec0.tar.gz
v1.1.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
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'
)