Skip to content

Commit

Permalink
upgpkg: python-inifile 0.4.1-4
Browse files Browse the repository at this point in the history
Rebuild for Python 3.12
  • Loading branch information
mutantmonkey committed May 6, 2024
1 parent 3820d98 commit ed63720
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions python-inifile/.SRCINFO
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
pkgbase = python-inifile
pkgdesc = Ini file library for Python.
pkgver = 0.4.1
pkgrel = 3
pkgrel = 4
url = https://github.com/mitsuhiko/python-inifile
arch = any
license = BSD
makedepends = python-setuptools
depends = python
options = !emptydirs
source = https://github.com/mitsuhiko/python-inifile/archive/refs/tags/0.4.1.tar.gz
source = python-inifile-0.4.1.tar.gz::https://github.com/mitsuhiko/python-inifile/archive/refs/tags/0.4.1.tar.gz
sha256sums = 3c411ad4454591df3bd07ca3b6c86a20a51480a0225bbebd2162eece3db63e8b

pkgname = python-inifile
4 changes: 2 additions & 2 deletions python-inifile/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,15 @@
pkgname=python-inifile
_pkgname=python-inifile
pkgver=0.4.1
pkgrel=3
pkgrel=4
pkgdesc="Ini file library for Python."
arch=(any)
url="https://github.com/mitsuhiko/python-inifile"
license=('BSD')
depends=(python)
makedepends=(python-setuptools)
options=(!emptydirs)
source=("https://github.com/mitsuhiko/$_pkgname/archive/refs/tags/$pkgver.tar.gz")
source=("$pkgname-$pkgver.tar.gz::https://github.com/mitsuhiko/$_pkgname/archive/refs/tags/$pkgver.tar.gz")
sha256sums=("3c411ad4454591df3bd07ca3b6c86a20a51480a0225bbebd2162eece3db63e8b")

package() {
Expand Down

0 comments on commit ed63720

Please sign in to comment.