summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorCaleb Maclennan2021-07-18 10:50:19 +0300
committerCaleb Maclennan2021-07-18 10:50:19 +0300
commitdfbf9ea61fedcb53d35e1ca1c842d10fd7815d2c (patch)
tree64f58da5fde6c621ba55c4011bef87cc4f183fdf /PKGBUILD
parent8a6d61704a4e4fc8a7378138787c2892c4847d41 (diff)
downloadaur-dfbf9ea61fedcb53d35e1ca1c842d10fd7815d2c.tar.gz
upgpkg: python-cattrs 1.7.1-2
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 7698a86190fa..69c539191c77 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,12 +3,12 @@
_pipname=cattrs
pkgname=python-${_pipname,,}
pkgver=1.7.1
-pkgrel=1
+pkgrel=2
pkgdesc='Complex custom class converters for attrs'
arch=(any)
url="https://github.com/Tinche/$_pipname"
license=(MIT)
-depends=(python)
+depends=(python python-attrs)
makedepends=(python-setuptools)
source=("https://files.pythonhosted.org/packages/source/${_pipname::1}/$_pipname/$_pipname-$pkgver.tar.gz")
sha256sums=('95265b8aaa45e6de75b5f52ae081e021a2a7a688babdb711e4174e6b18920d08')