diff options
author | Brenton Horne | 2024-10-08 16:38:13 +1000 |
---|---|---|
committer | Brenton Horne | 2024-10-08 16:38:13 +1000 |
commit | 8979bdce42562b5c8f2907e1f76ae6ecbd774d6f (patch) | |
tree | 04234cb4c4ed952e6b4fb409059b89c0d7ef3cce | |
parent | 4ca8cb51479c3093a08610ab9f8a6aa1c66a74bf (diff) | |
download | aur-8979bdce42562b5c8f2907e1f76ae6ecbd774d6f.tar.gz |
9.1.0764->9.1.0766
-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.0764 + pkgver = 9.1.0766 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.0764 + provides = gvim=9.1.0766 provides = xxd - provides = vim-runtime=9.1.0764 - provides = vim=9.1.0764 + provides = vim-runtime=9.1.0766 + provides = vim=9.1.0766 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.0764.tar.gz + source = https://github.com/vim/vim/archive/v9.1.0766.tar.gz source = vimrc source = archlinux.vim source = gvim.desktop - sha256sums = 874be6146792d67ae47dc8d89f9d32558a266df87a81f5f80ad1b9b4cb31c1a1 + sha256sums = 7da9018df72a8bfc3a5eae3ff2b17671ac0a53e8bc79cadae1e2dbbd86b61a28 sha256sums = b16e85e457397ab2043a7ee0a3c84307c6b4eac157fd0b721694761f25b3ed5b sha256sums = c011d32ea0daab8c0ae0ca824a78e23fe05db07b7cadbeda52653e19562c0afe sha256sums = 9f1c00aa96458caa2cdfc02164e58bc08bcfcbe5aa95dc618d2fc7e1b12b9a12 @@ -2,7 +2,7 @@ _pkgname=vim pkgname=gvim-gtk2 -pkgver=9.1.0764 +pkgver=9.1.0766 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=('874be6146792d67ae47dc8d89f9d32558a266df87a81f5f80ad1b9b4cb31c1a1' +sha256sums=('7da9018df72a8bfc3a5eae3ff2b17671ac0a53e8bc79cadae1e2dbbd86b61a28' 'b16e85e457397ab2043a7ee0a3c84307c6b4eac157fd0b721694761f25b3ed5b' 'c011d32ea0daab8c0ae0ca824a78e23fe05db07b7cadbeda52653e19562c0afe' '9f1c00aa96458caa2cdfc02164e58bc08bcfcbe5aa95dc618d2fc7e1b12b9a12') |