scanmem: add python_version=3
This commit is contained in:
@@ -42,6 +42,7 @@ gameconqueror_package() {
|
|||||||
short_desc="GameConqueror is a GUI front-end for scanmem, providing more features"
|
short_desc="GameConqueror is a GUI front-end for scanmem, providing more features"
|
||||||
depends="polkit gtk+3 python3-gobject lib${sourcepkg}>=${version}_${revision}"
|
depends="polkit gtk+3 python3-gobject lib${sourcepkg}>=${version}_${revision}"
|
||||||
archs=noarch
|
archs=noarch
|
||||||
|
python_version=3
|
||||||
pkg_install() {
|
pkg_install() {
|
||||||
cd $DESTDIR
|
cd $DESTDIR
|
||||||
find * -iname "*${pkgname}*" -prune | while read f; do vmove $f; done
|
find * -iname "*${pkgname}*" -prune | while read f; do vmove $f; done
|
||||||
|
|||||||
Reference in New Issue
Block a user