python3-cmd2: Update to 0.9.15

This commit is contained in:
Alexey Pavlov
2019-07-30 11:37:41 +03:00
parent 683da8791f
commit febf1ef339

View File

@@ -5,7 +5,7 @@
_realname=cmd2
pkgbase=mingw-w64-python-${_realname}
pkgname="${MINGW_PACKAGE_PREFIX}-python3-${_realname}"
pkgver=0.9.14
pkgver=0.9.15
pkgrel=1
pkgdesc="Extra features for standard library's cmd module (mingw-w64)"
arch=('any')
@@ -25,7 +25,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=('5f9a5abe09b93765cbc16a2fc1d4039fc2074df5ca6f8ea084f6875e1337916e2623daf2d041604ee38a57115607a488e943cb301339df60f120c8804f67e990')
sha512sums=('1cf297a0413f92a6a007e997bf5e5513dab4349dfa1c7776f126ffce652a32a7991d2a30d87ba866d4b55b684516d88ef9326d1362b7e3555b5abac71b589bc5')
# Helper macros to help make tasks easier #
apply_patch_with_msg() {