Update package version to 5.15.11

This commit is contained in:
2025-09-15 21:20:10 +03:00
parent 0c8e4e536d
commit 805da9aeda
4 changed files with 11 additions and 62 deletions
-3
View File
@@ -15,9 +15,6 @@ prepare() {
# The build function is executed in the source directory
# This function is used to compile the source code
build() {
# Patch for fixing webkit2gtk 4.1 compatability
patch -Np1 < "$BPM_WORKDIR"/libwebkit2gtk41.patch
python setup.py build
}