python-pyalpm: update to 0.10.7

This commit is contained in:
Biswapriyo Nath
2024-03-10 06:23:00 +00:00
parent 6b6f2660cb
commit bacd08ba30

View File

@@ -3,8 +3,8 @@
_realname=pyalpm
pkgbase="python-${_realname}"
pkgname=("python-${_realname}")
pkgver=0.10.6
pkgrel=3
pkgver=0.10.7
pkgrel=1
pkgdesc="Libalpm bindings for Python"
arch=('i686' 'x86_64')
license=('GPL')
@@ -45,7 +45,7 @@ prepare() {
# changes to the files in scripts so copy the patched
# ones across now.
pushd "${srcdir}"/${_realname}
for _file in deptest query remove sync upgrade version; do
for _file in database deptest query remove sync upgrade version; do
cp -f pycman/action_${_file}.py scripts/pycman-${_file}
done
popd