Christian Hesse pushed to branch main at Arch Linux / Packaging / Packages / vis
Commits: a6051ffe by Christian Hesse at 2026-06-06T19:53:43+02:00 upgpkg: 0.9.r463.ge9791c2c-1: pull in latest changes... ... and fix (or workaround) a mysterious crash. https://github.com/martanne/vis/issues/1364 - - - - - 2 changed files: - .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -1,6 +1,6 @@ pkgbase = vis pkgdesc = modern, legacy free, simple yet efficient vim-like editor - pkgver = 0.9.r453.g9fba58af + pkgver = 0.9.r463.ge9791c2c pkgrel = 1 url = https://github.com/martanne/vis#vis-a-vim-like-text-editor arch = x86_64 @@ -17,9 +17,9 @@ pkgbase = vis depends = ncurses depends = libncursesw.so depends = tre - source = git+https://github.com/martanne/vis.git#commit=9fba58af14b78b5054082e3c7bfaa40d279e4834 + source = git+https://github.com/martanne/vis.git#commit=e9791c2c70c54daa708ef3a3081402ff55d54faf validpgpkeys = 54A47F12462D26A7D078A932C83A52CD1962562C - sha256sums = bca8a8d2d4b116e561af49d9f45b4fd4dbb1cd696ee3ec1d6adbfcae35110da5 + sha256sums = 98bc2798174349d646d221169095036a8b254533cf4a98e484e90ef4cecd370d pkgname = vis optdepends = wl-clipboard: wayland clipboard support ===================================== PKGBUILD ===================================== @@ -2,8 +2,8 @@ pkgbase=vis pkgname=(vis vis-lexers) -_commit='9fba58af14b78b5054082e3c7bfaa40d279e4834' -pkgver=0.9.r453.g9fba58af +_commit='e9791c2c70c54daa708ef3a3081402ff55d54faf' +pkgver=0.9.r463.ge9791c2c pkgrel=1 pkgdesc='modern, legacy free, simple yet efficient vim-like editor' arch=('x86_64') @@ -23,7 +23,7 @@ license=('custom:ISC') validpgpkeys=('54A47F12462D26A7D078A932C83A52CD1962562C') # Marc André Tanner <[email protected]> # TODO: can we have signed tag back? source=("git+https://github.com/martanne/vis.git#commit=${_commit}") -sha256sums=('bca8a8d2d4b116e561af49d9f45b4fd4dbb1cd696ee3ec1d6adbfcae35110da5') +sha256sums=('98bc2798174349d646d221169095036a8b254533cf4a98e484e90ef4cecd370d') _backports=( ) View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/vis/-/commit/a6051ffe7f9223b710b389910013fe6b0cdc7dcc -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/vis/-/commit/a6051ffe7f9223b710b389910013fe6b0cdc7dcc You're receiving this email because of your account on gitlab.archlinux.org. Manage all notifications: https://gitlab.archlinux.org/-/profile/notifications | Help: https://gitlab.archlinux.org/help
