From a2e9ca1a1c476f6e7585d705babaf93b788a6495 Mon Sep 17 00:00:00 2001 From: David Birks Date: Wed, 16 Apr 2025 01:11:25 -0400 Subject: [PATCH] Bump srcinfo to get the new makedepends --- .SRCINFO | 4 ++-- PKGBUILD | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.SRCINFO b/.SRCINFO index 438cc3aeae29..581dae6cc914 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -1,12 +1,12 @@ pkgbase = goose-desktop pkgdesc = An open-source, extensible AI agent that goes beyond code suggestions (with UI) pkgver = 1.0.18 - pkgrel = 1 + pkgrel = 2 url = https://github.com/block/goose arch = x86_64 license = Apache-2.0 makedepends = cargo - makedepends = libxcb + makedepends = nodejs makedepends = just conflicts = codename-goose conflicts = codename-goose-bin diff --git a/PKGBUILD b/PKGBUILD index 3c3950f84fc6..b60b19a3bf5d 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -2,7 +2,7 @@ pkgname=goose-desktop pkgver=1.0.18 -pkgrel=1 +pkgrel=2 pkgdesc="An open-source, extensible AI agent that goes beyond code suggestions (with UI)" arch=("x86_64") url="https://github.com/block/goose"