summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authoryjun2023-09-23 01:20:44 +0800
committeryjun2023-09-23 01:20:44 +0800
commit06710d32992c3f01247a3d2eee20504dc8d03776 (patch)
treeb1da9c4856e9d38bef0b0d45e56f31d71ea73931 /PKGBUILD
parentba2bfef0078d63c1116f09aa0a3a7cdf0e1c3719 (diff)
downloadaur-bouffalo-lab-dev-cube.tar.gz
[fix]: dependency and license update
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD10
1 files changed, 6 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 745329d31e83..8fe7ac910f18 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,13 +3,15 @@
pkgname=bouffalo-lab-dev-cube
_pkgname=BouffaloLabDevCube
pkgver=1.8.5
-pkgrel=1
+pkgrel=2
pkgdesc="A chip integrated development tool provided by Bouffalolab, which includes three major functions: IOT program download, MCU program download and RF performance test."
arch=('x86_64')
url="https://bouffalolab.oschina.io/bl_mcu_sdk/get_started/bl_dev_cube.html"
-license=('custom')
-depends=('gtk3')
-optdepends=("noto-fonts-cjk: Chinese display support")
+license=('unknown')
+depends=('libusb'
+ 'glibc'
+ 'gcc-libs'
+ 'zlib')
makedepends=('unzip')
provides=("bl-lab-dev-cube")
options=('emptydirs')