diff --git a/pkg.info b/pkg.info index ea44219..c1f1ccc 100644 --- a/pkg.info +++ b/pkg.info @@ -1,6 +1,6 @@ name: imv description: X11 and Wayland image viewer intended for use with tiling window managers -version: 5.0.0 +version: 5.0.1 revision: 1 url: https://sr.ht/~exec64/imv/ license: MIT @@ -25,4 +25,4 @@ downloads: - url: https://git.sr.ht/~exec64/imv/archive/v${BPM_PKG_VERSION}.tar.gz extract_to: ${BPM_SOURCE} extract_strip_components: 1 - checksum: fe4c954da6578d476cb6a57677d958fbc2cfeb7c5d9a3bfc5f18c9f21a7170d8 + checksum: 8949c1df4b933b1d324e02ce49f1834a4b73dd25fa8103579e0ed105149e080e diff --git a/source.sh b/source.sh index 3968941..7d8c159 100644 --- a/source.sh +++ b/source.sh @@ -9,12 +9,6 @@ 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 # This function is used to move the compiled files into the output directory package() {