Skip to content

Commit

Permalink
update python-comtool
Browse files Browse the repository at this point in the history
  • Loading branch information
taotieren committed Nov 13, 2024
1 parent 75a18e7 commit 95ef97a
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 13 deletions.
17 changes: 10 additions & 7 deletions aur-repo/python-comtool/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,13 @@

pkgname=python-comtool
_name=COMTool
pkgver=3.3.1
pkgrel=3
pkgver=3.4.1
pkgrel=0
epoch=
pkgdesc="A cross platform serial debug tools written by python"
arch=('any')
url="https://pypi.org/project/COMTool"
# url="https://pypi.org/project/COMTool"
url="https://github.com/Neutree/COMTool"
license=('LGPL-3.0-or-later')
groups=()
depends=('python'
Expand All @@ -31,17 +32,19 @@ makedepends=('python-build'
'python-wheel')
checkdepends=()
optdepends=()
provides=('COMTool' 'comtool')
conflicts=('comtool' 'python-comtool')
provides=('COMTool' 'comtool' 'python-comtool')
conflicts=('COMTool' 'comtool' 'python-comtool')
replaces=()
backup=()
options=()
install=$pkgname.install
changelog=
source=("${_name}-${pkgver}.tar.gz::https://files.pythonhosted.org/packages/source/${_name::1}/$_name/$_name-$pkgver.tar.gz"
source=(
"${_name}-${pkgver}.tar.gz::${url}/archive/refs/tags/v$pkgver.tar.gz"
# "${_name}-${pkgver}.tar.gz::https://files.pythonhosted.org/packages/source/${_name::1}/$_name/$_name-$pkgver.tar.gz"
$pkgname.install)
noextract=()
sha256sums=('8a8423a8de41239f3878f79372ed29e604d7a699f25ac504c4f00fd1d810c6c7'
sha256sums=('fcaeeedcf2d84268d1fb601f070f4cfbfe456a947777f2fc2457f33892daa523'
'45b92e9788ac186a4fa2bad728fe7956b2afb52c4f4b01481ddd2b26ed47bdc3')
#validpgpkeys=()

Expand Down
12 changes: 6 additions & 6 deletions aur-repo/python-comtool/lilac.yaml
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
maintainers:
- github: taotieren

build_prefix: extra-x86_64

pre_build_script: |
update_pkgver_and_pkgrel(_G.newver)
post_build_script: |
git_pkgbuild_commit()
update_aur_repo()
update_on:
- source: pypi
pypi: COMTool
- source: github
github: Neutree/COMTool
use_latest_release: true
prefix: v
- alias: python
# - source: pypi
# pypi: COMTool

0 comments on commit 95ef97a

Please sign in to comment.