cudatext, switch to python3.9 (#8732)

This commit is contained in:
Schrijvers Luc
2023-05-25 16:02:19 +02:00
committed by GitHub
parent 3de97e3397
commit 112001fbdf

View File

@@ -26,7 +26,7 @@ HOMEPAGE="https://cudatext.github.io/
https://github.com/Alexey-T/CudaText"
COPYRIGHT="2014 Alexey-T"
LICENSE="MPL v2.0"
REVISION="1"
REVISION="2"
srcGitRev="b6e292364cc4b10125999fda61b40834a5105958"
SOURCE_URI="https://github.com/Begasus/CudaText-Haiku/archive/$srcGitRev.tar.gz"
CHECKSUM_SHA256="3fdbc71b8bda04c383dc0a81cf7b273314e62b4e1e4e50fde61bdb314a31f905"
@@ -47,8 +47,8 @@ PROVIDES="
"
REQUIRES="
haiku$secondaryArchSuffix
lib:libpython3.7m$secondaryArchSuffix
lib:libQt5Pas$secondaryArchSuffix >= 1.2.9
lib:libpython3.9$secondaryArchSuffix
lib:libQt5Pas$secondaryArchSuffix
"
INSTALL()