summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authortaotieren2024-01-31 11:30:20 +0800
committertaotieren2024-01-31 11:30:20 +0800
commit45ea501e9915d90add517b06b3eb19c12f564ed6 (patch)
treeb37df24b06a00d3cf46e9e1fa8238b857cba05e0 /PKGBUILD
parente5dc2dfd49fb65e925f81396850ef70c0929689e (diff)
downloadaur-45ea501e9915d90add517b06b3eb19c12f564ed6.tar.gz
update 3.0.08-1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD15
1 files changed, 10 insertions, 5 deletions
diff --git a/PKGBUILD b/PKGBUILD
index ee1c1d07fb9f..72f7decbc0c5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,18 +2,23 @@
pkgname=at-link-console-bin
pkgver=3.0.08
-pkgrel=0
+pkgrel=1
pkgdesc="Artery AT LINK Console 是一款基于 MCU Bootloader 的命令行应用程序。支持AT32 MCU「在电路编程」Console工具"
arch=('x86_64')
url="https://www.arterytek.com/cn/product/AT32F403.jsp"
license=('Commercial')
-provides=(AT-LINK_Console)
-conflicts=()
+provides=(${pkgname%-bin} AT-LINK_Console)
+conflicts=(${pkgname%-bin})
replaces=()
-depends=('icu' 'qt5-base' 'gcc-libs' 'glibc' 'systemd-libs' 'zlib' 'double-conversion' 'pcre2' 'zstd' 'glib2' 'xz' 'lz4' 'libcap' 'libgcrypt' 'libgpg-error')
+depends=(
+ bash
+ gcc-libs
+ glibc
+ libusb
+ qt5-base)
makedepends=('unzip')
backup=()
-options=('!strip')
+options=()
install=${pkgname}.install
_pkg_file_name=Artery_ATLINK_Console_V${pkgver}.zip
source=("${_pkg_file_name}::https://www.arterytek.com/download/TOOL/Artery_ATLINK_Console_Linux-${arch}_V${pkgver}.zip")