summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoost Bremmer2024-03-10 05:00:35 +0100
committerJoost Bremmer2024-03-10 05:00:35 +0100
commitf766a5380a23112ccfac43cea2d70a943cfd3ae3 (patch)
tree3e20c11c370fe290e120eee58e949047a2e83225
parentde522c64b8c4d49761af5158bc1764a08626cc61 (diff)
downloadaur-neovim-surround.tar.gz
Update to version 2.2
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 297855ddba54..1cf957630e2d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = neovim-surround
pkgdesc = Provides mappings to easily delete, change, and add paired "surroundings"
- pkgver = 2.1
+ pkgver = 2.2
pkgrel = 1
url = https://github.com/tpope/vim-surround
install = nvim-doc.install
@@ -8,10 +8,9 @@ pkgbase = neovim-surround
groups = neovim-plugins
license = custom:vim
depends = neovim
- source = neovim-surround-2.1.tar.gz::https://github.com/tpope/vim-surround/archive/v2.1.tar.gz
+ source = neovim-surround-2.2.tar.gz::https://github.com/tpope/vim-surround/archive/v2.2.tar.gz
source = license.txt
- sha256sums = e8fdc95650e0c3ca61890f6607a21dd01e763a0f2d177f15547afd0adb83ec73
+ sha256sums = 6f775e932650e6a718af7750a7b1d21aef062402f317a49c6a79055f650379c5
sha256sums = 446c67d93c43addf076fe103a71844c2d875d478f82186436567dd221f2652f3
pkgname = neovim-surround
-
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() {