chore(aur): update PKGBUILD for 0.11.212

This commit is contained in:
OpenWork Release Bot
2026-04-21 02:21:18 +00:00
parent e97a11d452
commit 6166cd5551
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.210
pkgver = 0.11.212
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.210.deb
source_x86_64 = openwork-0.11.210.deb::https://github.com/different-ai/openwork/releases/download/v0.11.210/openwork-desktop-linux-amd64.deb
sha256sums_x86_64 = 76b48c284c91fe3313b2ae814e22e94c112b26d1da60197178d4f8fea0687889
source_aarch64 = openwork-0.11.210.deb::https://github.com/different-ai/openwork/releases/download/v0.11.210/openwork-desktop-linux-arm64.deb
sha256sums_aarch64 = ac936691d47e3da8fe5641211ec6fb03bf3bb1ced54e8b6fe67c776bc440fa4c
noextract = openwork-0.11.212.deb
source_x86_64 = openwork-0.11.212.deb::https://github.com/different-ai/openwork/releases/download/v0.11.212/openwork-desktop-linux-amd64.deb
sha256sums_x86_64 = 6d7fb51bf979634e7fd6eb6c90d30fe15e48ee05d4f778ea3e03b269b112a428
source_aarch64 = openwork-0.11.212.deb::https://github.com/different-ai/openwork/releases/download/v0.11.212/openwork-desktop-linux-arm64.deb
sha256sums_aarch64 = edfd19bc2807d287f6bcaca4adbb20342134e583e032a8d301b8f747e8a8cf90
pkgname = openwork

View File

@@ -1,5 +1,5 @@
pkgname=openwork
pkgver=0.11.210
pkgver=0.11.212
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=('76b48c284c91fe3313b2ae814e22e94c112b26d1da60197178d4f8fea0687889')
sha256sums_x86_64=('6d7fb51bf979634e7fd6eb6c90d30fe15e48ee05d4f778ea3e03b269b112a428')
source_aarch64=("${pkgname}-${pkgver}.deb::${url}/releases/download/v${pkgver}/openwork-desktop-linux-arm64.deb")
sha256sums_aarch64=('ac936691d47e3da8fe5641211ec6fb03bf3bb1ced54e8b6fe67c776bc440fa4c')
sha256sums_aarch64=('edfd19bc2807d287f6bcaca4adbb20342134e583e032a8d301b8f747e8a8cf90')
# Makes sure makepkg doesn't extract the .deb since it will break
noextract=("${pkgname}-${pkgver}.deb")