David Runge pushed to branch main at Arch Linux / Packaging / Packages / posix
Commits: a10a4037 by David Runge at 2026-01-26T10:59:16+01:00 Replace the use of vi with ex-vi-compat Related-to: https://gitlab.archlinux.org/archlinux/packaging/packages/vi/-/issues/3 Signed-off-by: David Runge <[email protected]> - - - - - a9fae4e0 by David Runge at 2026-01-26T11:00:52+01:00 upgpkg: 2017-5 Rebuild to replace vi with ex-via-compat - - - - - 2 changed files: - .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -1,7 +1,7 @@ pkgbase = posix pkgdesc = metapackage providing the POSIX shell and utilities (XCU) pkgver = 2017 - pkgrel = 4 + pkgrel = 5 url = https://pubs.opengroup.org/onlinepubs/9699919799/ arch = any license = None @@ -49,7 +49,7 @@ pkgname = posix-user-portability pkgdesc = metapackage providing the POSIX shell and utilities (XCU): User Portability Utilities depends = posix depends = cronie - depends = vi + depends = ex-vi-compat depends = util-linux depends = inetutils ===================================== PKGBUILD ===================================== @@ -13,7 +13,7 @@ pkgbase=posix pkgname=('posix' 'posix-xsi' 'posix-user-portability' 'posix-c-development' 'posix-software-development') pkgver=2017 -pkgrel=4 +pkgrel=5 pkgdesc="metapackage providing the POSIX shell and utilities (XCU)" arch=('any') url="https://pubs.opengroup.org/onlinepubs/9699919799/" @@ -75,7 +75,7 @@ package_posix-user-portability() { pkgdesc+=": User Portability Utilities" depends=('posix' 'cronie' # crontab - 'vi' # ex vi + 'ex-vi-compat' # ex vi 'util-linux' # more 'inetutils' # talk ) View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/posix/-/compare/d3d489ae588a5c4f1ffee0edbf3f7a0a6eb1b774...a9fae4e09a3923b32aa7565b0ef7b9e471e6eae3 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/posix/-/compare/d3d489ae588a5c4f1ffee0edbf3f7a0a6eb1b774...a9fae4e09a3923b32aa7565b0ef7b9e471e6eae3 You're receiving this email because of your account on gitlab.archlinux.org.
