summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authoracxz2021-06-13 00:25:47 -0400
committeracxz2021-06-13 00:25:47 -0400
commitfaa5c75ed364b1ce3be50ee6723e0c7ebe946856 (patch)
tree3a76db05f961168cd6a98bd8d5f78a323058f498
parent7052082c449fcb54239d41f4d6b0b562190e4836 (diff)
downloadaur-faa5c75ed364b1ce3be50ee6723e0c7ebe946856.tar.gz
updpkg 0.1.6
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2c766938b01d..e7e3a84436a0 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-dm-tree
pkgdesc = tree is a library for working with nested data structures
- pkgver = 0.1.5
+ pkgver = 0.1.6
pkgrel = 1
url = https://tree.readthedocs.io
arch = any
@@ -10,8 +10,7 @@ pkgbase = python-dm-tree
makedepends = bazel
depends = python
depends = python-six
- source = python-dm-tree-0.1.5::https://pypi.org/packages/source/d/dm-tree/dm-tree-0.1.5.tar.gz
- sha256sums = a951d2239111dfcc468071bc8ff792c7b1e3192cab5a3c94d33a8b2bda3127fa
+ source = python-dm-tree-0.1.6::https://pypi.org/packages/source/d/dm-tree/dm-tree-0.1.6.tar.gz
+ sha256sums = 6776404b23b4522c01012ffb314632aba092c9541577004ab153321e87da439a
pkgname = python-dm-tree
-
diff --git a/PKGBUILD b/PKGBUILD
index c5b8275ac7a5..15c505aad6e5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: acxz <akashpatel2008 at yahoo dot com>
pkgname=python-dm-tree
-pkgver=0.1.5
+pkgver=0.1.6
pkgrel=1
pkgdesc='tree is a library for working with nested data structures'
arch=('any')
@@ -11,7 +11,7 @@ depends=(python python-six)
optdepends=()
makedepends=(python python-setuptools bazel)
source=("$pkgname-$pkgver::https://pypi.org/packages/source/d/dm-tree/dm-tree-${pkgver}.tar.gz")
-sha256sums=('a951d2239111dfcc468071bc8ff792c7b1e3192cab5a3c94d33a8b2bda3127fa')
+sha256sums=('6776404b23b4522c01012ffb314632aba092c9541577004ab153321e87da439a')
_pkgname=dm-tree