chore(aur): update PKGBUILD for 0.11.15

This commit is contained in:
OpenWork Release Bot
2026-02-05 23:30:11 +00:00
parent 5e823ac7f6
commit 598b76550f
2 changed files with 2 additions and 2 deletions

View File

@@ -15,6 +15,6 @@ pkgbase = openwork
depends = librsvg
noextract = openwork-0.11.15.deb
source = openwork-0.11.15.deb::https://github.com/different-ai/openwork/releases/download/v0.11.15/openwork-desktop-linux-amd64.deb
sha256sums = 6778e018cd44c9ae1a9a9be5a7dd1ac21860364097dc5ace917356b35d914926
sha256sums = 56c99876b0d663d9a69c2c035c4c35097350221cf98218b2bd2277aa5757df3e
pkgname = openwork

View File

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