Update package version to 2.5.20

This commit is contained in:
2026-05-17 16:18:34 +03:00
parent 919e0c9bed
commit e6fe56459c
2 changed files with 4 additions and 9 deletions
+2 -7
View File
@@ -16,7 +16,7 @@ build() {
# This function is used to run tests to verify the package has been compiled correctly
check() {
cd build
make check
}
@@ -28,10 +28,5 @@ package() {
make DESTDIR="$BPM_OUTPUT" install
# Install package licenses
install -Dm644 "$BPM_SOURCE"/COPYING.CC0 "$BPM_OUTPUT"/usr/share/licenses/gnupg/COPYING.CC0
install -Dm644 "$BPM_SOURCE"/COPYING.GPL2 "$BPM_OUTPUT"/usr/share/licenses/gnupg/COPYING.GPL2
install -Dm644 "$BPM_SOURCE"/COPYING.LGPL3 "$BPM_OUTPUT"/usr/share/licenses/gnupg/COPYING.LGPL3
install -Dm644 "$BPM_SOURCE"/COPYING "$BPM_OUTPUT"/usr/share/licenses/gnupg/COPYING
install -Dm644 "$BPM_SOURCE"/COPYING.other "$BPM_OUTPUT"/usr/share/licenses/gnupg/COPYING.other
install -Dm644 "$BPM_SOURCE"/COPYING.LGPL21 "$BPM_OUTPUT"/usr/share/licenses/gnupg/COPYING.LGPL21
install -Dm644 "$BPM_SOURCE"/COPYING* -t "$BPM_OUTPUT"/usr/share/licenses/gnupg/
}