summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorspider-mario2017-07-10 22:58:07 +0200
committerspider-mario2017-07-10 22:58:07 +0200
commit1f83103ffa997914b9f1abb31b06c3145c7d4d79 (patch)
treef77a948329ccf664c9faed6b05bb483fff06d533 /PKGBUILD
parentcfb1ceed2b193b9e340e1f8d1756f92f0c98781c (diff)
downloadaur-1f83103ffa997914b9f1abb31b06c3145c7d4d79.tar.gz
Add gtk3 dependency
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 4dd46894bb02..e1bf108807fc 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@ arch=('i686' 'x86_64')
url="https://github.com/MartinBriza/QGnomePlatform"
license=('LGPL2.1')
depends=('qt5-base')
-makedepends=('git')
+makedepends=('git' 'gtk3')
provides=('qgnomeplatform')
conflicts=('qgnomeplatform')
source=('git+https://github.com/MartinBriza/QGnomePlatform.git')