poetry-core rebuilds

to make sure things still work
This commit is contained in:
Christoph Reiter 2025-01-09 08:52:37 +01:00
parent 6fec821809
commit 7f3b7a219c
2 changed files with 2 additions and 2 deletions

View File

@ -4,7 +4,7 @@ _realname=pacdb
pkgbase=python-${_realname}
pkgname=("python-${_realname}")
pkgver=0.1.0
pkgrel=5
pkgrel=6
pkgdesc="Pure-python module to parse and read pacman sync dbs"
arch=('any')
license=('spdx:MIT')

View File

@ -1,6 +1,6 @@
pkgname=python-pkgconfig
pkgver=1.5.5
pkgrel=4
pkgrel=5
pkgdesc='Python module to interface with the pkg-config command line tool'
arch=(any)
url='https://github.com/matze/pkgconfig'