summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorinfinitebash2023-04-14 15:44:37 -0700
committerinfinitebash2023-04-14 15:44:37 -0700
commit7972a395695cb32cd92de588b6f72353944a5e90 (patch)
treea68faaa975ddd8ab9d65676a227a727baa65895c
parente9f6714479870515ddbb8a3d843f001393f209cb (diff)
downloadaur-7972a395695cb32cd92de588b6f72353944a5e90.tar.gz
fix dependencies
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 99919223a361..d772c7485a6e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@ pkgdesc="A GNOME Shell extension for main panel that offers full-screen color fi
arch=(any)
url="https://github.com/G-dH/gnome-colorblind-filters"
license=('GPLv3')
-depends=(gnome-desktop)
+depends=(gnome-shell)
makedepends=(git make zip unzip)
provides=(gnome-colorblind-filters)
source=("${_pkgname}::git+https://github.com/G-dH/gnome-colorblind-filters")