Morten Linderud pushed to branch main at Arch Linux / Packaging / Packages / vim
Commits:
8e6f8924 by Balakrishnan Balasubramanian at 2024-01-17T07:27:30-05:00
Add libsodium dependency
This library adds new encryption algorithms to vim's :X command. This is
enabled by default in upstream vim if available.
- - - - -
eb1a7a03 by Morten Linderud at 2024-02-06T20:16:56+01:00
Merge remote-tracking branch 'origin/merge-requests/1'
* origin/merge-requests/1:
Add libsodium dependency
- - - - -
1 changed file:
- PKGBUILD
Changes:
=====================================
PKGBUILD
=====================================
@@ -139,7 +139,7 @@ package_vim-runtime() {
}
package_vim() {
- depends=("vim-runtime=${pkgver}-${pkgrel}" 'gpm' 'acl' 'glibc' 'libgcrypt'
'zlib')
+ depends=("vim-runtime=${pkgver}-${pkgrel}" 'gpm' 'acl' 'glibc' 'libgcrypt'
'zlib' 'libsodium')
optdepends=('python: Python language support'
'ruby: Ruby language support'
'lua: Lua language support'
@@ -180,7 +180,7 @@ package_vim() {
package_gvim() {
pkgdesc+=' (with advanced features, such as a GUI)'
depends=("vim-runtime=${pkgver}-${pkgrel}" 'gpm' 'libxt' 'gtk3' 'glibc'
'libgcrypt'
- 'zlib' 'libcanberra')
+ 'zlib' 'libcanberra' 'libsodium')
optdepends=('python: Python language support'
'ruby: Ruby language support'
'lua: Lua language support'
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/vim/-/compare/f0d3a5741c5029fbbc1e3c3432d7ecce4b877210...eb1a7a0347a69a8c87d831964736255e73182869
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/vim/-/compare/f0d3a5741c5029fbbc1e3c3432d7ecce4b877210...eb1a7a0347a69a8c87d831964736255e73182869
You're receiving this email because of your account on gitlab.archlinux.org.