Skip to content

Commit

Permalink
python-pycares: update to 4.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Biswa96 committed Dec 21, 2024
1 parent 4e672b0 commit 5502ccb
Showing 1 changed file with 3 additions and 8 deletions.
11 changes: 3 additions & 8 deletions mingw-w64-python-pycares/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
_realname=pycares
pkgbase=mingw-w64-python-${_realname}
pkgname=("${MINGW_PACKAGE_PREFIX}-python-${_realname}")
pkgver=4.4.0
pkgrel=2
pkgver=4.5.0
pkgrel=1
pkgdesc='Python interface for c-ares (mingw-w64)'
arch=('any')
mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64' 'clangarm64')
Expand All @@ -23,12 +23,7 @@ checkdepends=("${MINGW_PACKAGE_PREFIX}-python-idna")
optdepends=("${MINGW_PACKAGE_PREFIX}-python-idna")
options=('!strip')
source=("https://pypi.org/packages/source/${_realname::1}/${_realname}/${_realname}-${pkgver}.tar.gz")
sha256sums=('f47579d508f2f56eddd16ce72045782ad3b1b3b678098699e2b6a1b30733e1c2')

prepare() {
cd "${srcdir}/${_realname}-${pkgver}"

}
sha256sums=('025b6c2ffea4e9fb8f9a097381c2fecb24aff23fbd6906e70da22ec9ba60e19d')

build() {
cp -r "${_realname}-${pkgver}" "python-build-${MSYSTEM}" && cd "python-build-${MSYSTEM}"
Expand Down

0 comments on commit 5502ccb

Please sign in to comment.