chore(aur): update PKGBUILD for 0.11.29

This commit is contained in:
OpenWork Release Bot
2026-02-07 08:24:35 +00:00
parent a0d5021de8
commit a0a182ba9f
2 changed files with 6 additions and 6 deletions

View File

@@ -1,6 +1,6 @@
pkgbase = openwork
pkgdesc = An Open source alternative to Claude Cowork
pkgver = 0.11.28
pkgver = 0.11.29
pkgrel = 1
url = https://github.com/different-ai/openwork
arch = x86_64
@@ -13,8 +13,8 @@ pkgbase = openwork
depends = openssl
depends = dbus
depends = librsvg
noextract = openwork-0.11.28.deb
source = openwork-0.11.28.deb::https://github.com/different-ai/openwork/releases/download/v0.11.28/openwork-desktop-linux-amd64.deb
sha256sums = 76011a3830dc9635b31c0a615ba82b1a909edf2aa2375e2315b1198e439ae11d
noextract = openwork-0.11.29.deb
source = openwork-0.11.29.deb::https://github.com/different-ai/openwork/releases/download/v0.11.29/openwork-desktop-linux-amd64.deb
sha256sums = 824ded6a0882c46309cbf4cd5ce2687bd6d5437a9b26592c49be0c6f931b1c0a
pkgname = openwork

View File

@@ -1,5 +1,5 @@
pkgname=openwork
pkgver=0.11.28
pkgver=0.11.29
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')
@@ -9,7 +9,7 @@ depends=('gtk3' 'glib2' 'libayatana-appindicator' 'libsoup3' 'webkit2gtk-4.1' 'o
# Renaming to ${pkgname}-${pkgver}.deb
source=("${pkgname}-${pkgver}.deb::${url}/releases/download/v${pkgver}/openwork-desktop-linux-amd64.deb")
sha256sums=('76011a3830dc9635b31c0a615ba82b1a909edf2aa2375e2315b1198e439ae11d')
sha256sums=('824ded6a0882c46309cbf4cd5ce2687bd6d5437a9b26592c49be0c6f931b1c0a')
# Makes sure makepkg doesn't extract the .deb since it will break
noextract=("${pkgname}-${pkgver}.deb")