diff --git a/packaging/aur/.SRCINFO b/packaging/aur/.SRCINFO index 90748663..1bc17803 100644 --- a/packaging/aur/.SRCINFO +++ b/packaging/aur/.SRCINFO @@ -1,6 +1,6 @@ pkgbase = openwork pkgdesc = An Open source alternative to Claude Cowork - pkgver = 0.11.159 + pkgver = 0.11.162 pkgrel = 1 url = https://github.com/different-ai/openwork arch = x86_64 @@ -14,10 +14,10 @@ pkgbase = openwork depends = openssl depends = dbus depends = librsvg - noextract = openwork-0.11.159.deb - source_x86_64 = openwork-0.11.159.deb::https://github.com/different-ai/openwork/releases/download/v0.11.159/openwork-desktop-linux-amd64.deb - sha256sums_x86_64 = db4f1fe28c77129985b917353dd958c49b50ca03ac0ed13ca031f0408809b84a - source_aarch64 = openwork-0.11.159.deb::https://github.com/different-ai/openwork/releases/download/v0.11.159/openwork-desktop-linux-arm64.deb - sha256sums_aarch64 = 5a718d215f1aba6811bc4699d73636f4715aa70c0da35ad7e206d304d1f5a918 + noextract = openwork-0.11.162.deb + source_x86_64 = openwork-0.11.162.deb::https://github.com/different-ai/openwork/releases/download/v0.11.162/openwork-desktop-linux-amd64.deb + sha256sums_x86_64 = d3e33a7bfa9b6bfae7cbeca4546c2a74405418ae0d7a193eba7b53335b1c207b + source_aarch64 = openwork-0.11.162.deb::https://github.com/different-ai/openwork/releases/download/v0.11.162/openwork-desktop-linux-arm64.deb + sha256sums_aarch64 = 2696b6a595a4bf26e3b63f18802762a060ec70e37a44bc57adec4fc265de78d5 pkgname = openwork diff --git a/packaging/aur/PKGBUILD b/packaging/aur/PKGBUILD index f8cb609e..5d884802 100644 --- a/packaging/aur/PKGBUILD +++ b/packaging/aur/PKGBUILD @@ -1,5 +1,5 @@ pkgname=openwork -pkgver=0.11.159 +pkgver=0.11.162 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' 'aarch64') @@ -10,10 +10,10 @@ depends=('gtk3' 'glib2' 'libayatana-appindicator' 'libsoup3' 'webkit2gtk-4.1' 'o # Architecture-specific sources and checksums source_x86_64=("${pkgname}-${pkgver}.deb::${url}/releases/download/v${pkgver}/openwork-desktop-linux-amd64.deb") -sha256sums_x86_64=('db4f1fe28c77129985b917353dd958c49b50ca03ac0ed13ca031f0408809b84a') +sha256sums_x86_64=('d3e33a7bfa9b6bfae7cbeca4546c2a74405418ae0d7a193eba7b53335b1c207b') source_aarch64=("${pkgname}-${pkgver}.deb::${url}/releases/download/v${pkgver}/openwork-desktop-linux-arm64.deb") -sha256sums_aarch64=('5a718d215f1aba6811bc4699d73636f4715aa70c0da35ad7e206d304d1f5a918') +sha256sums_aarch64=('2696b6a595a4bf26e3b63f18802762a060ec70e37a44bc57adec4fc265de78d5') # Makes sure makepkg doesn't extract the .deb since it will break noextract=("${pkgname}-${pkgver}.deb")