summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorlilac2021-03-13 16:41:03 +0800
committerlilac2021-03-13 16:41:03 +0800
commit706c5c632ee518fec9a8ee1e82f2888bc8911353 (patch)
tree1f16702ca934d0112ab95760992322f554e9140b
parent7d0bd2946354b5454c8aa267fac265c268531dd0 (diff)
downloadaur-706c5c632ee518fec9a8ee1e82f2888bc8911353.tar.gz
[lilac] updated to 0.4-1
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD6
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c327507c9b4f..5a97cd7a3ed4 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.3
- pkgrel = 4
+ pkgver = 0.4
+ pkgrel = 1
url = https://github.com/facebookresearch/detectron2
arch = x86_64
license = Apache
@@ -22,8 +22,8 @@ pkgbase = python-detectron2
depends = python-yacs
depends = tensorboard
optdepends = opencv
- source = detectron2-0.3.tar.gz::https://github.com/facebookresearch/detectron2/archive/v0.3.tar.gz
- sha256sums = 1a4d122c755e58779f251101c1a51bf54d58f3417548ffb8c262f669b4d1b651
+ source = detectron2-0.4.tar.gz::https://github.com/facebookresearch/detectron2/archive/v0.4.tar.gz
+ sha256sums = 1294603f48ccb1d31b6c540233c724e392257643f378755fc688de0b57e823b3
pkgname = python-detectron2
depends = python-cloudpickle
@@ -58,6 +58,6 @@ pkgname = python-detectron2-cuda
depends = tensorboard
depends = cuda
depends = python-pytorch-cuda
- provides = python-detectron2=0.3
+ provides = python-detectron2=0.4
conflicts = python-detectron2
diff --git a/PKGBUILD b/PKGBUILD
index 64d8a9136a5d..dcecdf43ad87 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.3
-pkgrel=4
+pkgver=0.4
+pkgrel=1
pkgdesc="FAIR's next-generation platform for object detection and segmentation"
arch=('x86_64')
url='https://github.com/facebookresearch/detectron2'
@@ -31,7 +31,7 @@ makedepends=(
python-pytorch-cuda
)
source=("${_pkgname}-${pkgver}.tar.gz::https://github.com/facebookresearch/detectron2/archive/v${pkgver}.tar.gz")
-sha256sums=('1a4d122c755e58779f251101c1a51bf54d58f3417548ffb8c262f669b4d1b651')
+sha256sums=('1294603f48ccb1d31b6c540233c724e392257643f378755fc688de0b57e823b3')
prepare() {
cp -a "${_pkgname}-${pkgver}" "python-${_pkgname}-${pkgver}"