Updated to v0.3.6

This commit is contained in:
Porker Roland 2026-01-23 21:41:04 -06:00
parent dd40d77882
commit bec7cb7447
2 changed files with 5 additions and 5 deletions

View file

@ -1,6 +1,6 @@
pkgbase = openwork
pkgdesc = An Open source alternative to Claude Cowork
pkgver = 0.3.5
pkgver = 0.3.6
pkgrel = 1
url = https://github.com/different-ai/openwork
arch = x86_64
@ -8,7 +8,7 @@ pkgbase = openwork
depends = gtk3
depends = webkit2gtk-4.1
options = !debug
source = openwork-0.3.5.deb::https://github.com/different-ai/openwork/releases/download/v0.3.5/openWork-desktop-linux-amd64.deb
sha256sums = 01b7f2fe78d870143b7b370e1b569cea218bfaa0549c4af32ab495a5ee3d349f
source = openwork-0.3.6.deb::https://github.com/different-ai/openwork/releases/download/v0.3.6/openWork-desktop-linux-amd64.deb
sha256sums = 991cd6f6eaa3d871de42b6016b58c69360fceeea4f23a9c82b0101a98252b6c8
pkgname = openwork

View file

@ -1,7 +1,7 @@
# Maintainer: Different AI <team@different.ai>
# AUR Maintainer: Parker Rowen <gitporker@gmail.com>
pkgname=openwork
pkgver=0.3.5
pkgver=0.3.6
pkgrel=1
pkgdesc="An Open source alternative to Claude Cowork"
arch=('x86_64')
@ -10,7 +10,7 @@ license=('MIT')
depends=('gtk3' 'webkit2gtk-4.1')
options=(!debug)
source=("${pkgname}-${pkgver}.deb::https://github.com/different-ai/openwork/releases/download/v${pkgver}/openWork-desktop-linux-amd64.deb")
sha256sums=('01b7f2fe78d870143b7b370e1b569cea218bfaa0549c4af32ab495a5ee3d349f')
sha256sums=('991cd6f6eaa3d871de42b6016b58c69360fceeea4f23a9c82b0101a98252b6c8')
package() {
cd "${srcdir}"