summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohannes Wienke2021-02-28 13:05:25 +0100
committerJohannes Wienke2021-02-28 13:05:25 +0100
commit3deb30396c7c6ff8deb8af1c685ad7b2d1421c6d (patch)
treec697e66e2f842e49207636f0e54326f1f9d9c19f
parent6abfa47ae200d81f8721a3d2c5d4c404590bbc09 (diff)
downloadaur-quickswitch-i3.tar.gz
Make setuptools a build dependency
Cf. https://archlinux.org/todo/cleanup-of-python-setuptools-dependency-for-console-scripts/
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD5
2 files changed, 5 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 51bc4695ae61..300fc6989c48 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,12 @@
pkgbase = quickswitch-i3
pkgdesc = A python utility to quickly change to and locate windows in i3
pkgver = 2.7.0
- pkgrel = 4
+ pkgrel = 5
url = https://github.com/OliverUv/quickswitch-for-i3
arch = any
license = custom:WTFPL
+ makedepends = python-setuptools
depends = dmenu
- depends = python-setuptools
depends = python-i3-py
options = !emptydirs
source = https://github.com/OliverUv/quickswitch-for-i3/archive/2.7.0.tar.gz
diff --git a/PKGBUILD b/PKGBUILD
index fb56569ff05f..30131f89fe9a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,12 +4,13 @@
_pkgname='quickswitch-for-i3'
pkgname='quickswitch-i3'
pkgver=2.7.0
-pkgrel=4
+pkgrel=5
pkgdesc="A python utility to quickly change to and locate windows in i3"
arch=(any)
url="https://github.com/OliverUv/quickswitch-for-i3"
license=('custom:WTFPL')
-depends=('dmenu' 'python-setuptools' 'python-i3-py')
+depends=('dmenu' 'python-i3-py')
+makedepends=('python-setuptools')
options=(!emptydirs)
source=("https://github.com/OliverUv/${_pkgname}/archive/${pkgver}.tar.gz")
sha256sums=('ce6339e532a31f6cd13c17e99bcc42c9f60a43299536835af4ca4f42cd3f8f7b')