Skip to content

Commit

Permalink
python-configobj: Update to 5.0.9
Browse files Browse the repository at this point in the history
  • Loading branch information
lazka committed Dec 24, 2024
1 parent 700e67b commit 036776d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions python-configobj/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
_realname=configobj
pkgbase="python-${_realname}"
pkgname=("python-${_realname}")
pkgver=5.0.8
pkgrel=3
pkgver=5.0.9
pkgrel=1
pkgdesc="Simple but powerful config file reader and writer for Python"
arch=('any')
license=('spdx:BSD-3-Clause')
Expand All @@ -19,7 +19,7 @@ makedepends=(
'python-setuptools'
)
source=("https://pypi.org/packages/source/${_realname::1}/${_realname}/${_realname}-${pkgver}.tar.gz")
sha256sums=('6f704434a07dc4f4dc7c9a745172c1cad449feb548febd9f7fe362629c627a97')
sha256sums=('03c881bbf23aa07bccf1b837005975993c4ab4427ba57f959afdd9d1a2386848')

build() {
cd "${_realname}-${pkgver}"
Expand Down

0 comments on commit 036776d

Please sign in to comment.