summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authormvnsio2021-03-24 08:04:13 -0700
committermvnsio2021-03-24 08:04:13 -0700
commit9212822d069324b5cfe5ea07021603d61d296e43 (patch)
tree88a02c4e126c595ed8dd0631a4a7a9edb1cbb659
parentaf5dcb9d47c380f1bcc43c4e4d45b36c30f02c32 (diff)
downloadaur-9212822d069324b5cfe5ea07021603d61d296e43.tar.gz
Switch to libu2f-host
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
-rw-r--r--sidekick-browser-stable-bin.install12
3 files changed, 10 insertions, 10 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8e87a448b4fb..a550abfc721a 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 = 4
+ pkgrel = 5
url = https://www.meetsidekick.com/
install = sidekick-browser-stable-bin.install
arch = x86_64
@@ -40,7 +40,7 @@ pkgbase = sidekick-browser-stable-bin
depends = pango
depends = ttf-liberation
depends = xdg-utils>=1.0.2
- optdepends = libu2f-udev
+ optdepends = libu2f-host
optdepends = vulkan-icd-loader
provides = www-browser
options = !strip
diff --git a/PKGBUILD b/PKGBUILD
index 9e373745650d..e02642edc061 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,14 +2,14 @@
# Maintainer: mvnsio
pkgname=sidekick-browser-stable-bin
pkgver=88.8.43.7638
-pkgrel=4
+pkgrel=5
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=('libu2f-udev'
+optdepends=('libu2f-host'
'vulkan-icd-loader')
provides=('www-browser')
options=('!strip' '!emptydirs')
diff --git a/sidekick-browser-stable-bin.install b/sidekick-browser-stable-bin.install
index b716900d31e2..0bdcf3b6fc20 100644
--- a/sidekick-browser-stable-bin.install
+++ b/sidekick-browser-stable-bin.install
@@ -129,11 +129,11 @@ post_install() {
# System-wide package configuration.
DEFAULTS_FILE="/etc/default/sidekick-browser"
- # sources.list setting for sidekick-browser updates.
- REPOCONFIG="deb [arch=amd64] http://dl.google.com/linux/chrome/deb/ stable main"
- REPOCONFIGREGEX="deb (\[arch=[^]]*\bamd64\b[^]]*\][[:space:]]*) https?://dl.google.com/linux/chrome/deb/ stable main"
+ # # sources.list setting for sidekick-browser updates.
+ # REPOCONFIG="deb [arch=amd64] http://dl.google.com/linux/chrome/deb/ stable main"
+ # REPOCONFIGREGEX="deb (\[arch=[^]]*\bamd64\b[^]]*\][[:space:]]*) https?://dl.google.com/linux/chrome/deb/ stable main"
- APT_CONFIG="`which apt-config 2> /dev/null`"
+ # APT_CONFIG="`which apt-config 2> /dev/null`"
# You may comment out this entry, but any other modifications may be lost.\n"
@@ -554,6 +554,6 @@ post_remove() {
DEFAULTS_FILE="/etc/default/sidekick-browser"
# sources.list setting for sidekick-browser updates.
- REPOCONFIG="deb [arch=amd64] http://dl.google.com/linux/chrome/deb/ stable main"
- update-desktop-database -q
+ # REPOCONFIG="deb [arch=amd64] http://dl.google.com/linux/chrome/deb/ stable main"
+ # update-desktop-database -q
}