summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorGabriele Musco2019-02-02 16:10:38 +0100
committerGabriele Musco2019-02-02 16:10:38 +0100
commitb3020b4512c0600374ed418afafa1784cb1da775 (patch)
tree8b273f6925b2e2efffa98c6e3e974c89dd245831 /PKGBUILD
parente03b4467a239f914c63cd3c18eaac0da720bf68c (diff)
downloadaur-b3020b4512c0600374ed418afafa1784cb1da775.tar.gz
fixed dependencies
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 17754f3700a1..8cc5d3144cf1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@ pkgdesc='A Gtk utility to set two different backgrounds for each monitor on GNOM
arch=('any')
url='https://github.com/gabmus/hydrapaper'
license=('GPL3')
-depends=('gtk3>=3.24' 'python' 'python-pillow' 'libwnck3' 'python-gmconfig' 'python-gmgtk')
+depends=('gtk3' 'python' 'python-pillow' 'libwnck3' 'python-gmconfig-git' 'python-gmgtk-git')
makedepends=('git' 'meson')
provides=('hydrapaper')
conflicts=('hydrapaper')