T.J. Townsend pushed to branch main at Arch Linux / Packaging / Packages / vim
Commits:
b0859d11 by T.J. Townsend at 2024-03-05T17:56:15-05:00
upgpkg: 9.1.0151-2: revert libsodium changes for now
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = vim
pkgdesc = Vi Improved, a highly configurable, improved version of the
vi text editor
pkgver = 9.1.0151
- pkgrel = 1
+ pkgrel = 2
url = https://www.vim.org
arch = x86_64
license = custom:vim
@@ -30,13 +30,12 @@ pkgbase = vim
sha256sums =
8e9656934d9d7793063230d15a689e10455e6db9b9fe73afa0f294792795d8ae
pkgname = vim
- depends = vim-runtime=9.1.0151-1
+ depends = vim-runtime=9.1.0151-2
depends = gpm
depends = acl
depends = glibc
depends = libgcrypt
depends = zlib
- depends = libsodium
optdepends = python: Python language support
optdepends = ruby: Ruby language support
optdepends = lua: Lua language support
@@ -51,7 +50,7 @@ pkgname = vim
pkgname = gvim
pkgdesc = Vi Improved, a highly configurable, improved version of the
vi text editor (with advanced features, such as a GUI)
- depends = vim-runtime=9.1.0151-1
+ depends = vim-runtime=9.1.0151-2
depends = gpm
depends = libxt
depends = gtk3
@@ -59,13 +58,12 @@ pkgname = gvim
depends = libgcrypt
depends = zlib
depends = libcanberra
- depends = libsodium
optdepends = python: Python language support
optdepends = ruby: Ruby language support
optdepends = lua: Lua language support
optdepends = perl: Perl language support
optdepends = tcl: Tcl language support
- provides = vim=9.1.0151-1
+ provides = vim=9.1.0151-2
provides = xxd
provides = vim-plugin-runtime
conflicts = vim-minimal
=====================================
PKGBUILD
=====================================
@@ -13,7 +13,7 @@ pkgbase=vim
pkgname=('vim' 'gvim' 'vim-runtime')
pkgver=9.1.0151
_versiondir=91
-pkgrel=1
+pkgrel=2
pkgdesc='Vi Improved, a highly configurable, improved version of the vi text
editor'
url='https://www.vim.org'
arch=('x86_64')
@@ -139,7 +139,7 @@ package_vim-runtime() {
}
package_vim() {
- depends=("vim-runtime=${pkgver}-${pkgrel}" 'gpm' 'acl' 'glibc' 'libgcrypt'
'zlib' 'libsodium')
+ depends=("vim-runtime=${pkgver}-${pkgrel}" 'gpm' 'acl' 'glibc' 'libgcrypt'
'zlib')
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' 'libsodium')
+ 'zlib' 'libcanberra')
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/-/commit/b0859d111feb3a78fa3aff84e8886c44145fa204
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/vim/-/commit/b0859d111feb3a78fa3aff84e8886c44145fa204
You're receiving this email because of your account on gitlab.archlinux.org.