summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRhinoceros2022-05-27 16:17:56 +1000
committerRhinoceros2022-05-27 16:17:56 +1000
commitca77300eacf4dea6911194ed9d56b34afcb0f098 (patch)
tree7b6505ec4bc74514a36c35e4caa600f8375a7b6e
parent1d4d3539755943e15538003694459b1ceeea4e5f (diff)
downloadaur-ca77300eacf4dea6911194ed9d56b34afcb0f098.tar.gz
Update to 2.1-1
* Upstream changelog: * Provide <Plug> maps for all built-ins. * Never override user maps with Unimpaired maps. * Call :colder/:cnewer when invoking [f/]f in quickfix window. * Provide 'colorcolumn' option maps on [ot/]ot/yot. * Support [n/]n in visual mode. * Handle count on [A/]A/[B/]B. * Make URL encoding Unicode safe. * XML encode ' (apostrophe) as &apos;.
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 40d6fd7eb5c5..bae09cb9af4b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,13 @@
pkgbase = vim-unimpaired
pkgdesc = Pairs of handy bracket mappings for vim
- pkgver = 2.0
+ pkgver = 2.1
pkgrel = 1
url = https://github.com/tpope/vim-unimpaired
arch = any
groups = vim-plugins
license = custom
depends = vim
- source = vim-unimpaired-2.0.tar.gz::https://github.com/tpope/vim-unimpaired/archive/v2.0.tar.gz
- sha512sums = e9c7f265ac343aa5d8aaed8c922209390524c5470d0f06278bfb0fd87fb9bc39eeb802bbe314bb6e7da36166c0091389f3cf32e6480075ee3ae55525e09830a5
+ source = vim-unimpaired-2.1.tar.gz::https://github.com/tpope/vim-unimpaired/archive/v2.1.tar.gz
+ sha512sums = 6f26d439e940d3e39901a980e78597634cb3a89188cde8fd5091998d635fc2aa0c8c72c9ddcc4d5ab362efc7e8f819c03f81c4fc954193e177528712c168a01d
pkgname = vim-unimpaired
-
diff --git a/PKGBUILD b/PKGBUILD
index adca1294d18b..9abe24d51764 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Christian Rebischke <chris.rebischke[at]archlinux[dot]org>
pkgname=vim-unimpaired
-pkgver=2.0
+pkgver=2.1
pkgrel=1
pkgdesc='Pairs of handy bracket mappings for vim'
arch=('any')
@@ -11,7 +11,7 @@ license=('custom')
depends=('vim')
groups=('vim-plugins')
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/tpope/vim-unimpaired/archive/v${pkgver}.tar.gz")
-sha512sums=('e9c7f265ac343aa5d8aaed8c922209390524c5470d0f06278bfb0fd87fb9bc39eeb802bbe314bb6e7da36166c0091389f3cf32e6480075ee3ae55525e09830a5')
+sha512sums=('6f26d439e940d3e39901a980e78597634cb3a89188cde8fd5091998d635fc2aa0c8c72c9ddcc4d5ab362efc7e8f819c03f81c4fc954193e177528712c168a01d')
package() {
cd "${srcdir}/vim-unimpaired-${pkgver}"