summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorlilac2022-06-14 04:31:40 +0800
committerlilac2022-06-14 04:31:40 +0800
commite8a3438ac9dd9b8dab110d53fe19a0ce48dafce8 (patch)
tree8d2d636a2577ee557c38d62ffb5fac1d12736010
parent049a6544fdeb18a6518a2f981b38fa329d707a75 (diff)
downloadaur-e8a3438ac9dd9b8dab110d53fe19a0ce48dafce8.tar.gz
[lilac] updated to 0.6-4
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 731e536ce7f6..6816c3c05221 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = python-detectron2
pkgdesc = FAIR's next-generation platform for object detection and segmentation
pkgver = 0.6
- pkgrel = 3
+ pkgrel = 4
url = https://github.com/facebookresearch/detectron2
arch = x86_64
license = Apache
@@ -11,7 +11,7 @@ pkgbase = python-detectron2
depends = python-cloudpickle
depends = python-future
depends = python-fvcore
- depends = python-hydra
+ depends = python-hydra-core
depends = python-iopath
depends = python-matplotlib
depends = python-mock
@@ -32,7 +32,7 @@ pkgname = python-detectron2
depends = python-cloudpickle
depends = python-future
depends = python-fvcore
- depends = python-hydra
+ depends = python-hydra-core
depends = python-iopath
depends = python-matplotlib
depends = python-mock
@@ -53,7 +53,7 @@ pkgname = python-detectron2-cuda
depends = python-cloudpickle
depends = python-future
depends = python-fvcore
- depends = python-hydra
+ depends = python-hydra-core
depends = python-iopath
depends = python-matplotlib
depends = python-mock
diff --git a/PKGBUILD b/PKGBUILD
index 3640262b7404..a630fd119f8d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@ _CUDA_ARCH_LIST="5.2;5.3;6.0;6.1;6.2;7.0;7.2;7.5;8.0;8.6;8.6+PTX"
pkgname=(python-detectron2 python-detectron2-cuda)
_pkgname=detectron2
pkgver=0.6
-pkgrel=3
+pkgrel=4
pkgdesc="FAIR's next-generation platform for object detection and segmentation"
arch=('x86_64')
url='https://github.com/facebookresearch/detectron2'
@@ -13,7 +13,7 @@ depends=(
python-cloudpickle
python-future
python-fvcore
- python-hydra
+ python-hydra-core
python-iopath
python-matplotlib
python-mock