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 328d6fce16f4..55f39457ee4d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: acxz <akashpatel2008 at yahoo dot com>
pkgname=python-dm-tree-git
-pkgver=r44.65ce9e4
+pkgver=r49.63e7c35
pkgrel=1
pkgdesc='tree is a library for working with nested data structures'
arch=('any')
@@ -9,7 +9,7 @@ url='https://tree.readthedocs.io'
license=('Apache-2.0')
depends=(python python-six)
optdepends=()
-makedepends=(python python-setuptools)
+makedepends=(python python-setuptools bazel)
provides=('python-dm-tree')
conflicts=('python-dm-tree')
source=("$pkgname::git+https://github.com/deepmind/tree")