python-pytoml: Update to 0.1.21

This commit is contained in:
Alexey Pavlov
2019-07-22 13:14:30 +03:00
parent 79add73170
commit 0f96bcacb8

View File

@@ -3,7 +3,7 @@
_realname=pytoml
pkgbase=mingw-w64-python-${_realname}
pkgname=("${MINGW_PACKAGE_PREFIX}-python2-${_realname}" "${MINGW_PACKAGE_PREFIX}-python3-${_realname}")
pkgver=0.1.20
pkgver=0.1.21
pkgrel=1
pkgdesc="A TOML-0.4.0 parser/writer for Python (mingw-w64)"
arch=('any')
@@ -16,8 +16,8 @@ makedepends=("${MINGW_PACKAGE_PREFIX}-python2"
checkdepends=("${MINGW_PACKAGE_PREFIX}-python3-pytest"
"${MINGW_PACKAGE_PREFIX}-python2-pytest")
options=('staticlibs' 'strip' '!debug')
source=("${_realname}-${pkgver}.tar.gz"::"${url}/archive/v${pkgver}.tar.gz")
sha256sums=('03e7da2521b976a0dfa71ed4c44c4fb55a6c7ff4d10881ec84a4365e88d31496')
source=("https://files.pythonhosted.org/packages/source/${_realname:0:1}/${_realname}/${_realname}-${pkgver}.tar.gz")
sha256sums=('8eecf7c8d0adcff3b375b09fe403407aa9b645c499e5ab8cac670ac4a35f61e7')
# Helper macros to help make tasks easier #
apply_patch_with_msg() {