summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD5
1 files changed, 3 insertions, 2 deletions
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')