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 c1bad475e5e0..4b5a9bcffce1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_pipname=cattrs
pkgname=python-${_pipname,,}
-pkgver=1.1.1
+pkgver=1.1.2
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=('cd7579ef6ed80993bdd0e24a806493c48576caebd47b7b6ec2cd3cfd0b9a5f72')
+sha256sums=('a5873cd4745a74388557730247b4bb005d762f8aba0ab7aa55bcbd190bdf3322')
build() {
cd "$_pipname-$pkgver"