summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSamuel Dionne-Riel2015-10-22 09:56:13 -0400
committerSamuel Dionne-Riel2015-10-22 09:56:13 -0400
commit75cc2d3c574246a859992c73c516f9485b80f028 (patch)
treea1c43cc5121a039abe64092708f607d7927fd053
parenteb439de12696ff8134bdb8dcd46843d368d77505 (diff)
downloadaur-75cc2d3c574246a859992c73c516f9485b80f028.tar.gz
Re-added gtk3 dependency.
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 59916e636922..2d7b5b9a8766 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@ pkgdesc="A tool to configure GTK theme colors."
arch=('i686' 'x86_64')
url="https://github.com/satya164/gtk-theme-config"
license=('GPL3')
-depends=('gconf' 'gsettings-desktop-schemas' 'hicolor-icon-theme')
+depends=('gconf' 'gsettings-desktop-schemas' 'hicolor-icon-theme' 'gtk3')
makedepends=('vala')
conflicts=('gtk-theme-config-git' 'gtk-theme-preferences-git')
source=("$pkgname-$pkgver.tar.gz::https://github.com/satya164/gtk-theme-config/tarball/v$pkgver")