diff options
| author | emmett1 <emmett1.2miligrams@protonmail.com> | 2025-11-17 09:11:23 +0000 |
|---|---|---|
| committer | emmett1 <emmett1.2miligrams@protonmail.com> | 2025-11-17 09:11:23 +0000 |
| commit | bf67b62da2d99bb118449664c610a217b2624d54 (patch) | |
| tree | e625e0c73c15ea6f4cdb17fdbf50c105368be94b /repos/extra/imv/abuild | |
| parent | deb445e4b3724409aeadb5136f8f035acf5fd31b (diff) | |
| download | alicelinux-bf67b62da2d99bb118449664c610a217b2624d54.tar.gz alicelinux-bf67b62da2d99bb118449664c610a217b2624d54.zip | |
imv: updated to 5.0.0
Diffstat (limited to 'repos/extra/imv/abuild')
| -rw-r--r-- | repos/extra/imv/abuild | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/repos/extra/imv/abuild b/repos/extra/imv/abuild index 8b3771b9..395350b8 100644 --- a/repos/extra/imv/abuild +++ b/repos/extra/imv/abuild @@ -1,7 +1,6 @@ name=imv -version=4.5.0 +version=5.0.0 release=1 -source="imv-${version}.tar.gz::https://git.sr.ht/~exec64/${name}/archive/v${version}.tar.gz - icu76.1.patch" +source="imv-${version}.tar.gz::https://git.sr.ht/~exec64/${name}/archive/v${version}.tar.gz" [ -f $SPM_PKGDB/libx11 ] && build_opt="-Dwindows=x11" [ -f $SPM_PKGDB/wayland ] && build_opt="-Dwindows=wayland" |