summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorlilac2024-03-20 20:44:51 +0800
committerlilac2024-03-20 20:44:51 +0800
commitaab9aeb741a0e54e726aa4e24ce405b9e861111d (patch)
treea17ddf3ef940cb350aa026ec76e7b4772b072e4f /PKGBUILD
parentadfa2cc7be3f17bd53f55b2b9de541ae25c2938c (diff)
downloadaur-python-mmaction2.tar.gz
[lilac] updated to 1.2.0-2
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD5
1 files changed, 3 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index e54ecc158a03..39584389c8ef 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,11 +3,11 @@
_pkgname=mmaction2
pkgname=python-mmaction2
pkgver=1.2.0
-pkgrel=1
+pkgrel=2
pkgdesc="OpenMMLab's Next Generation Action Understanding Toolbox and Benchmark"
arch=('any')
url='https://github.com/open-mmlab/mmaction2'
-license=('Apache')
+license=('Apache-2.0')
depends=(
python-matplotlib
python-mmcv
@@ -15,6 +15,7 @@ depends=(
python-opencv
python-pillow
python-pytorch
+ python-scipy
python-torchvision
)
makedepends=(