summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTed Alff2022-07-17 10:05:21 -0400
committerTed Alff2022-07-17 10:05:21 -0400
commitc9dcb6cf4bd4c0376e299d5c7330730571eb0fec (patch)
tree75d69c958901cc96ca0ab1b832e16d0b67e7ff7f
parent627a11e6a7b1eb58cab19504d186c495cf4ba72d (diff)
downloadaur-c9dcb6cf4bd4c0376e299d5c7330730571eb0fec.tar.gz
Add python-setuptools build dependency
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e1e7353356fe..2db466c4675f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = superpaper-git
pkgdesc = Cross-platform multi monitor wallpaper manager
- pkgver = 2.1.0+32+g7d0b284
+ pkgver = 2.1.0+38+g0c502d3
pkgrel = 1
url = https://github.com/hhannine/Superpaper
arch = any
@@ -8,6 +8,7 @@ pkgbase = superpaper-git
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
@@ -15,7 +16,7 @@ pkgbase = superpaper-git
depends = python-system_hotkey>=1.0.2+10+9541587
depends = python-xpybutil
depends = python-numpy
- provides = superpaper=2.1.0+32+g7d0b284
+ provides = superpaper=2.1.0+38+g0c502d3
conflicts = superpaper
source = superpaper::git+https://github.com/hhannine/Superpaper
sha256sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index b4b52deb80f8..1a61d2789ef0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_pkgname=superpaper
pkgname=${_pkgname}-git
-pkgver=2.1.0+32+g7d0b284
+pkgver=2.1.0+38+g0c502d3
pkgrel=1
pkgdesc="Cross-platform multi monitor wallpaper manager"
arch=('any')
@@ -10,7 +10,7 @@ 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')
provides=("${_pkgname}=${pkgver%%+}")
conflicts=("${_pkgname}")
source=("${_pkgname}::git+https://github.com/hhannine/${_pkgname^}")