Changed depends and update to v0.5.0

This commit is contained in:
Porker Roland 2026-01-27 21:48:10 -06:00
parent 401afc0438
commit 7ea5b58cc7
2 changed files with 11 additions and 9 deletions

View file

@ -1,7 +1,7 @@
pkgbase = openwork
pkgdesc = An Open source alternative to Claude Cowork
pkgver = 0.4.2
pkgrel = 2
pkgver = 0.5.0
pkgrel = 1
url = https://github.com/different-ai/openwork
arch = x86_64
license = MIT
@ -13,8 +13,9 @@ pkgbase = openwork
depends = openssl
depends = dbus
depends = librsvg
noextract = openwork-0.4.2.deb
source = openwork-0.4.2.deb::https://github.com/different-ai/openwork/releases/download/v0.4.2/openwork-desktop-linux-amd64.deb
sha256sums = 5df27c5a7384fe8a4080f8c206dd84eadd54011974a3a0b3c987253ef532d886
depends = opencode
noextract = openwork-0.5.0.deb
source = openwork-0.5.0.deb::https://github.com/different-ai/openwork/releases/download/v0.5.0/openwork-desktop-linux-amd64.deb
sha256sums = 2576ecddb5ba9b022f5053b449111e700f1bad22f71c680f58917f363246e24c
pkgname = openwork

View file

@ -1,19 +1,20 @@
# Maintainer: Parker Rowen <gitporker@gmail.com>
pkgname=openwork
pkgver=0.4.2
pkgrel=2
pkgver=0.5.0
pkgrel=1
pkgdesc="An Open source alternative to Claude Cowork"
arch=('x86_64')
url="https://github.com/different-ai/openwork"
license=('MIT')
depends=('gtk3' 'glib2' 'libayatana-appindicator' 'libsoup3' 'webkit2gtk-4.1' 'openssl' 'dbus' 'librsvg')
depends=('gtk3' 'glib2' 'libayatana-appindicator' 'libsoup3' 'webkit2gtk-4.1' 'openssl' 'dbus' 'librsvg' 'opencode')
source=("${pkgname}-${pkgver}.deb::${url}/releases/download/v${pkgver}/openwork-desktop-linux-amd64.deb")
sha256sums=('5df27c5a7384fe8a4080f8c206dd84eadd54011974a3a0b3c987253ef532d886')
sha256sums=('2576ecddb5ba9b022f5053b449111e700f1bad22f71c680f58917f363246e24c')
noextract=("${pkgname}-${pkgver}.deb")
package() {
# Avoids permission issues
cd "${srcdir}"
bsdtar -O -xf "${pkgname}-${pkgver}.deb" 'data.tar*' | bsdtar -C "${pkgdir}" -xf -
rm -f "${pkgdir}/usr/bin/opencode"
}