summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index bcae5b780bd3..e8fe85886f6e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,11 +1,12 @@
pkgbase = quickswitch-i3
pkgdesc = A python utility to quickly change to and locate windows in i3
pkgver = 2.6.0
- pkgrel = 2
+ pkgrel = 3
url = https://github.com/OliverUv/quickswitch-for-i3
arch = any
license = custom:WTFPL
depends = dmenu
+ depends = python-setuptools
depends = python-i3-git
options = !emptydirs
source = https://github.com/OliverUv/quickswitch-for-i3/archive/2.6.0.tar.gz
diff --git a/PKGBUILD b/PKGBUILD
index fe08290e4ecc..7571827e9222 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,12 +4,12 @@
_pkgname='quickswitch-for-i3'
pkgname='quickswitch-i3'
pkgver=2.6.0
-pkgrel=2
+pkgrel=3
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-i3-git')
+depends=('dmenu' 'python-setuptools' 'python-i3-git')
options=(!emptydirs)
source=("https://github.com/OliverUv/${_pkgname}/archive/${pkgver}.tar.gz")
sha256sums=('d1a081d9523e302b781d474d4806021122a3b8a1d8e486bae46f3409d4400e8a')