markdown-it-py: disable strip option

This commit is contained in:
Naveen M K
2023-04-09 12:33:19 +05:30
parent 4667adf5bc
commit 0a47c19f90

View File

@@ -4,7 +4,7 @@ _realname=markdown-it-py
pkgbase=mingw-w64-python-${_realname}
pkgname=("${MINGW_PACKAGE_PREFIX}-python-${_realname}")
pkgver=2.2.0
pkgrel=1
pkgrel=2
pkgdesc='Python port of markdown-it. Markdown parsing, done right! (mingw-w64)'
arch=('any')
mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64' 'clang32' 'clangarm64')
@@ -16,6 +16,7 @@ makedepends=("${MINGW_PACKAGE_PREFIX}-python-build"
"${MINGW_PACKAGE_PREFIX}-python-flit-core")
source=("$pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz")
sha256sums=('a201c93c023d0c810023b38f3e9ad48be433095c5437d5410af04a73665c8ff1')
options=('!strip')
build() {
msg "Python build for ${MSYSTEM}"