summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTed Alff2023-05-10 22:15:16 -0400
committerTed Alff2023-05-10 22:15:16 -0400
commit47f4a7a2991b17cbcd587f8c369c814e36465fe1 (patch)
tree3ae0d6e75f9c6f50e1c6468670825539d8cd71c3
parentde5725a49d9f753f432c2ab937a143e6eb1bc0bd (diff)
downloadaur-47f4a7a2991b17cbcd587f8c369c814e36465fe1.tar.gz
Add dbus-python dependency
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD5
2 files changed, 6 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e27905e75a50..fb7467ad25ac 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = superpaper-git
pkgdesc = Cross-platform multi monitor wallpaper manager
- pkgver = 2.2.0+2+g299f7e5
+ pkgver = 2.2.1+2+gb068c8e
pkgrel = 1
url = https://github.com/hhannine/Superpaper
arch = any
@@ -16,7 +16,8 @@ pkgbase = superpaper-git
depends = python-system_hotkey>=5
depends = python-xpybutil
depends = python-numpy
- provides = superpaper=2.2.0+2+g299f7e5
+ depends = python-dbus
+ provides = superpaper=2.2.1+2+gb068c8e
conflicts = superpaper
source = superpaper::git+https://github.com/hhannine/Superpaper
source = rename_system_hotkey_dep.patch
diff --git a/PKGBUILD b/PKGBUILD
index 82455507e89f..264e22deed54 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,14 +2,15 @@
_pkgname=superpaper
pkgname=${_pkgname}-git
-pkgver=2.2.0+2+g299f7e5
+pkgver=2.2.1+2+gb068c8e
pkgrel=1
pkgdesc="Cross-platform multi monitor wallpaper manager"
arch=('any')
url="https://github.com/hhannine/Superpaper"
license=('MIT')
depends=('python-pillow>=7.0' 'python-screeninfo>=0.6.1' 'python-wxpython'
- 'python-system_hotkey>=5' 'python-xpybutil' 'python-numpy')
+ 'python-system_hotkey>=5' 'python-xpybutil' 'python-numpy'
+ 'python-dbus')
makedepends=('python-build' 'python-installer' 'python-wheel' 'python-setuptools' 'git')
provides=("${_pkgname}=${pkgver%%+}")
conflicts=("${_pkgname}")