summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorfunilrys2020-02-02 22:10:33 +0100
committerfunilrys2020-02-02 22:10:33 +0100
commitba95fd8752fbe1bacccf7368a89143a61b90a4ee (patch)
tree8f6e89cdd9f5d2476742dd4c3c71376f296f0b08
parentee8f18e10aa2c391d8b5bfc90149e36a8dfdacd0 (diff)
downloadaur-ba95fd8752fbe1bacccf7368a89143a61b90a4ee.tar.gz
Update python-box to v4.0.4
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9466247524c5..394f488bf235 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = python-box
pkgdesc = Advanced Python dictionaries with dot notation access
- pkgver = 3.4.5
- pkgrel = 2
+ pkgver = 4.0.4
+ pkgrel = 1
url = https://github.com/cdgriffith/Boxs
arch = any
license = MIT
provides = python-box
- source = https://files.pythonhosted.org/packages/source/p/python-box/python-box-3.4.5.tar.gz
- sha256sums = ff2ccbbc06b9b8cfb4d00e3113079bfcd4a050365ad9aa774cb3003da705ad06
+ source = https://files.pythonhosted.org/packages/source/p/python-box/python-box-4.0.4.tar.gz
+ sha256sums = 7e1ce38dc153790e304d0b3923dff1d53c9889eaaa8f4cce315bb867b5aee843
pkgname = python-box
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() {