summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorWill Handley2018-10-14 14:14:24 +0100
committerWill Handley2018-10-14 14:14:24 +0100
commit5e3522f0487b006ddf1816f025ecc712fc8cd31a (patch)
tree857c42c205120dc65a9aba9b0347fae7cb342c11
parent1241731581636bc1993ab15301f939dcf15c6718 (diff)
downloadaur-5e3522f0487b006ddf1816f025ecc712fc8cd31a.tar.gz
Corrected mismatch
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 21c0063d9dca..9909e1072fdf 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Sun Oct 14 13:00:56 UTC 2018
+# Sun Oct 14 13:14:13 UTC 2018
pkgbase = vim-vimteractive
pkgdesc = Send commands from text files to interactive programs via vim
pkgver = 1.1
- pkgrel = 2
+ pkgrel = 3
url = https://github.com/williamjameshandley/vimteractive
arch = any
license = GPL
diff --git a/PKGBUILD b/PKGBUILD
index 48dd664f25dc..3cdc02b13c10 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_modulename=vimteractive
pkgname=vim-$_modulename
pkgver=1.1
-pkgrel=1
+pkgrel=3
pkgdesc="Send commands from text files to interactive programs via vim"
arch=(any)
url="https://github.com/williamjameshandley/vimteractive"