Skip to content
Snippets Groups Projects

testing/vim-go: enable on mips64

Merged Michał Polański requested to merge mpolanski/aports:vim-go-mips into master
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
+ 1
1
@@ -4,8 +4,8 @@ pkgver=1.24
pkgrel=0
pkgdesc="Go development plugin for Vim"
url="https://github.com/fatih/vim-go"
arch="noarch !mips64" # blocked by go
license="BSD-3-Clause"
arch="noarch"
depends="vim go gopls git"
source="$pkgname-$pkgver.tar.gz::https://github.com/fatih/vim-go/archive/v$pkgver.tar.gz"
options="!check" # there are no tests
Loading