summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorlilac2021-11-16 16:34:39 +0800
committerlilac2021-11-16 16:34:39 +0800
commit727a6870ac66062b3e5721f35396c1c32f145559 (patch)
tree76adc7c327c82d20328f1804c813518f703a767a
parentb21d3614d06a48faa2de6c4aab27ddf1d73f64fd (diff)
downloadaur-727a6870ac66062b3e5721f35396c1c32f145559.tar.gz
[lilac] updated to 0.6-1
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD6
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 22fbe25a0651..d27fe31140d0 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.5
- pkgrel = 3
+ pkgver = 0.6
+ pkgrel = 1
url = https://github.com/facebookresearch/detectron2
arch = x86_64
license = Apache
@@ -24,8 +24,8 @@ pkgbase = python-detectron2
depends = python-yacs
depends = tensorboard
optdepends = opencv
- source = detectron2-0.5.tar.gz::https://github.com/facebookresearch/detectron2/archive/v0.5.tar.gz
- sha256sums = eb5a63dc89face5f0ba8b9cd66283817f79afa0445937614af8225712274787f
+ source = detectron2-0.6.tar.gz::https://github.com/facebookresearch/detectron2/archive/v0.6.tar.gz
+ sha256sums = 9757fed05fa32acc2116ea038185f08409d5e854573e70f41909a358b70d1004
pkgname = python-detectron2
depends = python-cloudpickle
@@ -64,5 +64,5 @@ pkgname = python-detectron2-cuda
depends = tensorboard
depends = cuda
depends = python-pytorch-cuda
- provides = python-detectron2=0.5
+ provides = python-detectron2=0.6
conflicts = python-detectron2
diff --git a/PKGBUILD b/PKGBUILD
index 7fcdc8513444..445a1cc7df41 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,8 +3,8 @@
_CUDA_ARCH_LIST="5.2;5.3;6.0;6.1;6.2;7.0;7.0+PTX;7.2;7.2+PTX;7.5;7.5+PTX;8.0;8.0+PTX;8.6;8.6+PTX"
pkgname=(python-detectron2 python-detectron2-cuda)
_pkgname=detectron2
-pkgver=0.5
-pkgrel=3
+pkgver=0.6
+pkgrel=1
pkgdesc="FAIR's next-generation platform for object detection and segmentation"
arch=('x86_64')
url='https://github.com/facebookresearch/detectron2'
@@ -33,7 +33,7 @@ makedepends=(
python-pytorch-cuda
)
source=("${_pkgname}-${pkgver}.tar.gz::https://github.com/facebookresearch/detectron2/archive/v${pkgver}.tar.gz")
-sha256sums=('eb5a63dc89face5f0ba8b9cd66283817f79afa0445937614af8225712274787f')
+sha256sums=('9757fed05fa32acc2116ea038185f08409d5e854573e70f41909a358b70d1004')
prepare() {
cp -a "${_pkgname}-${pkgver}" "python-${_pkgname}-${pkgver}"