summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6842a7cc5223..bbfdd5480c40 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = vim-quickscope
pkgdesc = Highlight which characters to target for f, F and family
- pkgver = 2.5.3
+ pkgver = 2.5.10
pkgrel = 1
url = https://github.com/unblevable/quick-scope
arch = any
groups = vim-plugins
license = MIT
- source = https://github.com/unblevable/quick-scope/archive/v2.5.3.tar.gz
- sha256sums = c9354f414cb26c3eb770dec18620379ad30fdfba8186fa20a363434fc66a5d03
+ source = https://github.com/unblevable/quick-scope/archive/v2.5.10.tar.gz
+ sha256sums = 00d7b8561dba7059fcc61cf4f5e2163e9f508c9b1dd44c4a67afa69b19343e9b
pkgname = vim-quickscope
diff --git a/PKGBUILD b/PKGBUILD
index 2508e2dd2c67..1fd022837653 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,14 +2,14 @@
# Contributor: Lukas Böger <dev AT lboeger DOT de>
pkgname=vim-quickscope
-pkgver=2.5.3
+pkgver=2.5.10
pkgrel=1
pkgdesc='Highlight which characters to target for f, F and family'
arch=('any')
license=('MIT')
url='https://github.com/unblevable/quick-scope'
source=("$url/archive/v$pkgver.tar.gz")
-sha256sums=('c9354f414cb26c3eb770dec18620379ad30fdfba8186fa20a363434fc66a5d03')
+sha256sums=('00d7b8561dba7059fcc61cf4f5e2163e9f508c9b1dd44c4a67afa69b19343e9b')
groups=('vim-plugins')
package() {