summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorlilac2024-03-22 04:18:41 +0800
committerlilac2024-03-22 04:18:41 +0800
commit2ce966e68f9a5b783eb1c9a9d6016c4c13405c06 (patch)
tree0a68a2a0584d6f3d421bd5a88f7937de16fd0862
parent2edaaca45e2c1366e44174c55d5ca5e6e91ee579 (diff)
downloadaur-2ce966e68f9a5b783eb1c9a9d6016c4c13405c06.tar.gz
[lilac] updated to 1:1.2.2-2
-rw-r--r--.SRCINFO9
-rw-r--r--PKGBUILD9
2 files changed, 14 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3aac3884cf21..4b0606382e76 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,20 +1,25 @@
pkgbase = python-mmsegmentation
pkgdesc = OpenMMLab Semantic Segmentation Toolbox and Benchmark
pkgver = 1.2.2
- pkgrel = 1
+ pkgrel = 2
epoch = 1
url = https://github.com/open-mmlab/mmsegmentation
arch = any
- license = Apache
+ license = Apache-2.0
makedepends = python-build
makedepends = python-installer
makedepends = python-setuptools
makedepends = python-wheel
depends = python-matplotlib
+ depends = python-mmengine
depends = python-mmpretrain
depends = python-mmcv
depends = python-numpy
+ depends = python-opencv
+ depends = python-pillow
depends = python-prettytable
+ depends = python-pytorch
+ depends = python-scipy
source = python-mmsegmentation-1.2.2.tar.gz::https://github.com/open-mmlab/mmsegmentation/archive/v1.2.2.tar.gz
sha512sums = 5a026fbd90a0b2632340aee611b439f116a5875fb3b7f86fb1612a6deea5bfcdda9bbb58e053c825cbe8338470bb773e6b8839ea03e518aa117a80941b0266c0
diff --git a/PKGBUILD b/PKGBUILD
index c2af974efc7e..070294ca1be1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,18 +3,23 @@
_pkgname=mmsegmentation
pkgname=python-mmsegmentation
pkgver=1.2.2
-pkgrel=1
+pkgrel=2
epoch=1
pkgdesc='OpenMMLab Semantic Segmentation Toolbox and Benchmark'
arch=('any')
url='https://github.com/open-mmlab/mmsegmentation'
-license=('Apache')
+license=('Apache-2.0')
depends=(
python-matplotlib
+ python-mmengine
python-mmpretrain
python-mmcv
python-numpy
+ python-opencv
+ python-pillow
python-prettytable
+ python-pytorch
+ python-scipy
)
makedepends=(
python-build