summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDonald Webster2019-05-31 13:59:13 -0700
committerDonald Webster2019-05-31 13:59:13 -0700
commitaf2d8aa1eb8b992b8ef3e14f42396bbc0492b0e1 (patch)
treef0589a4dd188db852183814c04e7b8394b78a805
parent8d97d0d5ca97ae773484bc08701e40bca28b843f (diff)
downloadaur-af2d8aa1eb8b992b8ef3e14f42396bbc0492b0e1.tar.gz
Update to v2.0.1.
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8167e7aa9b00..a7ec8e127093 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = python-attrdict
pkgdesc = A library that provides mapping objects that allow their elements to be accessed both as keys and as attributes.
- pkgver = 2.0.0
+ pkgver = 2.0.1
pkgrel = 1
url = https://github.com/bcj/attrdict
arch = any
license = MIT
makedepends = python-setuptools
makedepends = python2-setuptools
- source = https://files.pythonhosted.org/packages/source/a/attrdict/attrdict-2.0.0.tar.gz
- sha256sums = 86aeb6d3809e0344409f8148d7cac9eabce5f0b577c160b5e90d10df3f8d2ad3
+ source = https://files.pythonhosted.org/packages/source/a/attrdict/attrdict-2.0.1.tar.gz
+ sha256sums = 35c90698b55c683946091177177a9e9c0713a0860f0e049febd72649ccd77b70
pkgname = python-attrdict
diff --git a/PKGBUILD b/PKGBUILD
index 1796b08afdbb..ec86790fd82c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgbase=python-attrdict
pkgname=('python-attrdict' 'python2-attrdict')
_name=${pkgname#python-}
-pkgver=2.0.0
+pkgver=2.0.1
pkgrel=1
pkgdesc="A library that provides mapping objects that allow their elements to be accessed both as keys and as attributes."
arch=('any')
@@ -11,7 +11,7 @@ url="https://github.com/bcj/attrdict"
license=('MIT')
makedepends=('python-setuptools' 'python2-setuptools')
source=("https://files.pythonhosted.org/packages/source/${_name::1}/${_name}/${_name}-${pkgver}.tar.gz")
-sha256sums=('86aeb6d3809e0344409f8148d7cac9eabce5f0b577c160b5e90d10df3f8d2ad3')
+sha256sums=('35c90698b55c683946091177177a9e9c0713a0860f0e049febd72649ccd77b70')
prepare() {
cp -a AttrDict-$pkgver{,-py2}