summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorRafael Fontenelle2022-07-14 13:06:29 -0300
committerRafael Fontenelle2022-07-14 13:06:29 -0300
commitfad4d6a7a152545bfa7f9101080ba24d01565d10 (patch)
treef855275ea14b1e48d93565fd05541cfa8241deb9 /PKGBUILD
parentf64c5b402196d3798f84e37e6435f3d09332682f (diff)
downloadaur-gnome-browser-connector-git.tar.gz
Remove python-requests dependency
No longer needed as of https://gitlab.gnome.org/nE0sIghT/gnome-browser-connector/-/commit/71a0da829924ec85264e4451ab96e7f297dc844e
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 0a22f739525a..022cb296faed 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,7 +9,7 @@ pkgdesc='Native browser connector for integration with extensions.gnome.org'
arch=(any)
url="https://wiki.gnome.org/Projects/GnomeShellIntegration"
license=(GPL3)
-depends=(gnome-shell python-requests python-gobject)
+depends=(gnome-shell python-gobject)
makedepends=(meson git)
provides=(chrome-gnome-shell $_name)
replaces=(chrome-gnome-shell gs-chrome-connector)