summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorlilac2021-07-24 07:33:31 +0800
committerlilac2021-07-24 07:33:31 +0800
commitfa7ec70610c56d108937b1a69540bdca04be7d5c (patch)
tree98135bc7f74184a67a5143b003037881fd30f4ce
parent706c5c632ee518fec9a8ee1e82f2888bc8911353 (diff)
downloadaur-fa7ec70610c56d108937b1a69540bdca04be7d5c.tar.gz
[lilac] updated to 0.5-1
-rw-r--r--.SRCINFO9
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5a97cd7a3ed4..0ffe09250f28 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-detectron2
pkgdesc = FAIR's next-generation platform for object detection and segmentation
- pkgver = 0.4
+ pkgver = 0.5
pkgrel = 1
url = https://github.com/facebookresearch/detectron2
arch = x86_64
@@ -22,8 +22,8 @@ pkgbase = python-detectron2
depends = python-yacs
depends = tensorboard
optdepends = opencv
- source = detectron2-0.4.tar.gz::https://github.com/facebookresearch/detectron2/archive/v0.4.tar.gz
- sha256sums = 1294603f48ccb1d31b6c540233c724e392257643f378755fc688de0b57e823b3
+ source = detectron2-0.5.tar.gz::https://github.com/facebookresearch/detectron2/archive/v0.5.tar.gz
+ sha256sums = eb5a63dc89face5f0ba8b9cd66283817f79afa0445937614af8225712274787f
pkgname = python-detectron2
depends = python-cloudpickle
@@ -58,6 +58,5 @@ pkgname = python-detectron2-cuda
depends = tensorboard
depends = cuda
depends = python-pytorch-cuda
- provides = python-detectron2=0.4
+ provides = python-detectron2=0.5
conflicts = python-detectron2
-
diff --git a/PKGBUILD b/PKGBUILD
index dcecdf43ad87..841dc5dcbb06 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
_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.4
+pkgver=0.5
pkgrel=1
pkgdesc="FAIR's next-generation platform for object detection and segmentation"
arch=('x86_64')
@@ -31,7 +31,7 @@ makedepends=(
python-pytorch-cuda
)
source=("${_pkgname}-${pkgver}.tar.gz::https://github.com/facebookresearch/detectron2/archive/v${pkgver}.tar.gz")
-sha256sums=('1294603f48ccb1d31b6c540233c724e392257643f378755fc688de0b57e823b3')
+sha256sums=('eb5a63dc89face5f0ba8b9cd66283817f79afa0445937614af8225712274787f')
prepare() {
cp -a "${_pkgname}-${pkgver}" "python-${_pkgname}-${pkgver}"