X-Git-Url: https://git.lizzy.rs/?a=blobdiff_plain;f=build_rpm.sh;h=30a79cbd31730218bfa8d53b34ed106a4f738c66;hb=12477d3d5cb4438651d922f5feb7a5070b76b6d9;hp=15475dd9ffecc3357f3043fb6bd7fa66b524c553;hpb=9ad970ade4e1b0d4e02e3d4c9b9f288cb4ce1f25;p=torbrowser-launcher.git diff --git a/build_rpm.sh b/build_rpm.sh index 15475dd..30a79cb 100755 --- a/build_rpm.sh +++ b/build_rpm.sh @@ -6,9 +6,9 @@ VERSION=`cat share/torbrowser-launcher/version` rm -r build dist # build binary package -python setup.py bdist_rpm --requires="python-psutil, python-twisted, python-txsocksx, wmctrl, gnupg, fakeroot, tor, pygtk2" +python3 setup.py bdist_rpm --requires="python3-qt5, python3-gpg, python3-requests, python3-pysocks, python3-packaging, gnupg2" # install it echo "" echo "To install, run:" -echo "sudo yum install dist/torbrowser-launcher-$VERSION-1.noarch.rpm" +echo "sudo dnf install dist/torbrowser-launcher-$VERSION-1.noarch.rpm"