diff options
author | lilac | 2020-08-28 20:32:46 +0800 |
---|---|---|
committer | lilac | 2020-08-28 20:32:46 +0800 |
commit | 9097e49fd6984351f749ca70ef77f61cb5ab90fc (patch) | |
tree | 97b50853677a32037ded2ba4dcf3a754cdd0d2da | |
parent | 3873abfdf0a0b5edd84a51d39eb92f9791bfddaa (diff) | |
download | aur-9097e49fd6984351f749ca70ef77f61cb5ab90fc.tar.gz |
[lilac] updated to 2.3.0-6
-rw-r--r-- | .SRCINFO | 6 | ||||
-rw-r--r-- | PKGBUILD | 8 |
2 files changed, 12 insertions, 2 deletions
@@ -1,7 +1,7 @@ pkgbase = python-mmdetection pkgdesc = OpenMMLab Detection Toolbox and Benchmark pkgver = 2.3.0 - pkgrel = 4 + pkgrel = 6 url = https://github.com/open-mmlab/mmdetection arch = any license = Apache @@ -12,6 +12,10 @@ pkgbase = python-mmdetection depends = python-pytorch depends = python-terminaltables depends = python-torchvision + optdepends = python-albumentations + optdepends = python-cityscapesscripts + optdepends = python-imagecorruptions + optdepends = python-lvis-openmm source = python-mmdetection-2.3.0.tar.gz::https://github.com/open-mmlab/mmdetection/archive/v2.3.0.tar.gz source = 0001-fix-ClassBalancedDataset.patch::https://github.com/open-mmlab/mmdetection/pull/3577.patch sha512sums = 80a865d65f42e886e6a358702dc49d9df39f700069047d287e70647e81dbcf2b9d1fd27b2b01087b738b96a25c2251618dd8f4d59b7a428c621f6fbff79c6e02 @@ -3,7 +3,7 @@ _pkgname=mmdetection pkgname=python-mmdetection pkgver=2.3.0 -pkgrel=4 +pkgrel=6 pkgdesc='OpenMMLab Detection Toolbox and Benchmark' arch=('any') url='https://github.com/open-mmlab/mmdetection' @@ -19,6 +19,12 @@ depends=( makedepends=( python-setuptools ) +optdepends=( + python-albumentations + python-cityscapesscripts + python-imagecorruptions + python-lvis-openmm +) source=("${pkgname}-${pkgver}.tar.gz::https://github.com/open-mmlab/mmdetection/archive/v${pkgver}.tar.gz" "0001-fix-ClassBalancedDataset.patch::https://github.com/open-mmlab/mmdetection/pull/3577.patch") sha512sums=('80a865d65f42e886e6a358702dc49d9df39f700069047d287e70647e81dbcf2b9d1fd27b2b01087b738b96a25c2251618dd8f4d59b7a428c621f6fbff79c6e02' |