summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 80a93da651d6..aaeb83ad6cbc 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=python-i3-tree
_pkgname=i3-tree
pkgver=0.2
-pkgrel=1
+pkgrel=2
pkgdesc="Convenient Python lib to manipulate an i3 WM tree"
arch=("any")
url="https://github.com/dustbyte/i3-tree"
@@ -12,7 +12,7 @@ makedepends=(
'python-setuptools'
)
license=('BSD')
-depends=('python-i3')
+depends=('python-i3-py')
source=(
"https://files.pythonhosted.org/packages/a9/5a/902e87bf1a43480b00c82c2804f96d6e6ea6bdb6435ed40f2b4a94923a85/${_pkgname}-${pkgver}.tar.gz"
)