summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorGreg Land2022-07-19 04:53:50 -0500
committerGreg Land2022-07-19 04:53:50 -0500
commitf9d1ba9c5bb3409da5ce41f5af2e04ee3b720ebb (patch)
tree84f8cb2ce382a0a1313edac9e0a052ffae6a5ccb /PKGBUILD
parent9715f9fb263f9065e5079ed7522ea1be31f5999c (diff)
downloadaur-f9d1ba9c5bb3409da5ce41f5af2e04ee3b720ebb.tar.gz
updated to 1.0.3
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 455acce19eb7..0a1796a0c1e5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,13 +1,13 @@
_name=pyod
pkgname="python-$_name"
-pkgver=0.8.3
+pkgver=1.0.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/V$pkgver.tar.gz")
-sha512sums=('486a491ae50ae0acdc9eabba319c101f871534913c7ea518a0bacf7589e8ebaabaf795d4dfeec025cbabeabc23dc9a11aff1c0c58bf4fed5d7b93b9d0bfe0e6b')
+source=("https://github.com/yzhao062/pyod/archive/refs/tags/v$pkgver.tar.gz")
+sha512sums=('9f6145a4715c7aab165e61a3871c0c6ef73e16ae3492cecb4904c86fd754533c6658538dfca3bcbc123710c0626a2230c70531ad073026c4f195ea9f1d99a165')
depends=(
'python'
)