* update python-u-msgpack to 2.8.0-1

This commit is contained in:
Alexander Baldeck 2023-08-03 08:26:34 +02:00
parent ab7614aa65
commit 416666cbcc

View File

@ -3,8 +3,8 @@
_pkgname=u-msgpack-python _pkgname=u-msgpack-python
pkgname='python-u-msgpack' pkgname='python-u-msgpack'
pkgver=2.7.2 pkgver=2.8.0
pkgrel=2 pkgrel=1
arch=(any) arch=(any)
url="https://github.com/vsergeev/${_pkgname}" url="https://github.com/vsergeev/${_pkgname}"
license=('MIT') license=('MIT')
@ -13,8 +13,8 @@ depends=('python')
makedepends=('python') makedepends=('python')
checkdepends=('python-pytest') checkdepends=('python-pytest')
source=("https://files.pythonhosted.org/packages/source/${_pkgname:0:1}/${_pkgname}/${_pkgname}-${pkgver}.tar.gz") source=("https://files.pythonhosted.org/packages/source/${_pkgname:0:1}/${_pkgname}/${_pkgname}-${pkgver}.tar.gz")
sha256sums=('e86f7ac6aa0ef4c6c49f004b4fd435bce99c23e2dd5d73003f3f9816024c2bd8') sha256sums=('b801a83d6ed75e6df41e44518b4f2a9c221dc2da4bcd5380e3a0feda520bc61a')
b2sums=('0365e4e778c9979d9154d8a267ba3bdaad9b2ef808723d2ae89e078fc0c8d76aebab234f1723985cf3b288274123e49571607599d6087ea234e3e8dc11e3a302') b2sums=('9cd0bf2a7dca8eac4c990e320a5d3c325ea31867c82a46d588c8e9bfae1feef504916f8cb75d3f2ed2adb3fa13c03c07fca91071d5d9a6d6ab47686539d704bf')
build() { build() {
cd ${_pkgname}-${pkgver} cd ${_pkgname}-${pkgver}