summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTed Alff2023-05-10 22:13:44 -0400
committerTed Alff2023-05-10 22:13:44 -0400
commit4ea9e06de30992a74a61d3d0efd04998609352a3 (patch)
tree525fd2df45a8691dfc1c2fa950c56b6d7d448c0f
parent2fc45c1866ae1afbd5a6a7c69e0ac3c24763625c (diff)
downloadaur-4ea9e06de30992a74a61d3d0efd04998609352a3.tar.gz
Add dbus-python dependency
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD5
2 files changed, 5 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 807739f391ea..da57e06d499d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = superpaper
pkgdesc = Cross-platform multi monitor wallpaper manager
pkgver = 2.2.1
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/hhannine/Superpaper
arch = any
license = MIT
@@ -16,6 +16,7 @@ pkgbase = superpaper
depends = python-system_hotkey>=1.0.5
depends = python-xpybutil
depends = python-numpy
+ depends = dbus-python
source = superpaper-2.2.1.tar.gz::https://github.com/hhannine/Superpaper/archive/v2.2.1.tar.gz
source = rename_system_hotkey_dep.patch
sha256sums = 8296f218fe4bd524e34bc427b5c2d02c80acdd0e05563206e154a31eb944bb20
diff --git a/PKGBUILD b/PKGBUILD
index 67ee6b2e742a..ff6428b4715d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,13 +2,14 @@
pkgname=superpaper
pkgver=2.2.1
-pkgrel=1
+pkgrel=2
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>=1.0.5' 'python-xpybutil' 'python-numpy')
+ 'python-system_hotkey>=1.0.5' 'python-xpybutil' 'python-numpy'
+ 'dbus-python')
makedepends=('python-build' 'python-installer' 'python-wheel' 'python-setuptools' 'git')
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/hhannine/${pkgname^}/archive/v${pkgver}.tar.gz"
'rename_system_hotkey_dep.patch')