cudatext, still needs python3.7 (#8858)

This commit is contained in:
Schrijvers Luc
2023-06-15 09:54:37 +02:00
committed by GitHub
parent 9982d2e539
commit 15cc0b2b10

View File

@@ -26,7 +26,7 @@ HOMEPAGE="https://cudatext.github.io/
https://github.com/Alexey-T/CudaText"
COPYRIGHT="2023 Alexey-T"
LICENSE="MPL v2.0"
REVISION="2"
REVISION="3"
if [ "$targetArchitecture" = x86_gcc2 ]; then
srcGitRev="300f48494a1231d2c6537c5202b4e129bf7bf184"
SOURCE_URI="https://github.com/Begasus/CudaText-Haikuports/archive/$srcGitRev.tar.gz"
@@ -55,7 +55,7 @@ PROVIDES="
REQUIRES="
haiku$secondaryArchSuffix
lib:libiconv$secondaryArchSuffix
lib:libpython3.9$secondaryArchSuffix
lib:libpython3.7m$secondaryArchSuffix
lib:libQt5Pas$secondaryArchSuffix
"