summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorArun Mahapatra2020-08-07 11:20:00 +0530
committerArun Mahapatra2020-08-07 11:20:00 +0530
commit8b38bbcca653bfad8498ff7f504a1315bff0bcbe (patch)
tree287a4107b04c0a3eafae151946fb8061d7aaa17a
parentb38d4999a7bcd0202c4ceb3224327851b96009c5 (diff)
downloadaur-8b38bbcca653bfad8498ff7f504a1315bff0bcbe.tar.gz
chore: fix license and rename package to vott-bin.
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD5
2 files changed, 7 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 90cad48b8bf0..c08a6122a634 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,15 @@
-pkgbase = vott
+pkgbase = vott-bin
pkgdesc = Visual Object Tagging Tool: An electron app for building end to end Object Detection Models from Images and Videos.
pkgver = 2.2.0
pkgrel = 1
url = https://github.com/microsoft/VoTT
arch = x86_64
- license = unknown
+ license = MIT
makedepends = squashfs-tools
provides = vott
+ conflicts = vott
source = https://github.com/microsoft/VoTT/releases/download/v2.2.0/vott-2.2.0-linux.snap
sha256sums = 639e5a8ecaab9e1425da11b59c87387cb383deb22d7b93ba7fa1c941dfd82c10
-pkgname = vott
+pkgname = vott-bin
diff --git a/PKGBUILD b/PKGBUILD
index a5e72cf7de32..4b3f188dce87 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,13 +1,14 @@
# Maintainer: Arun Mahapatra <arun@codito.in>
-pkgname=vott
+pkgname=vott-bin
pkgver=2.2.0
pkgrel=1
pkgdesc="Visual Object Tagging Tool: An electron app for building end to end Object Detection Models from Images and Videos."
arch=('x86_64')
url='https://github.com/microsoft/VoTT'
provides=('vott')
-license=('unknown')
+conflicts=('vott')
+license=('MIT')
makedepends=('squashfs-tools')
source=("https://github.com/microsoft/VoTT/releases/download/v${pkgver}/vott-${pkgver}-linux.snap")
sha256sums=('639e5a8ecaab9e1425da11b59c87387cb383deb22d7b93ba7fa1c941dfd82c10')