summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Ruiz de Alegría2019-11-16 20:47:02 +0100
committerDaniel Ruiz de Alegría2019-11-16 20:47:02 +0100
commit7170e5d957af84a310c9c4557425f20286fdc3bc (patch)
tree0cf16205f338cf55ab83da7a30dbfdb43d9a2712
parenta1c51e00fd995c124dcb4732cc47d87a6b7cc06b (diff)
downloadaur-7170e5d957af84a310c9c4557425f20286fdc3bc.tar.gz
Fix depends
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 9274abf57eab..4a476cc1c046 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@ pkgver=20191116
pkgrel=1
pkgdesc="Flat Remix GNOME theme is a pretty simple shell theme inspired on material design following a modern design using \"flat\" colors with high contrasts and sharp borders."
arch=('any')
-depends=(gnome-shell)
+depends=(gnome-shell glib2 imagemagick)
install=flat-remix-gnome.install
url="https://drasite.com/flat-remix-gnome"
license=('CC-BY-SA-4.0')