Update package version to 5.0.1

This commit is contained in:
2025-11-28 14:36:20 +02:00
parent cb7fa5c0a4
commit 66ac1c67ed
2 changed files with 2 additions and 8 deletions
+2 -2
View File
@@ -1,6 +1,6 @@
name: imv name: imv
description: X11 and Wayland image viewer intended for use with tiling window managers description: X11 and Wayland image viewer intended for use with tiling window managers
version: 5.0.0 version: 5.0.1
revision: 1 revision: 1
url: https://sr.ht/~exec64/imv/ url: https://sr.ht/~exec64/imv/
license: MIT license: MIT
@@ -25,4 +25,4 @@ downloads:
- url: https://git.sr.ht/~exec64/imv/archive/v${BPM_PKG_VERSION}.tar.gz - url: https://git.sr.ht/~exec64/imv/archive/v${BPM_PKG_VERSION}.tar.gz
extract_to: ${BPM_SOURCE} extract_to: ${BPM_SOURCE}
extract_strip_components: 1 extract_strip_components: 1
checksum: fe4c954da6578d476cb6a57677d958fbc2cfeb7c5d9a3bfc5f18c9f21a7170d8 checksum: 8949c1df4b933b1d324e02ce49f1834a4b73dd25fa8103579e0ed105149e080e
-6
View File
@@ -9,12 +9,6 @@ build() {
meson compile -C build meson compile -C build
} }
# The check function is executed in the source directory
# This function is used to run tests to verify the package has been compiled correctly
check() {
meson test -C build
}
# The package function is executed in the source directory # The package function is executed in the source directory
# This function is used to move the compiled files into the output directory # This function is used to move the compiled files into the output directory
package() { package() {