author | Felix Yan
<felixonmars@archlinux.org> 2018-09-05 21:42:32 UTC |
committer | Felix Yan
<felixonmars@archlinux.org> 2018-09-05 21:42:32 UTC |
parent | 8f5f7c939055cc4694145639a0e7811cbedfe3c4 |
PKGBUILD | +3 | -3 |
diff --git a/PKGBUILD b/PKGBUILD index a271bbd..51a5361 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -2,8 +2,8 @@ pkgbase=python-structlog pkgname=(python-structlog python2-structlog) -pkgver=18.1.0 -pkgrel=2 +pkgver=18.2.0 +pkgrel=1 pkgdesc="Structured Logging for Python" url="http://www.structlog.org" license=('Apache') @@ -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=('01ea560f16979312acd168c08994007e1116de470cf933a1524033884058114999f815cf3061b2d080c95453c9b628ed7747ea5d283bb2fcda7180edd977c09b') +sha512sums=('7bfeec27b1e5444d4c8529f27be9954f39dff2d98d68618df139b8491262de6ad0bd76e56b17c844fa0fa962ba768e54888e888b6f63770f58353563cf8e94ad') prepare() { cp -a structlog-$pkgver{,-py2}