scanmem: add python_version=3
This commit is contained in:
parent
d4613645eb
commit
243f03021e
1 changed files with 1 additions and 0 deletions
|
@ -42,6 +42,7 @@ gameconqueror_package() {
|
|||
short_desc="GameConqueror is a GUI front-end for scanmem, providing more features"
|
||||
depends="polkit gtk+3 python3-gobject lib${sourcepkg}>=${version}_${revision}"
|
||||
archs=noarch
|
||||
python_version=3
|
||||
pkg_install() {
|
||||
cd $DESTDIR
|
||||
find * -iname "*${pkgname}*" -prune | while read f; do vmove $f; done
|
||||
|
|
Loading…
Reference in a new issue