diff --git a/python-pydeps/PKGBUILD b/python-pydeps/PKGBUILD index 354fca9..2b360dd 100644 --- a/python-pydeps/PKGBUILD +++ b/python-pydeps/PKGBUILD @@ -2,7 +2,7 @@ pkgname=python-pydeps _name=${pkgname#python-} -pkgver=1.11.0 +pkgver=1.11.1 pkgrel=1 pkgdesc='Python module dependency graphs' arch=('any') @@ -22,7 +22,7 @@ makedepends=( 'python-setuptools' ) checkdepends=('python-pytest') -_commit='793e20a43d1adc7798793b42344a480f94e1d7c1' +_commit='d1a4ab0cbba58deb612d9b027d5770467e58bef6' source=("$pkgname::git+$url.git#commit=$_commit") b2sums=('SKIP')