imv: update to 4.5.0.
This commit is contained in:
parent
6057c34100
commit
3d662b7350
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'imv'
|
# Template file for 'imv'
|
||||||
pkgname=imv
|
pkgname=imv
|
||||||
version=4.4.0
|
version=4.5.0
|
||||||
revision=5
|
revision=1
|
||||||
build_style=meson
|
build_style=meson
|
||||||
# don't define NDEBUG since assert(3) is used to detect error conditions
|
# don't define NDEBUG since assert(3) is used to detect error conditions
|
||||||
# (e.g.: https://git.sr.ht/~exec64/imv/tree/v4.4.0/item/src/x11_window.c#L109
|
# (e.g.: https://git.sr.ht/~exec64/imv/tree/v4.4.0/item/src/x11_window.c#L109
|
||||||
|
@ -18,7 +18,7 @@ license="GPL-2.0-or-later, MIT"
|
||||||
homepage="https://sr.ht/~exec64/imv/"
|
homepage="https://sr.ht/~exec64/imv/"
|
||||||
changelog="https://git.sr.ht/~exec64/imv/blob/master/CHANGELOG"
|
changelog="https://git.sr.ht/~exec64/imv/blob/master/CHANGELOG"
|
||||||
distfiles="https://git.sr.ht/~exec64/imv/archive/v${version}.tar.gz"
|
distfiles="https://git.sr.ht/~exec64/imv/archive/v${version}.tar.gz"
|
||||||
checksum=55431c8c27fbe82d05955f61bde38ba15febf8a7fd8f0f741e504bae0b823bcf
|
checksum=3b11991a86942d757830015033b1c3a3cc915be2f0c20fee7bc7493be560cbcb
|
||||||
conflicts="renameutils>=0"
|
conflicts="renameutils>=0"
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
|
|
Loading…
Reference in New Issue