summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index c0a1ab4cec05..1ba470f6be3b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Luis Martinez <luis dot martinez at disroot dot org>
pkgname=python-box
-pkgver=7.0.1
+pkgver=7.1.1
pkgrel=1
pkgdesc="Advanced Python dictionaries with dot notation access"
arch=('x86_64')
@@ -16,7 +16,7 @@ optdepends=(
'python-yaml: YAML support')
makedepends=('cython' 'python-build' 'python-installer' 'python-setuptools' 'python-wheel')
source=("$pkgname-$pkgver.tar.gz::https://files.pythonhosted.org/packages/source/${pkgname::1}/${pkgname}/${pkgname}-${pkgver}.tar.gz")
-sha256sums=('dc6724f88255ccbc07092abd506281439cc2b75c6569c754ffc2b22580e7ae06')
+sha256sums=('2a3df244a5a79ac8f8447b5d11b5be0f2747d7b141cb2866060081ae9b53cc50')
build() {
cd "$pkgname-$pkgver"