summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7545280f81de..4cfef7a88e88 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = waypaper-git
pkgdesc = GUI wallpaper setter for both Wayland and X11 window managers that works as a frontend for popular backends like swaybg, swww, and feh.
- pkgver = 2.0.2.r13.g8d96861
+ pkgver = 2.0.3.r0.g0733122
pkgrel = 2
url = https://github.com/anufrievroman/waypaper
arch = any
@@ -15,6 +15,7 @@ pkgbase = waypaper-git
depends = python-gobject
depends = python-importlib-metadata
depends = python-platformdirs
+ depends = python-pillow
optdepends = swaybg: the wayland backend that supports only static images
optdepends = swww: the wayland backend that supports animated GIFs
optdepends = feh: the x11 backend that supports static images
diff --git a/PKGBUILD b/PKGBUILD
index d488a48edf9e..aa5f6e20973c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,13 +2,13 @@
# Contributor:
pkgname=waypaper-git
-pkgver=2.0.2.r13.g8d96861
+pkgver=2.0.3.r0.g0733122
pkgrel=2
pkgdesc='GUI wallpaper setter for both Wayland and X11 window managers that works as a frontend for popular backends like swaybg, swww, and feh.'
arch=('any')
url='https://github.com/anufrievroman/waypaper'
license=('GPL3')
-depends=('gtk3' 'gdk-pixbuf2' 'python-gobject' 'python-importlib-metadata' 'python-platformdirs')
+depends=('gtk3' 'gdk-pixbuf2' 'python-gobject' 'python-importlib-metadata' 'python-platformdirs' 'python-pillow')
makedepends=('git' 'python-build' 'python-installer' 'python-wheel' 'python-setuptools')
optdepends=('swaybg: the wayland backend that supports only static images'
'swww: the wayland backend that supports animated GIFs'