summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorcsicar2021-01-24 11:39:41 +0100
committercsicar2021-01-24 11:39:41 +0100
commit467d178ba724b50ccbf655b10027aa94c1ae6af1 (patch)
treedc648739e047dbda1379af75db7bca616b71827f
parent647f6c779092279beb9d86c6386f183c4426849b (diff)
downloadaur-467d178ba724b50ccbf655b10027aa94c1ae6af1.tar.gz
Fix empty groups
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD1
2 files changed, 0 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9c2d4afaedc3..9023707934e2 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -6,7 +6,6 @@ pkgbase = mos-bin
arch = x86_64
arch = i686
arch = arm64
- groups =
license = GLPv2
depends = libftdi-compat
depends = libusb>=1.0.16
diff --git a/PKGBUILD b/PKGBUILD
index d4e929c1964c..6968c674f7e0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,6 @@ pkgdesc="This package contains the Mongoose OS CLI tool."
arch=('x86_64' 'i686' 'arm64')
url="https://mongoose-os.com"
license=('GLPv2')
-groups=('')
depends=('libftdi-compat' 'libusb>=1.0.16')
options=('!strip' '!emptydirs')
source_x86_64=("https://launchpad.net/~mongoose-os/+archive/ubuntu/mos/+files/mos_2.19.0+b8341b5~xenial0_amd64.deb")