summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorfunilrys2020-08-25 22:23:55 +0200
committerfunilrys2020-08-25 22:23:55 +0200
commit9d61cbeb7adb88d47f1b8cae6af4a8d2d8b7482c (patch)
tree6f6cb70a7587d871ac48699acdff052dcf515c96 /PKGBUILD
parentb9503f398081e7e91ecd1964d36d8af871e22418 (diff)
downloadaur-9d61cbeb7adb88d47f1b8cae6af4a8d2d8b7482c.tar.gz
Update python-box to v5.1.1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index e91bc2c5547f..3a3983ce5b64 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Nissar Chababy <contact at funilrys dot com>
pkgname=python-box
-pkgver=5.1.0
+pkgver=5.1.1
pkgrel=0
pkgdesc="Advanced Python dictionaries with dot notation access"
arch=('any')
@@ -17,7 +17,7 @@ source=(
"https://files.pythonhosted.org/packages/source/${pkgname::1}/${pkgname}/${pkgname}-${pkgver}.tar.gz"
)
sha256sums=(
- "f02e059a299cac0515687aafec7543d401b12759d6578e53fae74154e0cbaa79"
+ "e51d03275f0d6fef3c155f79c19e542c2fb6d92e89eb385cd71ea22c5d4681b3"
)
build() {