author | Chih-Hsuan Yen
<yan12125@archlinux.org> 2020-02-20 15:12:59 UTC |
committer | Chih-Hsuan Yen
<yan12125@archlinux.org> 2020-02-20 15:12:59 UTC |
parent | dc0c26cbb3f431c805231059c240af2641d9bf10 |
PKGBUILD | +4 | -4 |
diff --git a/PKGBUILD b/PKGBUILD index b60688c..89c321a 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -1,8 +1,8 @@ # Maintainer: Felix Yan <felixonmars@archlinux.org> pkgname=python-structlog -pkgver=19.2.0 -pkgrel=3 +pkgver=20.1.0 +pkgrel=1 pkgdesc="Structured Logging for Python" url="https://www.structlog.org" license=('Apache') @@ -10,9 +10,9 @@ arch=('any') depends=('python-six') makedepends=('python-setuptools') checkdepends=('python-pytest' 'python-freezegun' 'python-pretend' 'python-simplejson' - 'python-twisted' 'python-rapidjson' 'python-greenlet') + 'python-twisted' 'python-rapidjson' 'python-greenlet' 'python-pytest-asyncio') source=("$pkgname-$pkgver.tar.gz::https://github.com/hynek/structlog/archive/$pkgver.tar.gz") -sha512sums=('a000601477c155545ff359b8cd4439508cbc28809aa7216395bf2bc85539da481224aa6f265f801ada0a52e03574957bf384718e6793efe697125bf467ffcd7a') +sha512sums=('69c390e3a0ce5356b1d08948e5159e0ecf230222b25bb3cc5e4ba4baa5d4e00c21a8d322ac1064f543d98acce2ed0927677886ecfd4cfd3cf8619191baed85fa') build() { cd structlog-$pkgver