chore(aur): update PKGBUILD for 0.11.163

This commit is contained in:
OpenWork Release Bot
2026-03-16 02:47:35 +00:00
parent 69249a2076
commit 658c9c73e7
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.162
pkgver = 0.11.163
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.162.deb
source_x86_64 = openwork-0.11.162.deb::https://github.com/different-ai/openwork/releases/download/v0.11.162/openwork-desktop-linux-amd64.deb
sha256sums_x86_64 = d3e33a7bfa9b6bfae7cbeca4546c2a74405418ae0d7a193eba7b53335b1c207b
source_aarch64 = openwork-0.11.162.deb::https://github.com/different-ai/openwork/releases/download/v0.11.162/openwork-desktop-linux-arm64.deb
sha256sums_aarch64 = 2696b6a595a4bf26e3b63f18802762a060ec70e37a44bc57adec4fc265de78d5
noextract = openwork-0.11.163.deb
source_x86_64 = openwork-0.11.163.deb::https://github.com/different-ai/openwork/releases/download/v0.11.163/openwork-desktop-linux-amd64.deb
sha256sums_x86_64 = 110a76af9024a14d8613b067bbe1f7dcc27f7cb0ee4aa07523684b615eebbe08
source_aarch64 = openwork-0.11.163.deb::https://github.com/different-ai/openwork/releases/download/v0.11.163/openwork-desktop-linux-arm64.deb
sha256sums_aarch64 = b391a4cad4931ebe868e90ad2a1e4419f219116e145529469079a83de490253c
pkgname = openwork

View File

@@ -1,5 +1,5 @@
pkgname=openwork
pkgver=0.11.162
pkgver=0.11.163
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')
@@ -10,10 +10,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=('d3e33a7bfa9b6bfae7cbeca4546c2a74405418ae0d7a193eba7b53335b1c207b')
sha256sums_x86_64=('110a76af9024a14d8613b067bbe1f7dcc27f7cb0ee4aa07523684b615eebbe08')
source_aarch64=("${pkgname}-${pkgver}.deb::${url}/releases/download/v${pkgver}/openwork-desktop-linux-arm64.deb")
sha256sums_aarch64=('2696b6a595a4bf26e3b63f18802762a060ec70e37a44bc57adec4fc265de78d5')
sha256sums_aarch64=('b391a4cad4931ebe868e90ad2a1e4419f219116e145529469079a83de490253c')
# Makes sure makepkg doesn't extract the .deb since it will break
noextract=("${pkgname}-${pkgver}.deb")