diff options
author | Brenton Horne | 2023-12-30 04:35:33 +1000 |
---|---|---|
committer | Brenton Horne | 2023-12-30 04:35:33 +1000 |
commit | e0d26839e03b686651941966a315a5bb4903ee76 (patch) | |
tree | 8b7719767fffd9dd4559efd82206c0a787c460a2 | |
parent | 8fd1d49e683ee94c7e3cf9570d6bfcc4731fb672 (diff) | |
download | aur-e0d26839e03b686651941966a315a5bb4903ee76.tar.gz |
9.0.2188->9.0.2189
-rwxr-xr-x | .SRCINFO | 12 | ||||
-rwxr-xr-x | PKGBUILD | 4 |
2 files changed, 8 insertions, 8 deletions
@@ -1,6 +1,6 @@ pkgbase = gvim-gtk2 pkgdesc = Vim, the text editor. CLI version and GTK2 GUI providing majority of features. - pkgver = 9.0.2188 + pkgver = 9.0.2189 pkgrel = 1 url = http://www.vim.org arch = i686 @@ -20,10 +20,10 @@ pkgbase = gvim-gtk2 optdepends = perl: Perl interpreter optdepends = python: Python 3 interpreter optdepends = ruby: Ruby interpreter - provides = gvim=9.0.2188 + provides = gvim=9.0.2189 provides = xxd - provides = vim-runtime=9.0.2188 - provides = vim=9.0.2188 + provides = vim-runtime=9.0.2189 + provides = vim=9.0.2189 conflicts = vim-minimal-git conflicts = vim-git conflicts = vim-runtime @@ -36,11 +36,11 @@ pkgbase = gvim-gtk2 conflicts = gvim-python3 conflicts = gvim-git backup = etc/vimrc - source = https://github.com/vim/vim/archive/v9.0.2188.tar.gz + source = https://github.com/vim/vim/archive/v9.0.2189.tar.gz source = vimrc source = archlinux.vim source = gvim.desktop - sha256sums = 99ef684690fd58fe2bd1e433b6d868f1a4f2c28b1d74c4b0bb99a8a595a42814 + sha256sums = d3f37c497b1a69b79f181eff77f2b58f0d4328e9bda844cff90cc16b8a8ba0df sha256sums = b16e85e457397ab2043a7ee0a3c84307c6b4eac157fd0b721694761f25b3ed5b sha256sums = c011d32ea0daab8c0ae0ca824a78e23fe05db07b7cadbeda52653e19562c0afe sha256sums = 9f1c00aa96458caa2cdfc02164e58bc08bcfcbe5aa95dc618d2fc7e1b12b9a12 @@ -2,7 +2,7 @@ _pkgname=vim pkgname=gvim-gtk2 -pkgver=9.0.2188 +pkgver=9.0.2189 pkgrel=1 pkgdesc="Vim, the text editor. CLI version and GTK2 GUI providing majority of features." arch=("i686" "x86_64") @@ -23,7 +23,7 @@ source=("https://github.com/vim/vim/archive/v$pkgver.tar.gz" "archlinux.vim" "gvim.desktop") backup=('etc/vimrc') -sha256sums=('99ef684690fd58fe2bd1e433b6d868f1a4f2c28b1d74c4b0bb99a8a595a42814' +sha256sums=('d3f37c497b1a69b79f181eff77f2b58f0d4328e9bda844cff90cc16b8a8ba0df' 'b16e85e457397ab2043a7ee0a3c84307c6b4eac157fd0b721694761f25b3ed5b' 'c011d32ea0daab8c0ae0ca824a78e23fe05db07b7cadbeda52653e19562c0afe' '9f1c00aa96458caa2cdfc02164e58bc08bcfcbe5aa95dc618d2fc7e1b12b9a12') |