summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPi-Yueh Chuang2020-06-09 14:31:07 -0400
committerGitHub2020-06-09 14:31:07 -0400
commit2499bac34e4d5c6127ef4710159374ccb54df341 (patch)
tree43dde2c2435eb62745079ed7f710400d4be048d3
parent4dff6401b4006287edf5352383bbf91c7b3302d5 (diff)
downloadaur-2499bac34e4d5c6127ef4710159374ccb54df341.tar.gz
update makedepends of python-dm-tree and its git alternative (#45)
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b95e876c831d..760deaf85b75 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,13 @@
pkgbase = python-dm-tree-git
pkgdesc = tree is a library for working with nested data structures
- pkgver = r44.65ce9e4
+ pkgver = r49.63e7c35
pkgrel = 1
url = https://tree.readthedocs.io
arch = any
license = Apache-2.0
makedepends = python
makedepends = python-setuptools
+ makedepends = bazel
depends = python
depends = python-six
provides = python-dm-tree
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")