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.7
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.7/openwork-desktop-linux-amd64.deb
sha256sums = b33590add6b4408d7a78eee71ba54af6bc6c9cf355d2174f8baf540fea222029

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.7
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=('b33590add6b4408d7a78eee71ba54af6bc6c9cf355d2174f8baf540fea222029')
# Makes sure makepkg doesn't extract the .deb since it will break
noextract=("${pkgname}-${pkgver}.deb")

Expand Down