Felix Yan pushed to branch main at Arch Linux / Packaging / Packages / comtool
Commits:
721c1aa6 by Felix Yan at 2026-03-03T04:57:45+08:00
upgpkg: 2.3.0-1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = comtool
pkgdesc = A cross platform serial debug tools written by python
- pkgver = 2.2.1
- pkgrel = 5
+ pkgver = 2.3.0
+ pkgrel = 1
url = https://github.com/Neutree/COMTool
arch = any
license = LGPL-3.0-only
@@ -15,7 +15,7 @@ pkgbase = comtool
depends = python-requests
depends = python-babel
depends = python-qtawesome
- source = git+https://github.com/Neutree/COMTool.git#tag=v2.2.1
- sha512sums =
880116a7feaf374312868323aed75982e45f377f49aab85b095873ae022651b8cd3a3af50dd0e51214f7e10f5a9f38922c4da0a1d93b8cca18c42d904c387eeb
+ source = git+https://github.com/Neutree/COMTool.git#tag=v2.3.0
+ sha512sums =
4aa9f92b505b62515cdbbd85ea26cdc0ae92be08f5f60e24de83bfec4ceb47acdc2799c3a50280fa757806c87adc6b59eacbb916786b6694081c1e9347009fd2
pkgname = comtool
=====================================
PKGBUILD
=====================================
@@ -1,8 +1,8 @@
# Maintainer: Felix Yan <[email protected]>
pkgname=comtool
-pkgver=2.2.1
-pkgrel=5
+pkgver=2.3.0
+pkgrel=1
pkgdesc="A cross platform serial debug tools written by python"
arch=('any')
url="https://github.com/Neutree/COMTool"
@@ -10,7 +10,7 @@ license=('LGPL-3.0-only')
depends=('python-pyqt5' 'python-pyserial' 'python-requests' 'python-babel'
'python-qtawesome')
makedepends=('git' 'python-build' 'python-installer' 'python-setuptools'
'python-wheel')
source=("git+https://github.com/Neutree/COMTool.git#tag=v$pkgver")
-sha512sums=('880116a7feaf374312868323aed75982e45f377f49aab85b095873ae022651b8cd3a3af50dd0e51214f7e10f5a9f38922c4da0a1d93b8cca18c42d904c387eeb')
+sha512sums=('4aa9f92b505b62515cdbbd85ea26cdc0ae92be08f5f60e24de83bfec4ceb47acdc2799c3a50280fa757806c87adc6b59eacbb916786b6694081c1e9347009fd2')
prepare() {
cd COMTool
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/comtool/-/commit/721c1aa6681252aa8dd2053a580e6477f5929775
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/comtool/-/commit/721c1aa6681252aa8dd2053a580e6477f5929775
You're receiving this email because of your account on gitlab.archlinux.org.