summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohannes Wienke2017-10-19 09:43:36 +0200
committerJohannes Wienke2017-10-19 09:43:36 +0200
commit6c4fbc699de5d7c2cafd72b94ee9bcbaa2b487aa (patch)
treeea9d12bb095c204be0755b48ebd0aba521f0dda3
parent5e66421f049451c14418aabc611b66b96408a027 (diff)
downloadaur-6c4fbc699de5d7c2cafd72b94ee9bcbaa2b487aa.tar.gz
Depend on community version of the python bindings
python-i3-git was removed from AUR
-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')