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.2
pkgver = 0.11.3
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.2/openwork-desktop-linux-amd64.deb
sha256sums = 93259dd7894c143930c0265a56a66502e2d5fcc5c879c4def21e05cf6cf487d2
source = openwork-desktop-linux-amd64.deb::https://github.com/different-ai/openwork/releases/download/v0.11.3/openwork-desktop-linux-amd64.deb
sha256sums = 0b4721b2215b743a12af6fffc7025192199859e61e0500132a4c51ffc5b91354

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

Expand Down