summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorCharles Milette2017-06-20 12:08:44 -0400
committerCharles Milette2017-06-20 12:08:44 -0400
commit79bc9c2f8be77c8420ecd0365b13d34dcb50ff4c (patch)
tree76f08cf45457e9cad85f1f425d6ca2177b96736b /PKGBUILD
parent96bb622ba0cdf51097296fb58f6b9d98e244f88f (diff)
downloadaur-79bc9c2f8be77c8420ecd0365b13d34dcb50ff4c.tar.gz
Fixed optdepends to point to true GNOME package
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 7211c23c5bb5..95fa6a8d3769 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,7 +9,7 @@ arch=('any')
url="https://github.com/LazoCoder/$_gitname"
license=('GPL3')
depends=('python>=3.5')
-optdepends=('glib2: support changing GNOME wallpaper'
+optdepends=('gnome-shell: support changing GNOME wallpaper'
'terminology: support changing Terminology background'
'tilix: support changing Tilix background')
makedepends=('git')