diff --git a/python-pluggy/PKGBUILD b/python-pluggy/PKGBUILD index b14b18ec..05f1aaed 100644 --- a/python-pluggy/PKGBUILD +++ b/python-pluggy/PKGBUILD @@ -3,7 +3,7 @@ _realname=pluggy pkgbase=python-pluggy pkgname=(python2-${_realname} python3-${_realname}) -pkgver=0.8.0 +pkgver=0.9.0 pkgrel=1 pkgdesc="Plugin and hook calling mechanisms for python" arch=('any') @@ -12,7 +12,7 @@ license=('MIT') makedepends=('python2-setuptools-scm' 'python3-setuptools-scm') checkdepends=('python2-pytest-runner' 'python3-pytest-runner') source=("$pkgbase-$pkgver.tar.gz::https://github.com/pytest-dev/pluggy/archive/$pkgver.tar.gz") -sha512sums=('06e5835069d2c198e5b983d07287822717484c7add306b3156451da0c6ba16c0c942f3f4b6e1eb20118e2c157d4d5403ae2b14453179c902684710edcbe5106d') +sha512sums=('e4adcd4de9758476a43c338baf7d13b0a1380739d7c6cc593537a3ec63a6491250adf0f33183e323f50695d9d0191a7d3378b1d36df44f9355625624ef1c4551') prepare() { cd "${srcdir}"