summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorlilac2020-11-08 03:08:23 +0800
committerlilac2020-11-08 03:08:23 +0800
commit2e7617f00d496ce2dc96670ecadba157bf650f68 (patch)
tree0b7033345c51d700bf20e85970dc64f669fe7bd2
parente4d3f31b875c1159956684a1e9a3db7600dcacdf (diff)
downloadaur-2e7617f00d496ce2dc96670ecadba157bf650f68.tar.gz
[lilac] updated to 0.3-1
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD8
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 23bb16e00c55..0dfb0e818763 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.2.1
- pkgrel = 2
+ pkgver = 0.3
+ 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.2.1.tar.gz::https://github.com/facebookresearch/detectron2/archive/v0.2.1.tar.gz
- sha256sums = ee3e404f534c03883423846876522d6b1e3e64796abd12caf51e8f8648bd5a63
+ source = detectron2-0.3.tar.gz::https://github.com/facebookresearch/detectron2/archive/v0.3.tar.gz
+ sha256sums = 1a4d122c755e58779f251101c1a51bf54d58f3417548ffb8c262f669b4d1b651
pkgname = python-detectron2
depends = python-cloudpickle
diff --git a/PKGBUILD b/PKGBUILD
index 7fbc2e75d5f6..cf53f17d7dbb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,8 +2,8 @@
pkgname=(python-detectron2 python-detectron2-cuda)
_pkgname=detectron2
-pkgver=0.2.1
-pkgrel=2
+pkgver=0.3
+pkgrel=1
pkgdesc="FAIR's next-generation platform for object detection and segmentation"
arch=('x86_64')
url='https://github.com/facebookresearch/detectron2'
@@ -29,8 +29,8 @@ makedepends=(
python-setuptools
python-pytorch-cuda
)
-source=("${_pkgname}-${pkgver}.tar.gz::https://github.com/facebookresearch/detectron2/archive/v0.2.1.tar.gz")
-sha256sums=('ee3e404f534c03883423846876522d6b1e3e64796abd12caf51e8f8648bd5a63')
+source=("${_pkgname}-${pkgver}.tar.gz::https://github.com/facebookresearch/detectron2/archive/v${pkgver}.tar.gz")
+sha256sums=('1a4d122c755e58779f251101c1a51bf54d58f3417548ffb8c262f669b4d1b651')
prepare() {
cp -a "${_pkgname}-${pkgver}" "python-${_pkgname}-${pkgver}"