summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorfunilrys2020-02-02 22:10:33 +0100
committerfunilrys2020-02-02 22:10:33 +0100
commitba95fd8752fbe1bacccf7368a89143a61b90a4ee (patch)
tree8f6e89cdd9f5d2476742dd4c3c71376f296f0b08 /PKGBUILD
parentee8f18e10aa2c391d8b5bfc90149e36a8dfdacd0 (diff)
downloadaur-ba95fd8752fbe1bacccf7368a89143a61b90a4ee.tar.gz
Update python-box to v4.0.4
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 0a605f4a56b5..73604b63d5ec 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: Nissar Chababy <contact at funilrys dot com>
pkgname=python-box
-pkgver=3.4.5
-pkgrel=2
+pkgver=4.0.4
+pkgrel=1
pkgdesc="Advanced Python dictionaries with dot notation access"
arch=('any')
url="https://github.com/cdgriffith/Boxs"
@@ -13,7 +13,7 @@ source=(
"https://files.pythonhosted.org/packages/source/${pkgname::1}/${pkgname}/${pkgname}-${pkgver}.tar.gz"
)
sha256sums=(
- "ff2ccbbc06b9b8cfb4d00e3113079bfcd4a050365ad9aa774cb3003da705ad06"
+ "7e1ce38dc153790e304d0b3923dff1d53c9889eaaa8f4cce315bb867b5aee843"
)
build() {