summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorfunilrys2021-04-17 13:41:19 +0000
committerfunilrys2021-04-17 13:41:19 +0000
commit041e28664c37d03d748d470d4cd77564ad34ce10 (patch)
tree2b817a0ccdf542f5f2b0646814cc5dc0fd3d67ed
parent1ef600746dd1440f9aa70315eed3430d89439cbb (diff)
downloadaur-041e28664c37d03d748d470d4cd77564ad34ce10.tar.gz
Update python-box to v5.3.0.
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 5 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6d5fc5076a86..779748a0dec0 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-box
pkgdesc = Advanced Python dictionaries with dot notation access
- pkgver = 5.2.0
+ pkgver = 5.3.0
pkgrel = 0
url = https://github.com/cdgriffith/Box
arch = any
@@ -9,8 +9,8 @@ pkgbase = python-box
depends = python-ruamel-yaml
depends = python-msgpack
provides = python-box
- source = https://files.pythonhosted.org/packages/source/p/python-box/python-box-5.2.0.tar.gz
- sha256sums = dd91aa847d2a773b510008902ba3ab083d690800f13e7c540cdaf8e2181e4431
+ source = https://files.pythonhosted.org/packages/source/p/python-box/python-box-5.3.0.tar.gz
+ sha256sums = 4ed4ef5d34de505a65c01e3f1911de8cdb29484fcae0c035141dce535c6c194a
pkgname = python-box
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"