diff options
author | lilac | 2020-12-01 05:40:49 +0800 |
---|---|---|
committer | lilac | 2020-12-01 05:40:49 +0800 |
commit | c0284bae39048ef87727cb84f2aef6435cca88c8 (patch) | |
tree | 15de9bd570761b652e4a1fd9618ecd5713587f20 | |
parent | 6a14e6ce502f37b34461d16fdfb8897af262c043 (diff) | |
download | aur-c0284bae39048ef87727cb84f2aef6435cca88c8.tar.gz |
[lilac] updated to 2.7.0-1
-rw-r--r-- | .SRCINFO | 6 | ||||
-rw-r--r-- | PKGBUILD | 4 |
2 files changed, 5 insertions, 5 deletions
@@ -1,6 +1,6 @@ pkgbase = python-mmdetection pkgdesc = OpenMMLab Detection Toolbox and Benchmark - pkgver = 2.6.0 + pkgver = 2.7.0 pkgrel = 1 url = https://github.com/open-mmlab/mmdetection arch = any @@ -16,8 +16,8 @@ pkgbase = python-mmdetection optdepends = python-cityscapesscripts optdepends = python-imagecorruptions optdepends = python-mmlvis - source = python-mmdetection-2.6.0.tar.gz::https://github.com/open-mmlab/mmdetection/archive/v2.6.0.tar.gz - sha512sums = 0ed8902b965d44871e81dc6b5bd8010dab52e89b3f7b0661128dcf82f0b7bcb7d6b8351469dfa8a75ea77e66022372ff9e1e9404d2c2d7fdeb3b6cccd6558cd3 + source = python-mmdetection-2.7.0.tar.gz::https://github.com/open-mmlab/mmdetection/archive/v2.7.0.tar.gz + sha512sums = 40cde4086cbf732e4951b90ffa1929a0f6f98c2aba5c2a564c29e91b0d661fa723712987f80fbe8bac7dc3efe36d7377e3cc831d9117cf0d3fb3b95bc5056fa0 pkgname = python-mmdetection @@ -2,7 +2,7 @@ _pkgname=mmdetection pkgname=python-mmdetection -pkgver=2.6.0 +pkgver=2.7.0 pkgrel=1 pkgdesc='OpenMMLab Detection Toolbox and Benchmark' arch=('any') @@ -26,7 +26,7 @@ optdepends=( python-mmlvis ) source=("${pkgname}-${pkgver}.tar.gz::https://github.com/open-mmlab/mmdetection/archive/v${pkgver}.tar.gz") -sha512sums=('0ed8902b965d44871e81dc6b5bd8010dab52e89b3f7b0661128dcf82f0b7bcb7d6b8351469dfa8a75ea77e66022372ff9e1e9404d2c2d7fdeb3b6cccd6558cd3') +sha512sums=('40cde4086cbf732e4951b90ffa1929a0f6f98c2aba5c2a564c29e91b0d661fa723712987f80fbe8bac7dc3efe36d7377e3cc831d9117cf0d3fb3b95bc5056fa0') prepare() { |