Felix Yan pushed to branch main at Arch Linux / Packaging / Packages / comtool
Commits:
baf0fd98 by Felix Yan at 2026-03-04T01:45:34+08:00
upgpkg: 2.4.0-1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
pkgbase = comtool
pkgdesc = A cross platform serial debug tools written by python
- pkgver = 2.3.0
+ pkgver = 2.4.0
pkgrel = 1
url = https://github.com/Neutree/COMTool
arch = any
@@ -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.3.0
- sha512sums =
4aa9f92b505b62515cdbbd85ea26cdc0ae92be08f5f60e24de83bfec4ceb47acdc2799c3a50280fa757806c87adc6b59eacbb916786b6694081c1e9347009fd2
+ source = git+https://github.com/Neutree/COMTool.git#tag=v2.4.0
+ sha512sums =
32dd58f9a45f07ee5eb9c64bc1ae36730d2a50005cec2013b85ddb7fb23e4d2d04dd64e69c88a6d2ee1849be5826e1a3a6ecc40c418ca47db53533811fb70a76
pkgname = comtool
=====================================
PKGBUILD
=====================================
@@ -1,7 +1,7 @@
# Maintainer: Felix Yan <[email protected]>
pkgname=comtool
-pkgver=2.3.0
+pkgver=2.4.0
pkgrel=1
pkgdesc="A cross platform serial debug tools written by python"
arch=('any')
@@ -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=('4aa9f92b505b62515cdbbd85ea26cdc0ae92be08f5f60e24de83bfec4ceb47acdc2799c3a50280fa757806c87adc6b59eacbb916786b6694081c1e9347009fd2')
+sha512sums=('32dd58f9a45f07ee5eb9c64bc1ae36730d2a50005cec2013b85ddb7fb23e4d2d04dd64e69c88a6d2ee1849be5826e1a3a6ecc40c418ca47db53533811fb70a76')
prepare() {
cd COMTool
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/comtool/-/commit/baf0fd9890312f0e3d161a3e43d852d4cd706986
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/comtool/-/commit/baf0fd9890312f0e3d161a3e43d852d4cd706986
You're receiving this email because of your account on gitlab.archlinux.org.