summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorfunilrys2021-04-17 13:41:19 +0000
committerfunilrys2021-04-17 13:41:19 +0000
commit041e28664c37d03d748d470d4cd77564ad34ce10 (patch)
tree2b817a0ccdf542f5f2b0646814cc5dc0fd3d67ed /PKGBUILD
parent1ef600746dd1440f9aa70315eed3430d89439cbb (diff)
downloadaur-041e28664c37d03d748d470d4cd77564ad34ce10.tar.gz
Update python-box to v5.3.0.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 2 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 6ad2a81746a2..d4343d941daa 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Nissar Chababy <contact at funilrys dot com>
pkgname=python-box
-pkgver=5.2.0
+pkgver=5.3.0
pkgrel=0
pkgdesc="Advanced Python dictionaries with dot notation access"
arch=('any')
@@ -16,9 +16,7 @@ depends=(
source=(
"https://files.pythonhosted.org/packages/source/${pkgname::1}/${pkgname}/${pkgname}-${pkgver}.tar.gz"
)
-sha256sums=(
- "dd91aa847d2a773b510008902ba3ab083d690800f13e7c540cdaf8e2181e4431"
-)
+sha256sums=('4ed4ef5d34de505a65c01e3f1911de8cdb29484fcae0c035141dce535c6c194a')
build() {
echo "https://files.pythonhosted.org/packages/source/${pkgname::1}/${pkgname}/${pkgname}-${pkgver}.tar.gz"