Skip to content

Commit

Permalink
python-udsoncan: update to 1.20.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Biswa96 committed Oct 4, 2023
1 parent 033a97b commit 9b8ee2e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions mingw-w64-python-udsoncan/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ pkgname=("${MINGW_PACKAGE_PREFIX}-python-${_realname}")
provides=("${MINGW_PACKAGE_PREFIX}-python3-${_realname}")
conflicts=("${MINGW_PACKAGE_PREFIX}-python3-${_realname}")
replaces=("${MINGW_PACKAGE_PREFIX}-python3-${_realname}")
pkgver=1.18.1
pkgrel=2
pkgver=1.20.1
pkgrel=1
pkgdesc="Implementation of the Unified Diagnostic Services (UDS) protocol defined by ISO-14229 written in Python 3 (mingw-w64)"
arch=('any')
mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64' 'clang32' 'clangarm64')
Expand All @@ -22,7 +22,7 @@ makedepends=("${MINGW_PACKAGE_PREFIX}-python-build"
"${MINGW_PACKAGE_PREFIX}-python-setuptools"
"${MINGW_PACKAGE_PREFIX}-python-wheel")
source=("https://pypi.org/packages/source/${_realname::1}/${_realname}/${_realname}-${pkgver}.tar.gz")
sha512sums=('fb8ac3a7732fef31e33e68c702c5e39be0e7fd2c38e25f08c98d353037f69b4d97b3930290bd9ab47b2e08485877865f5253bb414d469d17ce45c8f99cd92e42')
sha512sums=('fc5ed3aaafba35426ee99b14a635b4369a5658f4f14c67fe0a1a95a5af9162094ec454fdec917d01dc3bf60b51ffb38a0d0c8c597442d6b786b5ec44d270df75')

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

0 comments on commit 9b8ee2e

Please sign in to comment.