Update package version to 258

This commit is contained in:
2025-09-23 09:52:10 +03:00
parent 2d049408a1
commit e049d5e730
3 changed files with 30 additions and 1 deletions
+3
View File
@@ -10,6 +10,9 @@ FILENAME="${DOWNLOAD##*/}"
prepare() {
wget "$DOWNLOAD"
tar -xvf "$FILENAME" --strip-components=1 -C "$BPM_SOURCE"
cd "$BPM_SOURCE"
patch -Np1 -i "$BPM_WORKDIR"/fix-link-udev-shared.patch
}
# The build function is executed in the source directory