summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorfunilrys2022-10-30 14:13:45 +0000
committerfunilrys2022-10-30 14:13:45 +0000
commit13bc91e1e871c0a0e9f48738878fa73940bb4088 (patch)
treeba9dacb3cc88f2ba22ebaa6d15a64f7f78f16689
parent0cec991350be26faea4a52ee1bc704827af8da57 (diff)
downloadaur-13bc91e1e871c0a0e9f48738878fa73940bb4088.tar.gz
Update python-box to v6.1.0
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d4ab6950bdff..8582eceef988 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = python-box
pkgdesc = Advanced Python dictionaries with dot notation access
- pkgver = 6.0.2
- pkgrel = 2
+ pkgver = 6.1.0
+ pkgrel = 1
url = https://github.com/cdgriffith/Box
arch = x86_64
license = MIT
@@ -15,7 +15,7 @@ pkgbase = python-box
optdepends = python-ruamel-yaml: YAML support
optdepends = python-toml: TOML support
optdepends = python-yaml: YAML support
- source = python-box-6.0.2.tar.gz::https://files.pythonhosted.org/packages/source/p/python-box/python-box-6.0.2.tar.gz
- sha256sums = c15f09fa2a8730702115396b490ddc17dde3d4276a4f24eb754e35f102c41347
+ source = python-box-6.1.0.tar.gz::https://files.pythonhosted.org/packages/source/p/python-box/python-box-6.1.0.tar.gz
+ sha256sums = 6e7c243b356cb36e2c0f0e5ed7850969fede6aa812a7f501de7768996c7744d7
pkgname = python-box
diff --git a/PKGBUILD b/PKGBUILD
index c3c80b76f23f..511df9a7d2aa 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,8 +2,8 @@
# Contributor: Luis Martinez <luis dot martinez at disroot dot org>
pkgname=python-box
-pkgver=6.0.2
-pkgrel=2
+pkgver=6.1.0
+pkgrel=1
pkgdesc="Advanced Python dictionaries with dot notation access"
arch=('x86_64')
url="https://github.com/cdgriffith/Box"
@@ -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=('c15f09fa2a8730702115396b490ddc17dde3d4276a4f24eb754e35f102c41347')
+sha256sums=('6e7c243b356cb36e2c0f0e5ed7850969fede6aa812a7f501de7768996c7744d7')
build() {
cd "$pkgname-$pkgver"