diff options
author | Brenton Horne | 2025-01-22 08:07:12 +1000 |
---|---|---|
committer | Brenton Horne | 2025-01-22 08:07:12 +1000 |
commit | 26218dbd1a972adae9030b6782631c23fbd43175 (patch) | |
tree | eb43f0d1062b7171f853cf3172ff2283b18d9ff2 | |
parent | b3e1512580c6955fb57a53b0dc57bdbb4744aaa2 (diff) | |
download | aur-26218dbd1a972adae9030b6782631c23fbd43175.tar.gz |
9.1.1043->9.1.1046
-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.1043 + pkgver = 9.1.1046 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.1043 + provides = gvim=9.1.1046 provides = xxd - provides = vim-runtime=9.1.1043 - provides = vim=9.1.1043 + provides = vim-runtime=9.1.1046 + provides = vim=9.1.1046 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.1043.tar.gz + source = https://github.com/vim/vim/archive/v9.1.1046.tar.gz source = vimrc source = archlinux.vim source = gvim.desktop - sha256sums = 68f71f9a2321091fb955ba0f4a1b2e05dfbb58281d42803a5c9427e805beb5c8 + sha256sums = 6083954958b36e883989d49e0c14aab3124963dc75bc49793e613539bd9bea26 sha256sums = b16e85e457397ab2043a7ee0a3c84307c6b4eac157fd0b721694761f25b3ed5b sha256sums = c011d32ea0daab8c0ae0ca824a78e23fe05db07b7cadbeda52653e19562c0afe sha256sums = 9f1c00aa96458caa2cdfc02164e58bc08bcfcbe5aa95dc618d2fc7e1b12b9a12 @@ -2,7 +2,7 @@ _pkgname=vim pkgname=gvim-gtk2 -pkgver=9.1.1043 +pkgver=9.1.1046 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=('68f71f9a2321091fb955ba0f4a1b2e05dfbb58281d42803a5c9427e805beb5c8' +sha256sums=('6083954958b36e883989d49e0c14aab3124963dc75bc49793e613539bd9bea26' 'b16e85e457397ab2043a7ee0a3c84307c6b4eac157fd0b721694761f25b3ed5b' 'c011d32ea0daab8c0ae0ca824a78e23fe05db07b7cadbeda52653e19562c0afe' '9f1c00aa96458caa2cdfc02164e58bc08bcfcbe5aa95dc618d2fc7e1b12b9a12') |