summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authortaotieren2021-04-15 13:48:16 +0800
committertaotieren2021-04-15 13:48:16 +0800
commit058b5d2c81bdccb824052a0625038924830bed39 (patch)
tree015f19072f4a964ec5c9e939d73990305538eab7
parent304ec18a55d436a32aa7d14aa7ccefb936a8768d (diff)
downloadaur-fire-tool.tar.gz
Update LICENSE to unknown
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c603a93f2fb0..74118d341ff9 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,11 +1,11 @@
pkgbase = fire-tool
pkgdesc = Embedfire Tool support Serial communication, TCP/UDP communication, camera and PID debuggingVisit https://www.embedfire.com for more information.
pkgver = 1.0.1.5
- pkgrel = 3
+ pkgrel = 4
url = https://www.embedfire.com
arch = x86_64
groups =
- license = MIT
+ license = unknown
depends = qt5-serialport
depends = qt5-networkauth
depends = qt5-svg
diff --git a/PKGBUILD b/PKGBUILD
index 59d41e003318..f8b27670cd99 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,11 +3,11 @@
pkgname=fire-tool
pkgver=1.0.1.5
-pkgrel=3
+pkgrel=4
pkgdesc="Embedfire Tool support Serial communication, TCP/UDP communication, camera and PID debuggingVisit https://www.embedfire.com for more information."
arch=('x86_64')
url="https://www.embedfire.com"
-license=('MIT')
+license=('unknown')
depends=('qt5-serialport' 'qt5-networkauth' 'qt5-svg' 'qt5-xcb-private-headers')
makedepends=()
groups=('')