summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorfunilrys2021-01-08 20:22:46 +0100
committerfunilrys2021-01-08 20:22:46 +0100
commit1ef600746dd1440f9aa70315eed3430d89439cbb (patch)
treec747b79f50961b4d190c155225273580ab6b13ee /PKGBUILD
parent9d61cbeb7adb88d47f1b8cae6af4a8d2d8b7482c (diff)
downloadaur-1ef600746dd1440f9aa70315eed3430d89439cbb.tar.gz
Update python-box to v5.2.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 3a3983ce5b64..6ad2a81746a2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Nissar Chababy <contact at funilrys dot com>
pkgname=python-box
-pkgver=5.1.1
+pkgver=5.2.0
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=(
- "e51d03275f0d6fef3c155f79c19e542c2fb6d92e89eb385cd71ea22c5d4681b3"
+ "dd91aa847d2a773b510008902ba3ab083d690800f13e7c540cdaf8e2181e4431"
)
build() {