summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorncoif2019-06-11 20:00:47 +0100
committerncoif2019-06-11 20:00:47 +0100
commit023399ee5fc3db759bda22a34bd094a6518638e6 (patch)
tree3b144d143d40f2e4596323db59d5fc5fa44e0b92
parentc87b38490937814a23ad76e85fd8376f9075cfbb (diff)
downloadaur-023399ee5fc3db759bda22a34bd094a6518638e6.tar.gz
vim-runtime version 8.1.1467-2
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5bac4dc679b4..c7a1016e8e5a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = vim-x11
pkgdesc = Vi Improved, a highly configurable, improved version of the vi text editor (X11 support, no GUI)
pkgver = 8.1.1467
- pkgrel = 1
+ pkgrel = 2
url = http://www.vim.org
arch = i686
arch = x86_64
@@ -15,7 +15,7 @@ pkgbase = vim-x11
makedepends = lua
makedepends = gawk
makedepends = tcl
- depends = vim-runtime=8.1.1467-1
+ depends = vim-runtime=8.1.1467-2
depends = gpm
depends = acl
optdepends = python2: Python 2 language support
@@ -24,7 +24,7 @@ pkgbase = vim-x11
optdepends = lua: Lua language support
optdepends = perl: Perl language support
optdepends = tcl: Tcl language support
- provides = vim=8.1.1467-1
+ provides = vim=8.1.1467-2
provides = xxd
conflicts = vim-minimal
conflicts = vim
diff --git a/PKGBUILD b/PKGBUILD
index 4e1dd64549c2..30a263d488a7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -12,8 +12,8 @@ _pkgbase=vim
pkgname=vim-x11
pkgver=8.1.1467
_versiondir=74
-pkgrel=1
-_upstream_pkgrel=1
+pkgrel=2
+_upstream_pkgrel=2
arch=('i686' 'x86_64' 'armv7h')
license=('custom:vim')
url='http://www.vim.org'