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