summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorlilac2022-08-31 12:33:17 +0800
committerlilac2022-08-31 12:33:17 +0800
commit34cd60ec6ee8308672b905f7df171f6bbddc277f (patch)
tree421bda7e5c879ecb94fada30b6add0bdefa2ba34
parent334c6d2431d1eff328400bdc3f14111558462ae8 (diff)
downloadaur-34cd60ec6ee8308672b905f7df171f6bbddc277f.tar.gz
[lilac] updated to 0.27.0-2
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5a5a4a109b44..d343f8437b36 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,11 +1,13 @@
pkgbase = python-mmsegmentation
pkgdesc = OpenMMLab Semantic Segmentation Toolbox and Benchmark
pkgver = 0.27.0
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/open-mmlab/mmsegmentation
arch = any
license = Apache
makedepends = python-setuptools
+ depends = python-matplotlib
+ depends = python-mmclassification
depends = python-mmcv
depends = python-numpy
depends = python-prettytable
diff --git a/PKGBUILD b/PKGBUILD
index 1f0080d9c9b8..a7bed8ea693a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,12 +3,14 @@
_pkgname=mmsegmentation
pkgname=python-mmsegmentation
pkgver=0.27.0
-pkgrel=1
+pkgrel=2
pkgdesc='OpenMMLab Semantic Segmentation Toolbox and Benchmark'
arch=('any')
url='https://github.com/open-mmlab/mmsegmentation'
license=('Apache')
depends=(
+ python-matplotlib
+ python-mmclassification
python-mmcv
python-numpy
python-prettytable