summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorlilac2022-04-30 04:53:59 +0800
committerlilac2022-04-30 04:53:59 +0800
commit4f4c86c3b3b2e4f1f4c2d09eff555e10ad07c92e (patch)
tree75a312a5a8644524a0101ded2845a2ebd2a68bde
parent4b606e408970f101055388b6ae4917d032b35ba5 (diff)
downloadaur-4f4c86c3b3b2e4f1f4c2d09eff555e10ad07c92e.tar.gz
[lilac] updated to 2.24.1-1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f1e7375da2c5..45baa6e9ec64 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-mmdetection
pkgdesc = OpenMMLab Detection Toolbox and Benchmark
- pkgver = 2.24.0
+ pkgver = 2.24.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.24.0.tar.gz::https://github.com/open-mmlab/mmdetection/archive/v2.24.0.tar.gz
- sha512sums = be9bce4ea9c22818be25803238718111cbe72f1c8f6c063647bf3027579c378efe8d64a4ca0efe98ec6a195aea3f12ed4fee68ea19a822c7ceec2f3b7beb1a9a
+ source = python-mmdetection-2.24.1.tar.gz::https://github.com/open-mmlab/mmdetection/archive/v2.24.1.tar.gz
+ sha512sums = 24caeab0aff3975caf77c8da8839d33276541e4af791e21ea330e6e4c8f597b9b0c25f90716888bfd12447868ad8e09ff85715bf36084f8ab777b04070bdba9e
pkgname = python-mmdetection
diff --git a/PKGBUILD b/PKGBUILD
index 28def2f1b9d8..85000cdc87f3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_pkgname=mmdetection
pkgname=python-mmdetection
-pkgver=2.24.0
+pkgver=2.24.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=('be9bce4ea9c22818be25803238718111cbe72f1c8f6c063647bf3027579c378efe8d64a4ca0efe98ec6a195aea3f12ed4fee68ea19a822c7ceec2f3b7beb1a9a')
+sha512sums=('24caeab0aff3975caf77c8da8839d33276541e4af791e21ea330e6e4c8f597b9b0c25f90716888bfd12447868ad8e09ff85715bf36084f8ab777b04070bdba9e')
prepare() {