summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorfunilrys2021-12-21 23:44:18 +0100
committerfunilrys2021-12-21 23:44:18 +0100
commit185b13cc986b94814e99fed102c35cf18680f4d9 (patch)
tree069924bcc2fbe0e315d6fd64701d3a8061a8d421 /PKGBUILD
parent041e28664c37d03d748d470d4cd77564ad34ce10 (diff)
downloadaur-185b13cc986b94814e99fed102c35cf18680f4d9.tar.gz
Update python-box to v5.4.1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index d4343d941daa..b5653bb92114 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: Nissar Chababy <contact at funilrys dot com>
pkgname=python-box
-pkgver=5.3.0
-pkgrel=0
+pkgver=5.4.1
+pkgrel=1
pkgdesc="Advanced Python dictionaries with dot notation access"
arch=('any')
url="https://github.com/cdgriffith/Box"
@@ -16,7 +16,7 @@ depends=(
source=(
"https://files.pythonhosted.org/packages/source/${pkgname::1}/${pkgname}/${pkgname}-${pkgver}.tar.gz"
)
-sha256sums=('4ed4ef5d34de505a65c01e3f1911de8cdb29484fcae0c035141dce535c6c194a')
+sha256sums=('b68e0f8abc86f3deda751b3390f64df64a0989459de51ba4db949662a7b4d8ac')
build() {
echo "https://files.pythonhosted.org/packages/source/${pkgname::1}/${pkgname}/${pkgname}-${pkgver}.tar.gz"