summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorfunilrys2024-02-08 19:05:37 +0000
committerfunilrys2024-02-08 19:05:37 +0000
commit8b2366f8d92b56f11dc83a85811b058b6ffea81b (patch)
tree0d78ff0b202b74e781b26578fa7fcc4a9d336500
parentbd7ee7ab6e6b8f239188c0a7382428aece424f1f (diff)
downloadaur-python-box.tar.gz
Delete .SRCINFO
Changes will be automatically generated.
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3a15534ec70d..227bb004b31f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-box
pkgdesc = Advanced Python dictionaries with dot notation access
- pkgver = 7.0.1
+ pkgver = 7.1.1
pkgrel = 1
url = https://github.com/cdgriffith/Box
arch = x86_64
@@ -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-7.0.1.tar.gz::https://files.pythonhosted.org/packages/source/p/python-box/python-box-7.0.1.tar.gz
- sha256sums = dc6724f88255ccbc07092abd506281439cc2b75c6569c754ffc2b22580e7ae06
+ source = python-box-7.1.1.tar.gz::https://files.pythonhosted.org/packages/source/p/python-box/python-box-7.1.1.tar.gz
+ sha256sums = 2a3df244a5a79ac8f8447b5d11b5be0f2747d7b141cb2866060081ae9b53cc50
pkgname = python-box
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"