python-trio: update to 0.26.0
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
_realname=trio
|
||||
pkgbase=mingw-w64-python-${_realname}
|
||||
pkgname=("${MINGW_PACKAGE_PREFIX}-python-${_realname}")
|
||||
pkgver=0.25.1
|
||||
pkgver=0.26.0
|
||||
pkgrel=1
|
||||
pkgdesc="A friendly Python library for async concurrency and I/O (mingw-w64)"
|
||||
arch=('any')
|
||||
@@ -31,7 +31,7 @@ makedepends=(
|
||||
"${MINGW_PACKAGE_PREFIX}-python-wheel"
|
||||
)
|
||||
source=("https://pypi.org/packages/source/${_realname::1}/${_realname}/${_realname}-${pkgver}.tar.gz")
|
||||
sha256sums=('9f5314f014ea3af489e77b001861c535005c3858d38ec46b6b071ebfa339d7fb')
|
||||
sha256sums=('67c5ec3265dd4abc7b1d1ab9ca4fe4c25b896f9c93dac73713778adab487f9c4')
|
||||
|
||||
build() {
|
||||
cp -r "${_realname}-${pkgver}" "python-build-${MSYSTEM}" && cd "python-build-${MSYSTEM}"
|
||||
|
||||
Reference in New Issue
Block a user