playonlinux: add explicit python_version
This commit is contained in:
parent
aaae119cbd
commit
aa43039ce9
1 changed files with 2 additions and 1 deletions
|
@ -2,9 +2,9 @@
|
|||
pkgname=playonlinux
|
||||
version=4.3.4
|
||||
revision=2
|
||||
wrksrc="${pkgname}"
|
||||
# contains pre-compiled binaries linked against glibc
|
||||
archs="i686 x86_64"
|
||||
wrksrc="${pkgname}"
|
||||
depends="icoutils netcat ImageMagick xterm wxPython cabextract unzip glxinfo
|
||||
gnupg xdg-user-dirs libXmu wget p7zip curl jq"
|
||||
short_desc="GUI for managing Windows programs under linux"
|
||||
|
@ -13,6 +13,7 @@ license="GPL-2.0-or-later"
|
|||
homepage="http://www.playonlinux.com"
|
||||
distfiles="http://www.playonlinux.com/script_files/PlayOnLinux/${version/.0/}/PlayOnLinux_${version/.0/}.tar.gz"
|
||||
checksum=17c3dfd27962ce5a7a0c014850b33188e203d008c9dc71faa230e35fcada2d05
|
||||
python_version=2 #unverified
|
||||
|
||||
do_install() {
|
||||
vmkdir usr/share/$pkgname
|
||||
|
|
Loading…
Reference in a new issue