python-configobj: update to 5.0.8

This commit is contained in:
Mehdi Chinoune 2023-02-15 05:18:11 +00:00 committed by مهدي شينون (Mehdi Chinoune)
parent c1bcb5d2c6
commit ed0d76b33a

View File

@ -3,8 +3,8 @@
_realname=configobj
pkgbase="python-${_realname}"
pkgname=("python-${_realname}")
pkgver=5.0.6
pkgrel=6
pkgver=5.0.8
pkgrel=1
pkgdesc="Simple but powerful config file reader and writer for Python"
arch=('any')
license=('spdx:BSD-3-Clause')
@ -17,7 +17,7 @@ makedepends=(
'python-wheel'
)
source=("https://pypi.org/packages/source/${_realname::1}/${_realname}/${_realname}-${pkgver}.tar.gz")
sha256sums=('a2f5650770e1c87fb335af19a9b7eb73fc05ccf22144eb68db7d00cd2bcb0902')
sha256sums=('6f704434a07dc4f4dc7c9a745172c1cad449feb548febd9f7fe362629c627a97')
build() {
cd "${_realname}-${pkgver}"