python-udsoncan: update to 1.25.1
This commit is contained in:
parent
a94b693ab7
commit
2c53414646
@ -3,13 +3,15 @@
|
|||||||
_realname=udsoncan
|
_realname=udsoncan
|
||||||
pkgbase=mingw-w64-python-${_realname}
|
pkgbase=mingw-w64-python-${_realname}
|
||||||
pkgname=("${MINGW_PACKAGE_PREFIX}-python-${_realname}")
|
pkgname=("${MINGW_PACKAGE_PREFIX}-python-${_realname}")
|
||||||
pkgver=1.25.0
|
pkgver=1.25.1
|
||||||
pkgrel=1
|
pkgrel=1
|
||||||
pkgdesc="Implementation of the Unified Diagnostic Services (UDS) protocol defined by ISO-14229 written in Python 3 (mingw-w64)"
|
pkgdesc="Implementation of the Unified Diagnostic Services (UDS) protocol defined by ISO-14229 written in Python 3 (mingw-w64)"
|
||||||
arch=('any')
|
arch=('any')
|
||||||
mingw_arch=('mingw64' 'ucrt64' 'clang64' 'clangarm64')
|
mingw_arch=('mingw64' 'ucrt64' 'clang64' 'clangarm64')
|
||||||
url='https://github.com/pylessard/python-udsoncan'
|
url='https://github.com/pylessard/python-udsoncan'
|
||||||
msys2_references=(
|
msys2_references=(
|
||||||
|
'anitya: 37377'
|
||||||
|
'aur: python-udsoncan'
|
||||||
'purl: pkg:pypi/udsoncan'
|
'purl: pkg:pypi/udsoncan'
|
||||||
)
|
)
|
||||||
license=('spdx:MIT')
|
license=('spdx:MIT')
|
||||||
@ -18,7 +20,7 @@ makedepends=("${MINGW_PACKAGE_PREFIX}-python-build"
|
|||||||
"${MINGW_PACKAGE_PREFIX}-python-installer"
|
"${MINGW_PACKAGE_PREFIX}-python-installer"
|
||||||
"${MINGW_PACKAGE_PREFIX}-python-setuptools")
|
"${MINGW_PACKAGE_PREFIX}-python-setuptools")
|
||||||
source=("https://pypi.org/packages/source/${_realname::1}/${_realname}/${_realname}-${pkgver}.tar.gz")
|
source=("https://pypi.org/packages/source/${_realname::1}/${_realname}/${_realname}-${pkgver}.tar.gz")
|
||||||
sha256sums=('78ec1ab1b07acb2430f80a759b0b2608fc13d1bc4a150f38f1b890dba407bee1')
|
sha256sums=('2a234948d5f0b3e082b9678b7af96922786afba831a7fe369bee15e7ccd06498')
|
||||||
|
|
||||||
build() {
|
build() {
|
||||||
cp -r "${_realname}-${pkgver}" "python-build-${MSYSTEM}" && cd "python-build-${MSYSTEM}"
|
cp -r "${_realname}-${pkgver}" "python-build-${MSYSTEM}" && cd "python-build-${MSYSTEM}"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user