summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorjerry732042020-03-04 23:44:25 +0800
committerjerry732042020-03-04 23:44:25 +0800
commit10331971b59e9808d32c8cc9a3efb620bb67de36 (patch)
tree9a100826b52c3839299f6c2dc9fd518a6715c6cd /PKGBUILD
parent2ea69c024d882b597e67cddbc5af61547803cf75 (diff)
downloadaur-10331971b59e9808d32c8cc9a3efb620bb67de36.tar.gz
Change name to python-detectron2-git
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD3
1 files changed, 2 insertions, 1 deletions
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'