summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorfunilrys2020-07-25 15:29:36 +0200
committerfunilrys2020-07-25 15:29:36 +0200
commitb9503f398081e7e91ecd1964d36d8af871e22418 (patch)
tree953587c066b8245b143f11a40cbcc1baa385ecf8 /PKGBUILD
parent0869088c26c86c155d2dcdb74fc73ec65e41b8e6 (diff)
downloadaur-b9503f398081e7e91ecd1964d36d8af871e22418.tar.gz
Update python-box to v5.1.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD7
1 files changed, 4 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 7a1a1728b078..e91bc2c5547f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: Nissar Chababy <contact at funilrys dot com>
pkgname=python-box
-pkgver=4.2.3
-pkgrel=2
+pkgver=5.1.0
+pkgrel=0
pkgdesc="Advanced Python dictionaries with dot notation access"
arch=('any')
url="https://github.com/cdgriffith/Box"
@@ -11,12 +11,13 @@ provides=("${pkgname}")
depends=(
'python-toml'
'python-ruamel-yaml'
+ 'python-msgpack'
)
source=(
"https://files.pythonhosted.org/packages/source/${pkgname::1}/${pkgname}/${pkgname}-${pkgver}.tar.gz"
)
sha256sums=(
- "37dcaee62446cef67ffad7baef0f1b5f541587e2064f1152ec3bc0ead64092a2"
+ "f02e059a299cac0515687aafec7543d401b12759d6578e53fae74154e0cbaa79"
)
build() {