mirror of
https://github.com/archlinux/aur.git
synced 2026-02-19 11:03:49 +01:00
Update opencode-pty to version 0.1.2
This commit is contained in:
parent
ab1c469b30
commit
274469aa65
2 changed files with 6 additions and 7 deletions
9
.SRCINFO
9
.SRCINFO
|
|
@ -1,17 +1,16 @@
|
|||
pkgbase = opencode-pty
|
||||
pkgdesc = OpenCode plugin for interactive PTY management - run background processes, send input, read output with regex filtering
|
||||
pkgver = 0.1.1
|
||||
pkgver = 0.1.2
|
||||
pkgrel = 1
|
||||
url = https://github.com/shekohex/opencode-pty
|
||||
install = opencode-pty.install
|
||||
arch = any
|
||||
license = MIT
|
||||
makedepends = jq
|
||||
depends = opencode
|
||||
depends = npm
|
||||
noextract = opencode-pty-0.1.1.tgz
|
||||
options = !strip
|
||||
options = !debug
|
||||
source = opencode-pty-0.1.1.tgz::https://registry.npmjs.org/opencode-pty/-/opencode-pty-0.1.1.tgz
|
||||
sha256sums = a4bd168d487388aa0f623c224d1332e160d825ff20a6ec1aafae9d966d747dc5
|
||||
source = opencode-pty-0.1.2.tgz::https://registry.npmjs.org/opencode-pty/-/opencode-pty-0.1.2.tgz
|
||||
sha256sums = db34c27e7d3ece5b9dbd0c801e74843c44ce8a242b34047d24ebae77546386c8
|
||||
|
||||
pkgname = opencode-pty
|
||||
|
|
|
|||
4
PKGBUILD
4
PKGBUILD
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
pkgname=opencode-pty
|
||||
_pkgname=opencode-pty
|
||||
pkgver=0.1.1
|
||||
pkgver=0.1.2
|
||||
pkgrel=1
|
||||
pkgdesc="OpenCode plugin for interactive PTY management - run background processes, send input, read output with regex filtering"
|
||||
arch=('any')
|
||||
|
|
@ -14,7 +14,7 @@ options=('!strip' '!debug')
|
|||
install=$pkgname.install
|
||||
|
||||
source=("$pkgname-$pkgver.tgz::https://registry.npmjs.org/$_pkgname/-/$_pkgname-$pkgver.tgz")
|
||||
sha256sums=('a4bd168d487388aa0f623c224d1332e160d825ff20a6ec1aafae9d966d747dc5')
|
||||
sha256sums=('db34c27e7d3ece5b9dbd0c801e74843c44ce8a242b34047d24ebae77546386c8')
|
||||
|
||||
latestver() {
|
||||
curl -fsSL "https://registry.npmjs.org/$_pkgname/latest" | jq -r '.version'
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue