diff options
author | Brenton Horne | 2024-12-19 11:45:33 +1000 |
---|---|---|
committer | Brenton Horne | 2024-12-19 11:45:33 +1000 |
commit | b9c4a19ad3296f276fb7a146d7bb6c21172661b7 (patch) | |
tree | 3ab77f8f649fa6156b096677b2210f318db9728d | |
parent | 3390baf9e0e4f7630ac0d9f6c0656f625b83bbad (diff) | |
download | aur-b9c4a19ad3296f276fb7a146d7bb6c21172661b7.tar.gz |
9.1.0942->9.1.0946
-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.1.0942 + pkgver = 9.1.0946 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.1.0942 + provides = gvim=9.1.0946 provides = xxd - provides = vim-runtime=9.1.0942 - provides = vim=9.1.0942 + provides = vim-runtime=9.1.0946 + provides = vim=9.1.0946 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.1.0942.tar.gz + source = https://github.com/vim/vim/archive/v9.1.0946.tar.gz source = vimrc source = archlinux.vim source = gvim.desktop - sha256sums = cf0bb141852ff25958e7b2696126d2ea0b6af9c1d44e7f3e93ae1eb1748c0be1 + sha256sums = 87dc904d1ab198ad26733c6683e7ae1b10276d40a20266031646436d3082f421 sha256sums = b16e85e457397ab2043a7ee0a3c84307c6b4eac157fd0b721694761f25b3ed5b sha256sums = c011d32ea0daab8c0ae0ca824a78e23fe05db07b7cadbeda52653e19562c0afe sha256sums = 9f1c00aa96458caa2cdfc02164e58bc08bcfcbe5aa95dc618d2fc7e1b12b9a12 @@ -2,7 +2,7 @@ _pkgname=vim pkgname=gvim-gtk2 -pkgver=9.1.0942 +pkgver=9.1.0946 pkgrel=1 pkgdesc="Vim, the text editor. CLI version and GTK2 GUI providing majority of features." arch=("i686" "x86_64") @@ -24,7 +24,7 @@ source=("https://github.com/vim/vim/archive/v$pkgver.tar.gz" "gvim.desktop") backup=('etc/vimrc') -sha256sums=('cf0bb141852ff25958e7b2696126d2ea0b6af9c1d44e7f3e93ae1eb1748c0be1' +sha256sums=('87dc904d1ab198ad26733c6683e7ae1b10276d40a20266031646436d3082f421' 'b16e85e457397ab2043a7ee0a3c84307c6b4eac157fd0b721694761f25b3ed5b' 'c011d32ea0daab8c0ae0ca824a78e23fe05db07b7cadbeda52653e19562c0afe' '9f1c00aa96458caa2cdfc02164e58bc08bcfcbe5aa95dc618d2fc7e1b12b9a12') |