From bacd08ba30a69cce5ba5e444894c3fc0900b2ffa Mon Sep 17 00:00:00 2001 From: Biswapriyo Nath Date: Sun, 10 Mar 2024 06:23:00 +0000 Subject: [PATCH] python-pyalpm: update to 0.10.7 --- python-pyalpm/PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/python-pyalpm/PKGBUILD b/python-pyalpm/PKGBUILD index 5aad38ba..b3110ff0 100644 --- a/python-pyalpm/PKGBUILD +++ b/python-pyalpm/PKGBUILD @@ -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