mirror of
https://github.com/different-ai/openwork
synced 2026-05-13 10:36:24 +02:00
chore(aur): update PKGBUILD for 0.7.3 (#323)
Co-authored-by: OpenWork Release Bot <release-bot@users.noreply.github.com>
This commit is contained in:
committed by
Benjamin Shafii
parent
6162542b1b
commit
04d2b2d820
@@ -1,6 +1,6 @@
|
||||
pkgbase = openwork
|
||||
pkgdesc = An Open source alternative to Claude Cowork
|
||||
pkgver = 0.7.2
|
||||
pkgver = 0.7.3
|
||||
pkgrel = 2
|
||||
url = https://github.com/different-ai/openwork
|
||||
arch = x86_64
|
||||
@@ -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.7.2/openwork-desktop-linux-amd64.deb
|
||||
sha256sums = 3415a83776019c5876b47ea9e0151c4838f0f22d4e0c2e4d6c02b917f8716ee0
|
||||
source = openwork-desktop-linux-amd64.deb::https://github.com/different-ai/openwork/releases/download/v0.7.3/openwork-desktop-linux-amd64.deb
|
||||
sha256sums = 0de8efb8cd4cf8deb461ffd59765445e00d48b34a0952d56abb8408016cd14cd
|
||||
|
||||
pkgname = openwork
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
pkgname=openwork
|
||||
pkgver=0.7.2
|
||||
pkgver=0.7.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')
|
||||
@@ -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=('3415a83776019c5876b47ea9e0151c4838f0f22d4e0c2e4d6c02b917f8716ee0')
|
||||
sha256sums=('0de8efb8cd4cf8deb461ffd59765445e00d48b34a0952d56abb8408016cd14cd')
|
||||
# Makes sure makepkg doesn't extract the .deb since it will break
|
||||
noextract=("${pkgname}-${pkgver}.deb")
|
||||
|
||||
|
||||
Reference in New Issue
Block a user