summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorCaleb Maclennan2020-11-25 12:28:07 +0300
committerCaleb Maclennan2020-11-25 12:28:07 +0300
commita684691cc4b7656a9f7cbdfa4c8f4ce6f549c858 (patch)
tree537a5ae96adc01971864d7f70f9617f41268f21c /PKGBUILD
parent1533fda46a7784b46eb62da3beb4d5f1918ef046 (diff)
downloadaur-a684691cc4b7656a9f7cbdfa4c8f4ce6f549c858.tar.gz
upgpkg: python-cattrs 1.1.1-1
upstream release
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 8c7f58b05edc..c1bad475e5e0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_pipname=cattrs
pkgname=python-${_pipname,,}
-pkgver=1.0.0
+pkgver=1.1.1
pkgrel=1
pkgdesc='Complex custom class converters for attrs'
arch=('any')
@@ -11,7 +11,7 @@ license=('MIT')
depends=('python')
makedepends=('python-setuptools')
source=("https://files.pythonhosted.org/packages/source/${_pipname::1}/$_pipname/$_pipname-$pkgver.tar.gz")
-sha256sums=('b7ab5cf8ad127c42eefd01410c1c6e28569a45a255ea80ed968511873c433c7a')
+sha256sums=('cd7579ef6ed80993bdd0e24a806493c48576caebd47b7b6ec2cd3cfd0b9a5f72')
build() {
cd "$_pipname-$pkgver"