summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJosip Ponjavic2023-12-30 20:31:24 +0100
committerJosip Ponjavic2023-12-30 20:31:24 +0100
commitb779c277f308f43bc6ec8136a12fa565d5814c37 (patch)
tree3e70563e98ebcad156017edb2f108adc96674a02
parent1e00eab3764d8b3ff86f8b407ebc049c2e82e42f (diff)
downloadaur-b779c277f308f43bc6ec8136a12fa565d5814c37.tar.gz
upgpkg: 2.0.2.r13.g8d96861-2 add python importlib-metadata & platformdirs to depends
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e32094d0156d..7545280f81de 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.r0.gbf55f79
+ pkgver = 2.0.2.r13.g8d96861
pkgrel = 2
url = https://github.com/anufrievroman/waypaper
arch = any
@@ -13,6 +13,8 @@ pkgbase = waypaper-git
depends = gtk3
depends = gdk-pixbuf2
depends = python-gobject
+ depends = python-importlib-metadata
+ depends = python-platformdirs
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 22ca298c3bbb..d488a48edf9e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,13 +2,13 @@
# Contributor:
pkgname=waypaper-git
-pkgver=2.0.2.r0.gbf55f79
+pkgver=2.0.2.r13.g8d96861
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')
+depends=('gtk3' 'gdk-pixbuf2' 'python-gobject' 'python-importlib-metadata' 'python-platformdirs')
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'