diff --git a/mingw-w64-python-pathspec/PKGBUILD b/mingw-w64-python-pathspec/PKGBUILD index 6888680d4d..cc8ccb4979 100644 --- a/mingw-w64-python-pathspec/PKGBUILD +++ b/mingw-w64-python-pathspec/PKGBUILD @@ -3,7 +3,7 @@ _realname=pathspec pkgbase=mingw-w64-python-${_realname} pkgname=("${MINGW_PACKAGE_PREFIX}-python-${_realname}") -pkgver=0.8.0 +pkgver=0.8.1 pkgrel=1 pkgdesc='Utility library for gitignore style pattern matching of file paths (mingw-w64)' arch=('any') @@ -12,7 +12,7 @@ license=('MPL2') depends=("${MINGW_PACKAGE_PREFIX}-python") makedepends=("${MINGW_PACKAGE_PREFIX}-python-setuptools") source=("https://files.pythonhosted.org/packages/source/${_realname::1}/$_realname/$_realname-$pkgver.tar.gz") -sha256sums=('da45173eb3a6f2a5a487efba21f050af2b41948be6ab52b6a1e3ff22bb8b7061') +sha256sums=('86379d6b86d75816baba717e64b1a3a3469deb93bb76d613c9ce79edc5cb68fd') prepare() { cd "$srcdir"