summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBrenton Horne2024-03-10 18:03:22 +1000
committerBrenton Horne2024-03-10 18:03:22 +1000
commit1bfcf98b9f2b748670a80542841235ece451f908 (patch)
tree418bd3bf440adb6363fb7f7a92b3e4a354f322c1
parent5ce5b83380ac1184a8c9ce3b8662cf5c614dc7a9 (diff)
downloadaur-1bfcf98b9f2b748670a80542841235ece451f908.tar.gz
9.1.0152->9.1.0163
-rwxr-xr-x.SRCINFO12
-rwxr-xr-xPKGBUILD4
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b326842de276..8972fcdcdf25 100755
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = gvim-gtk2
pkgdesc = Vim, the text editor. CLI version and GTK2 GUI providing majority of features.
- pkgver = 9.1.0152
+ pkgver = 9.1.0163
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.0152
+ provides = gvim=9.1.0163
provides = xxd
- provides = vim-runtime=9.1.0152
- provides = vim=9.1.0152
+ provides = vim-runtime=9.1.0163
+ provides = vim=9.1.0163
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.0152.tar.gz
+ source = https://github.com/vim/vim/archive/v9.1.0163.tar.gz
source = vimrc
source = archlinux.vim
source = gvim.desktop
- sha256sums = ca555f131eb8d64f0073a08ba98787c105551231a94a9c431341bf54ce3a53f1
+ sha256sums = 697ec32734e485b8d6fa049b8afe35d8c22696e2b2de15e67c18bfc8e1acdd72
sha256sums = b16e85e457397ab2043a7ee0a3c84307c6b4eac157fd0b721694761f25b3ed5b
sha256sums = c011d32ea0daab8c0ae0ca824a78e23fe05db07b7cadbeda52653e19562c0afe
sha256sums = 9f1c00aa96458caa2cdfc02164e58bc08bcfcbe5aa95dc618d2fc7e1b12b9a12
diff --git a/PKGBUILD b/PKGBUILD
index 51aab3fb90c5..3fe1b4d6e186 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_pkgname=vim
pkgname=gvim-gtk2
-pkgver=9.1.0152
+pkgver=9.1.0163
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=('ca555f131eb8d64f0073a08ba98787c105551231a94a9c431341bf54ce3a53f1'
+sha256sums=('697ec32734e485b8d6fa049b8afe35d8c22696e2b2de15e67c18bfc8e1acdd72'
'b16e85e457397ab2043a7ee0a3c84307c6b4eac157fd0b721694761f25b3ed5b'
'c011d32ea0daab8c0ae0ca824a78e23fe05db07b7cadbeda52653e19562c0afe'
'9f1c00aa96458caa2cdfc02164e58bc08bcfcbe5aa95dc618d2fc7e1b12b9a12')