summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorlilac2022-11-16 21:26:17 +0800
committerlilac2022-11-16 21:26:17 +0800
commitc96f87562144fc64d42625273ebc30adf2d760d9 (patch)
tree0e9bfb378ee1736653acc4d9d5c0a2704c95ae2b
parent0a6c61f0dbbc9e62ed6df425a0b367f82bf88d51 (diff)
downloadaur-c96f87562144fc64d42625273ebc30adf2d760d9.tar.gz
[lilac] updated to 0.6-6
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d71755d838e5..830b462cf3ac 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 = 5
+ pkgrel = 6
url = https://github.com/facebookresearch/detectron2
arch = x86_64
license = Apache
diff --git a/PKGBUILD b/PKGBUILD
index 6fca21dc540d..0e6fa8448ee0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,10 +1,10 @@
# Maintainer: Butui Hu <hot123tea123@gmail.com>
-_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"
+_CUDA_ARCH_LIST="6.0;6.1;6.2;7.0;7.2;7.5;8.0;8.6;8.6;8.9;9.0;9.0+PTX"
pkgname=(python-detectron2 python-detectron2-cuda)
_pkgname=detectron2
pkgver=0.6
-pkgrel=5
+pkgrel=6
pkgdesc="FAIR's next-generation platform for object detection and segmentation"
arch=('x86_64')
url='https://github.com/facebookresearch/detectron2'