summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authortaotieren2024-01-31 11:30:20 +0800
committertaotieren2024-01-31 11:30:20 +0800
commit45ea501e9915d90add517b06b3eb19c12f564ed6 (patch)
treeb37df24b06a00d3cf46e9e1fa8238b857cba05e0
parente5dc2dfd49fb65e925f81396850ef70c0929689e (diff)
downloadaur-45ea501e9915d90add517b06b3eb19c12f564ed6.tar.gz
update 3.0.08-1
-rw-r--r--.SRCINFO21
-rw-r--r--PKGBUILD15
2 files changed, 16 insertions, 20 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d18e90f5e3ed..3d4f0038144e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,30 +1,21 @@
pkgbase = at-link-console-bin
pkgdesc = Artery AT LINK Console 是一款基于 MCU Bootloader 的命令行应用程序。支持AT32 MCU「在电路编程」Console工具
pkgver = 3.0.08
- pkgrel = 0
+ pkgrel = 1
url = https://www.arterytek.com/cn/product/AT32F403.jsp
install = at-link-console-bin.install
arch = x86_64
license = Commercial
makedepends = unzip
- depends = icu
- depends = qt5-base
+ depends = bash
depends = gcc-libs
depends = glibc
- depends = systemd-libs
- depends = zlib
- depends = double-conversion
- depends = pcre2
- depends = zstd
- depends = glib2
- depends = xz
- depends = lz4
- depends = libcap
- depends = libgcrypt
- depends = libgpg-error
+ depends = libusb
+ depends = qt5-base
+ provides = at-link-console
provides = AT-LINK_Console
+ conflicts = at-link-console
noextract = Artery_ATLINK_Console_V3.0.08.zip
- options = !strip
source = Artery_ATLINK_Console_V3.0.08.zip::https://www.arterytek.com/download/TOOL/Artery_ATLINK_Console_Linux-x86_64_V3.0.08.zip
sha256sums = 49da6d2e35b3bc965c78ffe49619a07e70bd6049eab3635adfb7cd2ef3c46f21
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")