summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTed Alff2022-07-17 10:04:13 -0400
committerTed Alff2022-07-17 10:04:13 -0400
commit98058bb23c2d9f5a5a5c5f9f6ec8dba2432347c5 (patch)
treea2db7624bfc9a0639fa6c1a7733e9a8adb161c89
parent726e2f60df267d90f55de20b588dfd6d2401fd19 (diff)
downloadaur-98058bb23c2d9f5a5a5c5f9f6ec8dba2432347c5.tar.gz
Add python-setuptools build dependency
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d0f92d956819..0bde948d30b1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,14 @@
pkgbase = superpaper
pkgdesc = Cross-platform multi monitor wallpaper manager
pkgver = 2.1.0+32+g7d0b284
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/hhannine/Superpaper
arch = any
license = MIT
makedepends = python-build
makedepends = python-installer
makedepends = python-wheel
+ makedepends = python-setuptools
makedepends = git
depends = python-pillow>=7.0
depends = python-screeninfo>=0.6.1
diff --git a/PKGBUILD b/PKGBUILD
index a1972d8f4241..a8297e8f0499 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,14 +2,14 @@
pkgname=superpaper
pkgver=2.1.0+32+g7d0b284
-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.2+10+9541587' 'python-xpybutil' 'python-numpy')
-makedepends=('python-build' 'python-installer' 'python-wheel' 'git')
+makedepends=('python-build' 'python-installer' 'python-wheel' 'python-setuptools' 'git')
_commit='7d0b28400cccafa57f7a43ca2342d73c3293ff92'
source=("${pkgname}::git+https://github.com/hhannine/${pkgname^}#commit=${_commit}")
sha256sums=('SKIP')