mirror of
https://github.com/archlinux/aur.git
synced 2026-02-09 14:34:42 +01:00
Update to version 0.5.0
This commit is contained in:
parent
e10791064d
commit
2a313c47d9
3 changed files with 11 additions and 6 deletions
8
.SRCINFO
8
.SRCINFO
|
|
@ -1,14 +1,14 @@
|
|||
pkgbase = agent-browser
|
||||
pkgdesc = Headless browser automation CLI for AI agents
|
||||
pkgver = 0.4.4
|
||||
pkgver = 0.5.0
|
||||
pkgrel = 1
|
||||
url = https://github.com/vercel-labs/agent-browser
|
||||
arch = any
|
||||
license = Apache-2.0
|
||||
makedepends = npm
|
||||
depends = nodejs
|
||||
noextract = agent-browser-0.4.4.tgz
|
||||
source = https://registry.npmjs.org/agent-browser/-/agent-browser-0.4.4.tgz
|
||||
sha256sums = 52d9865d0e624933dd6a4c50c49477ad0ed0cfd88de776f4a4272f16fe030e2d
|
||||
noextract = agent-browser-0.5.0.tgz
|
||||
source = https://registry.npmjs.org/agent-browser/-/agent-browser-0.5.0.tgz
|
||||
sha256sums = 21d78bae6b84c5c755e15de1dc819e07c43c8e588b1eaaeb6a7e5ec0ffa4e7a0
|
||||
|
||||
pkgname = agent-browser
|
||||
|
|
|
|||
5
.gitignore
vendored
Normal file
5
.gitignore
vendored
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
**
|
||||
**/**
|
||||
!.gitignore
|
||||
!.SRCINFO
|
||||
!PKGBUILD
|
||||
4
PKGBUILD
4
PKGBUILD
|
|
@ -1,6 +1,6 @@
|
|||
# Maintainer: Guru <anjanaya@gmail.com>
|
||||
pkgname=agent-browser
|
||||
pkgver=0.4.4
|
||||
pkgver=0.5.0
|
||||
pkgrel=1
|
||||
pkgdesc="Headless browser automation CLI for AI agents"
|
||||
arch=('any')
|
||||
|
|
@ -10,7 +10,7 @@ depends=('nodejs')
|
|||
makedepends=('npm')
|
||||
source=("https://registry.npmjs.org/${pkgname}/-/${pkgname}-${pkgver}.tgz")
|
||||
noextract=("${pkgname}-${pkgver}.tgz")
|
||||
sha256sums=('52d9865d0e624933dd6a4c50c49477ad0ed0cfd88de776f4a4272f16fe030e2d')
|
||||
sha256sums=('21d78bae6b84c5c755e15de1dc819e07c43c8e588b1eaaeb6a7e5ec0ffa4e7a0')
|
||||
|
||||
package() {
|
||||
npm install -g --prefix "${pkgdir}/usr" "${srcdir}/${pkgname}-${pkgver}.tgz"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue