summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index ab0cc7946b77..2db637757c34 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,13 +8,14 @@ pkgname=python-i3-py
pkgver=0.6.8
# https://github.com/ziberna/i3-py/issues/22
_commit=27f88a616e9ecc340e7d041d3d00782f8a1964c1
-pkgrel=9
+pkgrel=10
pkgdesc="tools for i3 users and developers"
arch=('any')
url='https://github.com/ziberna/i3-py'
license=('GPL3')
depends=('python' 'i3-wm')
makedepends=('git' 'python')
+optdepends=('python2: legacy')
source=("$pkgname::git+https://github.com/ziberna/i3-py#commit=$_commit")
md5sums=('SKIP')