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