mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-22 19:50:05 +02:00
cudatext, switch to default python3.9 (#8870)
This commit is contained in:
@@ -26,16 +26,16 @@ HOMEPAGE="https://cudatext.github.io/
|
||||
https://github.com/Alexey-T/CudaText"
|
||||
COPYRIGHT="2023 Alexey-T"
|
||||
LICENSE="MPL v2.0"
|
||||
REVISION="3"
|
||||
REVISION="4"
|
||||
if [ "$targetArchitecture" = x86_gcc2 ]; then
|
||||
srcGitRev="300f48494a1231d2c6537c5202b4e129bf7bf184"
|
||||
srcGitRev="4ff339cee4bd2a1b94e1742f54e1874143c27729"
|
||||
SOURCE_URI="https://github.com/Begasus/CudaText-Haikuports/archive/$srcGitRev.tar.gz"
|
||||
CHECKSUM_SHA256="7aaaccb23609c7f4ba033c5e9c47778f88472edb454fd24534700e3992dacec1"
|
||||
CHECKSUM_SHA256="edcfef94bd555ac2a9adba7facf4fbcc90be38d808308a3a87ddfbfab697ed7f"
|
||||
SOURCE_DIR="CudaText-Haikuports-$srcGitRev/files/32bit"
|
||||
else
|
||||
srcGitRev="64e21222dc8f23e1493b450315215d4108764a16"
|
||||
srcGitRev="3b85c2bb8eef7d2bbd0071aaef666353ddcb1202"
|
||||
SOURCE_URI="https://github.com/Begasus/CudaText-Haikuports/archive/$srcGitRev.tar.gz"
|
||||
CHECKSUM_SHA256="92e9d6be389e7562327c337463f636d5c4c1dae74cdd9e9f4ef25c3c866e5a7c"
|
||||
CHECKSUM_SHA256="6294bee7b704fa4377f9ee3c2bfd02af1fedb33e56b82b43f86228cd59b7991f"
|
||||
SOURCE_DIR="CudaText-Haikuports-$srcGitRev/files/64bit"
|
||||
fi
|
||||
SOURCE_FILENAME="cudatext-$portVersion-$srcGitRev.tar.gz"
|
||||
@@ -55,7 +55,7 @@ PROVIDES="
|
||||
REQUIRES="
|
||||
haiku$secondaryArchSuffix
|
||||
lib:libiconv$secondaryArchSuffix
|
||||
lib:libpython3.7m$secondaryArchSuffix
|
||||
lib:libpython3.9$secondaryArchSuffix
|
||||
lib:libQt5Pas$secondaryArchSuffix
|
||||
"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user