summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorleipero2017-09-29 06:17:27 +0200
committerleipero2017-09-29 06:17:27 +0200
commit7307b9c920c835ed0bd0a21dcb4a8349d835ab66 (patch)
treed050be5aad8c9e7baf6ab09bc37685e55bc8bca1
parent81c86f605d63c7372315ecfc6ef0216c9e442d72 (diff)
downloadaur-7307b9c920c835ed0bd0a21dcb4a8349d835ab66.tar.gz
fixed dependencies
-rw-r--r--PKGBUILD5
1 files changed, 3 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 253f2ff2d992..180dd547a122 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,8 +7,9 @@ pkgdesc="Slight gray modification of Adwaita theme from the GNOME Project."
url="https://github.com/leipero/adg-gtk-theme"
arch=(any)
license=(GPL)
-depends=(sassc)
-makedepends=(sassc)
+depends=('gtk-engine-murrine' 'gtk-engines')
+makedepends=('sassc' 'git')
+optdepends=('optipng' 'inkscape')
options=(!emptydirs)
source=("adg-gtk-theme-$pkgver.tar.gz"::"https://github.com/leipero/adg-gtk-theme/archive/$pkgver.tar.gz")
sha256sums=('3956c7cf438d19245f63f4a03b6a393e070ef95dc826b8e029d2ac1793c5d304')