summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJoost Bremmer2024-03-10 05:00:35 +0100
committerJoost Bremmer2024-03-10 05:00:35 +0100
commitf766a5380a23112ccfac43cea2d70a943cfd3ae3 (patch)
tree3e20c11c370fe290e120eee58e949047a2e83225 /PKGBUILD
parentde522c64b8c4d49761af5158bc1764a08626cc61 (diff)
downloadaur-neovim-surround.tar.gz
Update to version 2.2
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 998c39a7468b..0bcd8ba6d3c9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
# Contributor: Daniel J Griffiths <ghost1227@archlinux.us>
pkgname=neovim-surround
-pkgver=2.1
+pkgver=2.2
pkgrel=1
pkgdesc='Provides mappings to easily delete, change, and add paired "surroundings"'
arch=('any')
@@ -13,9 +13,9 @@ license=('custom:vim')
groups=('neovim-plugins')
depends=('neovim')
install=nvim-doc.install
-source=($pkgname-$pkgver.tar.gz::https://github.com/tpope/${pkgname#neo}/archive/v2.1.tar.gz
+source=("$pkgname-$pkgver.tar.gz::https://github.com/tpope/${pkgname#neo}/archive/v${pkgver}.tar.gz"
license.txt)
-sha256sums=('e8fdc95650e0c3ca61890f6607a21dd01e763a0f2d177f15547afd0adb83ec73'
+sha256sums=('6f775e932650e6a718af7750a7b1d21aef062402f317a49c6a79055f650379c5'
'446c67d93c43addf076fe103a71844c2d875d478f82186436567dd221f2652f3')
package() {