summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPeter Mattern2023-12-23 15:27:25 +0100
committerPeter Mattern2023-12-23 15:27:25 +0100
commit18c04ba319a973e2327681c1c1fa7a81dd50b98a (patch)
tree495348a1d050eb65d7fa353bfeeebd4c7b7774d8
parentab3eb0f8c1438f9b35aab5f2eb059b596f58951b (diff)
downloadaur-18c04ba319a973e2327681c1c1fa7a81dd50b98a.tar.gz
Update dependencies
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD9
2 files changed, 4 insertions, 10 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b7eeabaa69b7..2154857d5f20 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,3 @@
-# Generated by mksrcinfo v8
-# Sun Feb 19 20:50:16 UTC 2017
pkgbase = vim-runtime-git
pkgdesc = Vim the editor. Components used by vim-minimal-git and gvim-git.
pkgver = 8.0.0342
@@ -9,10 +7,8 @@ pkgbase = vim-runtime-git
arch = x86_64
license = custom:vim
makedepends = git
- makedepends = gtk2
makedepends = lua
makedepends = python
- makedepends = python2
makedepends = ruby
depends = gpm
depends = gawk
@@ -22,4 +18,3 @@ pkgbase = vim-runtime-git
sha256sums = SKIP
pkgname = vim-runtime-git
-
diff --git a/PKGBUILD b/PKGBUILD
index 8d91dd9d1a1b..0d65ec712448 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -12,10 +12,10 @@ pkgdesc="Vim the editor. Components used by vim-minimal-git and gvim-git."
arch=("i686" "x86_64")
url="http://www.vim.org"
license=("custom:vim")
-makedepends=("git" "gtk2" "lua" "python" "python2" "ruby")
-depends=("gpm" "gawk")
-provides=("vim-runtime")
-conflicts=("vim-runtime")
+makedepends=('git' 'lua' 'python' 'ruby')
+depends=('gpm' 'gawk')
+provides=('vim-runtime')
+conflicts=('vim-runtime')
source=("git+https://github.com/vim/vim.git")
sha256sums=("SKIP")
@@ -43,7 +43,6 @@ build() {
--enable-cscope \
--enable-multibyte \
--enable-perlinterp=dynamic \
- --enable-pythoninterp=dynamic \
--enable-python3interp=dynamic \
--enable-rubyinterp=dynamic \
--enable-luainterp=dynamic