modified: deoplete-git/PKGBUILD update architecture

This commit is contained in:
Trent Palmer 2017-12-28 18:10:04 -08:00
parent 1f0c061415
commit 1440235e4d
3 changed files with 2 additions and 3 deletions

View File

@ -1 +0,0 @@

View File

@ -4,7 +4,7 @@ pkgbase = deoplete-git
pkgrel = 1
url = https://github.com/Shougo/deoplete.nvim
install = deoplete.install
arch = x86_64
arch = any
license = MIT
makedepends = git
depends = python-neovim

View File

@ -4,7 +4,7 @@ pkgname="${_name}-git"
pkgver=3.0.r91.g5c84f5b
pkgrel=1
pkgdesc="deoplete completion plugin for neovim"
arch=('x86_64')
arch=('any')
url="https://github.com/Shougo/deoplete.nvim"
license=('MIT')
groups=()