Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions packaging/aur/.SRCINFO
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
pkgbase = openwork
pkgdesc = An Open source alternative to Claude Cowork
pkgver = 0.11.6
pkgver = 0.11.8
pkgrel = 2
url = https://github.com/different-ai/openwork
arch = x86_64
Expand All @@ -14,7 +14,7 @@ pkgbase = openwork
depends = dbus
depends = librsvg
noextract = openwork-0.3.6.deb
source = openwork-desktop-linux-amd64.deb::https://github.com/different-ai/openwork/releases/download/v0.11.6/openwork-desktop-linux-amd64.deb
sha256sums = 1a6daa824d68512ea232992c66aee8cb04ace891387ebc3e452fc31b01715f02
source = openwork-desktop-linux-amd64.deb::https://github.com/different-ai/openwork/releases/download/v0.11.8/openwork-desktop-linux-amd64.deb
sha256sums = 311e62580619172eb1cb0d04358897074f9ae54d6fa060989f7f0c0fc06d8ee9

pkgname = openwork
4 changes: 2 additions & 2 deletions packaging/aur/PKGBUILD
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
pkgname=openwork
pkgver=0.11.6
pkgver=0.11.8
pkgrel=2 # 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')
Expand All @@ -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=('1a6daa824d68512ea232992c66aee8cb04ace891387ebc3e452fc31b01715f02')
sha256sums=('311e62580619172eb1cb0d04358897074f9ae54d6fa060989f7f0c0fc06d8ee9')
# Makes sure makepkg doesn't extract the .deb since it will break
noextract=("${pkgname}-${pkgver}.deb")

Expand Down