From d94afc18367228a0a3d63d74f72b5c3c410e5474 Mon Sep 17 00:00:00 2001 From: Christopher Cooper Date: Mon, 21 Apr 2025 18:55:23 -0700 Subject: [PATCH] add nodejs dep, change license name --- .SRCINFO | 5 +++-- PKGBUILD | 6 +++--- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/.SRCINFO b/.SRCINFO index d903b5f..c4441f6 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -1,11 +1,12 @@ pkgbase = claude-code pkgdesc = An agentic coding tool that lives in your terminal pkgver = 0.2.76 - pkgrel = 1 + pkgrel = 2 url = https://github.com/anthropics/claude-code arch = any - license = custom + license = LicenseRef-claude-code makedepends = npm + depends = nodejs optdepends = git: allow Claude to use git optdepends = github-cli: interact with GitHub optdepends = glab: interact with GitLab diff --git a/PKGBUILD b/PKGBUILD index 6d1bd6b..63672fb 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -2,12 +2,12 @@ pkgname=claude-code _full_pkgname="@anthropic-ai/${pkgname}" pkgver=0.2.76 -pkgrel=1 +pkgrel=2 pkgdesc="An agentic coding tool that lives in your terminal" arch=('any') url="https://github.com/anthropics/claude-code" -license=('custom') -depends=() +license=('LicenseRef-claude-code') +depends=('nodejs') makedepends=('npm') optdepends=( 'git: allow Claude to use git'