summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorlilac2022-07-29 06:59:32 +0800
committerlilac2022-07-29 06:59:32 +0800
commit4fd5d27dc603badb51078ba40707af7e13f6c0db (patch)
tree7006eab6f8184cc76cc412a1e3d00d02384324bd
parent9481949d3835ed9daaf6167d756962151309ad54 (diff)
downloadaur-4fd5d27dc603badb51078ba40707af7e13f6c0db.tar.gz
[lilac] updated to 2.25.1-1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9e6eca636d7a..83d73896fcf0 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-mmdetection
pkgdesc = OpenMMLab Detection Toolbox and Benchmark
- pkgver = 2.25.0
+ pkgver = 2.25.1
pkgrel = 1
url = https://github.com/open-mmlab/mmdetection
arch = any
@@ -17,7 +17,7 @@ pkgbase = python-mmdetection
optdepends = python-cityscapesscripts
optdepends = python-imagecorruptions
optdepends = python-mmlvis
- source = python-mmdetection-2.25.0.tar.gz::https://github.com/open-mmlab/mmdetection/archive/v2.25.0.tar.gz
- sha512sums = 86b1c4924bb9869b6db31b45c407f99b1cf7f5b6a020d8da5091a5514c040d4999c282f4ede0f7254c7ba9d9dfe0371079e58e745b449d575e57003487591698
+ source = python-mmdetection-2.25.1.tar.gz::https://github.com/open-mmlab/mmdetection/archive/v2.25.1.tar.gz
+ sha512sums = 035bbf6e2484463366c46bc7428de7307b374851cb191b5a06892d3d9c13bed7e29de917f2fc47c0fdcd329179cc3cf996a947b379e691f91df2ebab7f48fb31
pkgname = python-mmdetection
diff --git a/PKGBUILD b/PKGBUILD
index 57e61e8eff5c..15034dc0642f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_pkgname=mmdetection
pkgname=python-mmdetection
-pkgver=2.25.0
+pkgver=2.25.1
pkgrel=1
pkgdesc='OpenMMLab Detection Toolbox and Benchmark'
arch=('any')
@@ -27,7 +27,7 @@ optdepends=(
python-mmlvis
)
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/open-mmlab/mmdetection/archive/v${pkgver}.tar.gz")
-sha512sums=('86b1c4924bb9869b6db31b45c407f99b1cf7f5b6a020d8da5091a5514c040d4999c282f4ede0f7254c7ba9d9dfe0371079e58e745b449d575e57003487591698')
+sha512sums=('035bbf6e2484463366c46bc7428de7307b374851cb191b5a06892d3d9c13bed7e29de917f2fc47c0fdcd329179cc3cf996a947b379e691f91df2ebab7f48fb31')
prepare() {