summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD12
1 files changed, 10 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 911d49fe03f1..864cd8ae8cb8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,13 +2,21 @@
# Upstream URL: https://gitlab.com/gabmus/hydrapaper
pkgname=hydrapaper-git
-pkgver=1.10.r0.g4973cca
+pkgver=1.12.r0.g75282bc
pkgrel=1
pkgdesc='Wallpaper manager with multimonitor support for GNOME'
arch=('any')
url='https://gitlab.com/gabmus/hydrapaper'
license=('GPL3')
-depends=('gtk3' 'python' 'python-pillow' 'libwnck3' 'libhandy' 'gobject-introspection' 'python-gobject')
+depends=(
+ 'gtk3'
+ 'python'
+ 'python-pillow'
+ 'libwnck3'
+ 'libhandy1>=0.83'
+ 'gobject-introspection'
+ 'python-gobject'
+)
makedepends=('git' 'meson')
provides=('hydrapaper')
conflicts=('hydrapaper')