summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authoracxz2020-11-08 20:02:42 -0500
committeracxz2020-11-08 20:02:42 -0500
commit7052082c449fcb54239d41f4d6b0b562190e4836 (patch)
tree2ecddfb3f54b5502bf2cf8404b6d7c6e807331d5
parent5b88f1d84fc6d4a09d29c7e9935f3890e9270e5b (diff)
downloadaur-7052082c449fcb54239d41f4d6b0b562190e4836.tar.gz
updpkg 0.1.5
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index fab59756ba04..2c766938b01d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = python-dm-tree
pkgdesc = tree is a library for working with nested data structures
- pkgver = 0.1.4
- pkgrel = 2
+ pkgver = 0.1.5
+ pkgrel = 1
url = https://tree.readthedocs.io
arch = any
license = Apache-2.0
@@ -10,8 +10,8 @@ pkgbase = python-dm-tree
makedepends = bazel
depends = python
depends = python-six
- source = python-dm-tree-0.1.4::https://pypi.org/packages/source/d/dm-tree/dm-tree-0.1.4.tar.gz
- sha256sums = c4477ba8fee2fd7113ce0ef48a5bcf4f881100dcf5e609853368bbab96f4095e
+ source = python-dm-tree-0.1.5::https://pypi.org/packages/source/d/dm-tree/dm-tree-0.1.5.tar.gz
+ sha256sums = a951d2239111dfcc468071bc8ff792c7b1e3192cab5a3c94d33a8b2bda3127fa
pkgname = python-dm-tree
diff --git a/PKGBUILD b/PKGBUILD
index d658e048245a..c5b8275ac7a5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: acxz <akashpatel2008 at yahoo dot com>
pkgname=python-dm-tree
-pkgver=0.1.4
-pkgrel=2
+pkgver=0.1.5
+pkgrel=1
pkgdesc='tree is a library for working with nested data structures'
arch=('any')
url='https://tree.readthedocs.io'
@@ -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=('c4477ba8fee2fd7113ce0ef48a5bcf4f881100dcf5e609853368bbab96f4095e')
+sha256sums=('a951d2239111dfcc468071bc8ff792c7b1e3192cab5a3c94d33a8b2bda3127fa')
_pkgname=dm-tree