author | Felix Yan
<felixonmars@archlinux.org> 2019-02-02 16:21:49 UTC |
committer | Felix Yan
<felixonmars@archlinux.org> 2019-02-02 16:21:49 UTC |
parent | a56e12e828809fa000bb7cd18b74d8ab721a1813 |
PKGBUILD | +2 | -2 |
diff --git a/PKGBUILD b/PKGBUILD index 51a5361..2fd27d6 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -2,7 +2,7 @@ pkgbase=python-structlog pkgname=(python-structlog python2-structlog) -pkgver=18.2.0 +pkgver=19.1.0 pkgrel=1 pkgdesc="Structured Logging for Python" url="http://www.structlog.org" @@ -14,7 +14,7 @@ checkdepends=('python-pytest' 'python2-pytest' 'python-freezegun' 'python2-freez 'python-twisted' 'python2-twisted' 'python-rapidjson' 'python-greenlet' 'python2-greenlet') source=("$pkgbase-$pkgver.tar.gz::https://github.com/hynek/structlog/archive/$pkgver.tar.gz") -sha512sums=('7bfeec27b1e5444d4c8529f27be9954f39dff2d98d68618df139b8491262de6ad0bd76e56b17c844fa0fa962ba768e54888e888b6f63770f58353563cf8e94ad') +sha512sums=('7d2705afab3ab2415e4ce636061572e1dce57b612d45e34b5f5b55947d180b8b69f97c084ce9e6e79fde270daab8506618fe7da881f2db1fd3a781b240b8a6c5') prepare() { cp -a structlog-$pkgver{,-py2}