diff --git a/mingw-w64-python3-cmd2/PKGBUILD b/mingw-w64-python3-cmd2/PKGBUILD index 1226a886ae..0cb590d470 100644 --- a/mingw-w64-python3-cmd2/PKGBUILD +++ b/mingw-w64-python3-cmd2/PKGBUILD @@ -5,7 +5,7 @@ _realname=cmd2 pkgbase=mingw-w64-python-${_realname} pkgname="${MINGW_PACKAGE_PREFIX}-python3-${_realname}" -pkgver=0.9.4 +pkgver=0.9.6 pkgrel=1 pkgdesc="Extra features for standard library's cmd module (mingw-w64)" arch=('any') @@ -24,7 +24,7 @@ checkdepends=("${MINGW_PACKAGE_PREFIX}-python3-pytest-runner" # 'vi') options=('staticlibs' 'strip' '!debug') source=("${_realname}-$pkgver.tar.gz::https://github.com/python-cmd2/cmd2/archive/$pkgver.tar.gz") -sha512sums=('fd4ff48aeed4184797d9741e635dd3da4cc95f6efdddb24933c7619942c46cf5408f02b3ad6765088dd2d293628bc4674011817daeed4f109494c01e3653d58c') +sha512sums=('632ae65de5b5c16012d10453721e42d1e669ed83f14f04db84309ed9db7e7f5c770c367c103d25d8b84640f0a992c3d23b44f2631e11da75c8a2098118ddc517') # Helper macros to help make tasks easier # apply_patch_with_msg() {