summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorjerry732042020-03-04 23:44:25 +0800
committerjerry732042020-03-04 23:44:25 +0800
commit10331971b59e9808d32c8cc9a3efb620bb67de36 (patch)
tree9a100826b52c3839299f6c2dc9fd518a6715c6cd
parent2ea69c024d882b597e67cddbc5af61547803cf75 (diff)
downloadaur-10331971b59e9808d32c8cc9a3efb620bb67de36.tar.gz
Change name to python-detectron2-git
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD3
2 files changed, 5 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c42f034c73b7..7dadc4e76d92 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,4 +1,4 @@
-pkgbase = python-detectron2
+pkgbase = python-detectron2-git
pkgdesc = Detectron2 is Facebook AI Research's next generation software system that implements state-of-the-art object detection algorithms.
pkgver = r304.5e2a1ec
pkgrel = 1
@@ -12,8 +12,9 @@ pkgbase = python-detectron2
depends = python-cocoapi
optdepends = opencv
provides = python-detectron2
+ conflicts = python-detectron2
source = detectron2::git+https://github.com/facebookresearch/detectron2.git
sha256sums = SKIP
-pkgname = python-detectron2
+pkgname = python-detectron2-git
diff --git a/PKGBUILD b/PKGBUILD
index 1423a72bccec..42017bb11eb9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: jerry73204 <jerry73204@gmail.com>
-pkgname='python-detectron2'
+pkgname='python-detectron2-git'
_reponame='detectron2'
pkgver='r304.5e2a1ec'
pkgrel='1'
@@ -8,6 +8,7 @@ pkgdesc="Detectron2 is Facebook AI Research's next generation software system th
arch=('any')
url='https://github.com/facebookresearch/detectron2'
license=('Apache-2.0')
+conflicts=("${pkgname%-git}")
provides=("${pkgname%-git}")
depends=(
'python'