mirror of
https://github.com/archlinux/aur.git
synced 2026-02-09 06:38:44 +01:00
update to 0.9.0
This commit is contained in:
parent
5e367069cc
commit
274f7fe9c3
2 changed files with 8 additions and 8 deletions
10
.SRCINFO
10
.SRCINFO
|
|
@ -1,18 +1,18 @@
|
|||
pkgbase = chaterm-bin
|
||||
pkgdesc = A terminal tool with AI Agent, makes you no need to learn complicated regular expressions, Perl and Python, switches and Linux commands, SQL syntax can easily manage thousands of devices!(Prebuilt version,use system-wide electron)
|
||||
pkgver = 0.8.3
|
||||
pkgver = 0.9.0
|
||||
pkgrel = 1
|
||||
url = https://chaterm.ai/
|
||||
arch = x86_64
|
||||
license = GPL-3.0-only
|
||||
makedepends = asar
|
||||
depends = electron30
|
||||
depends = electron40
|
||||
depends = python
|
||||
provides = chaterm=0.8.3
|
||||
provides = chaterm=0.9.0
|
||||
conflicts = chaterm
|
||||
source = chaterm-0.8.3-x86_64.deb::https://github.com/chaterm/Chaterm/releases/download/v0.8.3/chaterm-0.8.3-linux-amd64.deb
|
||||
source = chaterm-0.9.0-x86_64.deb::https://github.com/chaterm/Chaterm/releases/download/v0.9.0/chaterm-0.9.0-linux-amd64.deb
|
||||
source = chaterm.sh
|
||||
sha256sums = df9a1efd27f96bffae882cd18796394ccebfc36955b54074f908a5823cc66c65
|
||||
sha256sums = f6a5a27a703327be3ffb196adc4ff0a8cb95f1b0a07eb68f195d4beec66e76ec
|
||||
sha256sums = 31ad33b633744f5361abd964be306cea53ae1050e760c787115f7eca60045ae6
|
||||
|
||||
pkgname = chaterm-bin
|
||||
|
|
|
|||
6
PKGBUILD
6
PKGBUILD
|
|
@ -1,8 +1,8 @@
|
|||
# Maintainer: zxp19821005 <zxp19821005 at 163 dot com>
|
||||
pkgname=chaterm-bin
|
||||
_pkgname=Chaterm
|
||||
pkgver=0.8.3
|
||||
_electronversion=30
|
||||
pkgver=0.9.0
|
||||
_electronversion=40
|
||||
pkgrel=1
|
||||
pkgdesc="A terminal tool with AI Agent, makes you no need to learn complicated regular expressions, Perl and Python, switches and Linux commands, SQL syntax can easily manage thousands of devices!(Prebuilt version,use system-wide electron)"
|
||||
arch=('x86_64')
|
||||
|
|
@ -22,7 +22,7 @@ source=(
|
|||
"${pkgname%-bin}-${pkgver}-x86_64.deb::${_ghurl}/releases/download/v${pkgver}/${pkgname%-bin}-${pkgver}-linux-amd64.deb"
|
||||
"${pkgname%-bin}.sh"
|
||||
)
|
||||
sha256sums=('df9a1efd27f96bffae882cd18796394ccebfc36955b54074f908a5823cc66c65'
|
||||
sha256sums=('f6a5a27a703327be3ffb196adc4ff0a8cb95f1b0a07eb68f195d4beec66e76ec'
|
||||
'31ad33b633744f5361abd964be306cea53ae1050e760c787115f7eca60045ae6')
|
||||
_get_electron_version() {
|
||||
_elec_ver="$(strings "${srcdir}/opt/${_pkgname}/${pkgname%-bin}" | grep '^Chrome/[0-9.]* Electron/[0-9]' | cut -d'/' -f3 | cut -d'.' -f1)"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue