summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authormvnsio2021-03-23 10:11:34 -0700
committermvnsio2021-03-23 10:11:34 -0700
commitd0bb3ddfaec88153a7a7b28748ce3fb4d9d047f2 (patch)
treef4ffd0b17af1072dd8f8362175d4eb6fc5cccad5
parentebe293ebba02b8ba0d41fe43310a764fd8c5c5ac (diff)
downloadaur-d0bb3ddfaec88153a7a7b28748ce3fb4d9d047f2.tar.gz
Fixing KEYDATA EOF error
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0bf6b2c7d888..395d65eef8d1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = sidekick-browser-stable-bin
pkgdesc = Sidekick is a revolutionary new work OS based on the Chromium browser. Designed to be the ultimate online work experience, it brings together your team and every web tool you use – all in one interface
pkgver = 88.8.43.7638
- pkgrel = 2
+ pkgrel = 3
url = https://www.meetsidekick.com/
install = sidekick-browser-stable-bin.install
arch = x86_64
@@ -40,7 +40,9 @@ pkgbase = sidekick-browser-stable-bin
depends = pango
depends = ttf-liberation
depends = xdg-utils>=1.0.2
+ optdepends = libu2f-udev
optdepends = vulkan-icd-loader
+ provides = www-browser
options = !strip
options = !emptydirs
source = https://api.meetsidekick.com/downloads/df/linux/deb
diff --git a/PKGBUILD b/PKGBUILD
index 9a070913003c..fb597c76a134 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,14 +2,16 @@
# Maintainer: mvnsio
pkgname=sidekick-browser-stable-bin
pkgver=88.8.43.7638
-pkgrel=2
+pkgrel=3
pkgdesc="Sidekick is a revolutionary new work OS based on the Chromium browser. Designed to be the ultimate online work experience, it brings together your team and every web tool you use – all in one interface"
arch=('x86_64')
url="https://www.meetsidekick.com/"
license=('unknown')
groups=('')
depends=('alsa-lib>=1.0.16' 'atk>=2.2.0' 'at-spi2-atk>=2.5.3' 'at-spi2-core>=2.9.90' 'bash-completion' 'ca-certificates' 'cairo>=1.6.0' 'dbus>=1.5.12' 'desktop-file-utils' 'expat>=2.0.1' 'gcc>=3.3' 'gcc-libs' 'gdk-pixbuf2>=2.22.0' 'glib2>=2.39.4' 'glibc>=2.16' 'gtk3>=3.9.10' 'hicolor-icon-theme' 'libcups>=1.4.0' 'libdrm>=2.4.38' 'libx11>=1.4.99.1' 'libxcb>=1.9.2' 'libxcomposite>=0.3' 'libxdamage>=1.1' 'libxext' 'libxfixes' 'libxkbcommon>=0.4.1' 'libxrandr' 'mesa>=8.1' 'nspr>=4.9' 'nss>=3.22' 'pango' 'ttf-liberation' 'xdg-utils>=1.0.2')
-optdepends=('vulkan-icd-loader')
+optdepends=('libu2f-udev'
+ 'vulkan-icd-loader')
+provides=('www-browser')
options=('!strip' '!emptydirs')
install=${pkgname}.install
source=("https://api.meetsidekick.com/downloads/df/linux/deb")