summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authordeviantfero2023-09-02 00:11:33 +0200
committerdeviantfero2023-09-02 00:11:33 +0200
commit4469a5e495c3906c561a027a6fd271981c3bfe9f (patch)
tree869f7d5bdc1923811cd7cdd14e93eef313f36d2a
parentc977238877b63f2ef93218233f0ed39007cd9bdc (diff)
downloadaur-4469a5e495c3906c561a027a6fd271981c3bfe9f.tar.gz
Add missing dependencies to makepkg
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e4b59053b60e..78af643fcd2f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -6,6 +6,8 @@ pkgbase = wpgtk
arch = any
license = GPLv2
makedepends = python-setuptools
+ makedepends = python-build
+ makedepends = python-installer
depends = python
depends = python-pillow
depends = python-gobject
diff --git a/PKGBUILD b/PKGBUILD
index 1c5750d85379..a7e330b9877a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@ pkgdesc="A gui wallpaper chooser that changes your WM theme, GTK theme and more"
arch=('any')
url="https://github.com/deviantfero/wpgtk/"
license=('GPLv2')
-makedepends=('python-setuptools')
+makedepends=('python-setuptools' 'python-build' 'python-installer')
depends=('python' 'python-pillow' 'python-gobject' 'gtk3' 'libxslt' 'python-pywal')
optdepends=('feh: set wallpaper'
'nitrogen: set wallpaper'