chore(aur): update PKGBUILD for 0.11.86

This commit is contained in:
OpenWork Release Bot
2026-02-17 22:34:27 +00:00
parent 9318d47ecf
commit db2e73c40a
2 changed files with 9 additions and 9 deletions

View File

@@ -1,6 +1,6 @@
pkgbase = openwork
pkgdesc = An Open source alternative to Claude Cowork
pkgver = 0.11.85
pkgver = 0.11.86
pkgrel = 1
url = https://github.com/different-ai/openwork
arch = x86_64
@@ -14,10 +14,10 @@ pkgbase = openwork
depends = openssl
depends = dbus
depends = librsvg
noextract = openwork-0.11.85.deb
source_x86_64 = openwork-0.11.85.deb::https://github.com/different-ai/openwork/releases/download/v0.11.85/openwork-desktop-linux-amd64.deb
sha256sums_x86_64 = f6c57148e660054057dfe2e8cd47d9174f4e5cbdf19779a8f4848c09820250d5
source_aarch64 = openwork-0.11.85.deb::https://github.com/different-ai/openwork/releases/download/v0.11.85/openwork-desktop-linux-arm64.deb
sha256sums_aarch64 = d4d1bffdb6d99212d76d7e3e9278e815a47d7716dac78eae8f3c44a7242bb41b
noextract = openwork-0.11.86.deb
source_x86_64 = openwork-0.11.86.deb::https://github.com/different-ai/openwork/releases/download/v0.11.86/openwork-desktop-linux-amd64.deb
sha256sums_x86_64 = f499b252a48f016139f18a5e21a8a73e848d5e4bac382731e3e062bec7c4c004
source_aarch64 = openwork-0.11.86.deb::https://github.com/different-ai/openwork/releases/download/v0.11.86/openwork-desktop-linux-arm64.deb
sha256sums_aarch64 = 5c11696d7f1d8b182d4af3d4086fee3716c01853fcafe3c77840ca6fa5e2861e
pkgname = openwork

View File

@@ -1,5 +1,5 @@
pkgname=openwork
pkgver=0.11.85
pkgver=0.11.86
pkgrel=1 # pkgrel should change when PKGBUILD does. Standard is to change back to 1 next time. Any interger is valid.
pkgdesc="An Open source alternative to Claude Cowork"
arch=('x86_64' 'aarch64')
@@ -9,10 +9,10 @@ depends=('gtk3' 'glib2' 'libayatana-appindicator' 'libsoup3' 'webkit2gtk-4.1' 'o
# Architecture-specific sources and checksums
source_x86_64=("${pkgname}-${pkgver}.deb::${url}/releases/download/v${pkgver}/openwork-desktop-linux-amd64.deb")
sha256sums_x86_64=('f6c57148e660054057dfe2e8cd47d9174f4e5cbdf19779a8f4848c09820250d5')
sha256sums_x86_64=('f499b252a48f016139f18a5e21a8a73e848d5e4bac382731e3e062bec7c4c004')
source_aarch64=("${pkgname}-${pkgver}.deb::${url}/releases/download/v${pkgver}/openwork-desktop-linux-arm64.deb")
sha256sums_aarch64=('d4d1bffdb6d99212d76d7e3e9278e815a47d7716dac78eae8f3c44a7242bb41b')
sha256sums_aarch64=('5c11696d7f1d8b182d4af3d4086fee3716c01853fcafe3c77840ca6fa5e2861e')
# Makes sure makepkg doesn't extract the .deb since it will break
noextract=("${pkgname}-${pkgver}.deb")