Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
pkgname=vim
_vermajor=9
_verminor=2
_verpatch=0480
_verpatch=0498
pkgver="${_vermajor}.${_verminor}.${_verpatch}"
pkgrel=1
pkgdesc='An IMproved version of the vi editor'
Expand All @@ -20,7 +20,7 @@ optdepends=(
makedepends=(python lua)
options=(emptydirs)
source=("https://github.com/vim/vim/archive/v${pkgver}.tar.gz")
sha256sums=('c9ec52d36c0b9544b5669635a92d05052533f4b71c20c1ad15bb8b2797a7c54e')
sha256sums=('05cdc5ee613268558dc7ed4f2be2d730aecec6f41b1cc35ca54a44d65430f532')

build()
{
Expand Down