summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8df9b3f2a51e..4b38480381f9 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-box
pkgdesc = Advanced Python dictionaries with dot notation access
- pkgver = 4.2.1
+ pkgver = 4.2.3
pkgrel = 2
url = https://github.com/cdgriffith/Box
arch = any
@@ -8,8 +8,8 @@ pkgbase = python-box
depends = python-toml
depends = python-ruamel-yaml
provides = python-box
- source = https://files.pythonhosted.org/packages/source/p/python-box/python-box-4.2.1.tar.gz
- sha256sums = b4dcd0a4175ebe7ea73d3d85cbb4d33efe1ccbfaef131fa7c77702f235577fb8
+ source = https://files.pythonhosted.org/packages/source/p/python-box/python-box-4.2.3.tar.gz
+ sha256sums = 37dcaee62446cef67ffad7baef0f1b5f541587e2064f1152ec3bc0ead64092a2
pkgname = python-box
diff --git a/PKGBUILD b/PKGBUILD
index dfa5010e5109..7a1a1728b078 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Nissar Chababy <contact at funilrys dot com>
pkgname=python-box
-pkgver=4.2.1
+pkgver=4.2.3
pkgrel=2
pkgdesc="Advanced Python dictionaries with dot notation access"
arch=('any')
@@ -16,7 +16,7 @@ source=(
"https://files.pythonhosted.org/packages/source/${pkgname::1}/${pkgname}/${pkgname}-${pkgver}.tar.gz"
)
sha256sums=(
- "b4dcd0a4175ebe7ea73d3d85cbb4d33efe1ccbfaef131fa7c77702f235577fb8"
+ "37dcaee62446cef67ffad7baef0f1b5f541587e2064f1152ec3bc0ead64092a2"
)
build() {