summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorLeif Warner2020-03-03 14:05:48 -0800
committerLeif Warner2020-03-03 14:05:48 -0800
commit1e465bc90e7b3857d1f683db2c679e635fc6e6bb (patch)
treec1a8b2b4ab4f1a10a433aa7e82910fcc0cfc5331
parentab6fcc0a94dd8271886937710f4a336eb12e2d4e (diff)
downloadaur-vim-psc-ide-git.tar.gz
syntastic -> vim-syntastic
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1b3ad08e4c01..2347652f486a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -7,7 +7,7 @@ pkgbase = vim-psc-ide-git
makedepends = git
depends = vim
optdepends = purescript: the purescript compiler
- optdepends = syntastic
+ optdepends = vim-syntastic
provides = vim-psc-ide
conflicts = vim-psc-ide
source = git://github.com/FrigoEU/psc-ide-vim.git
diff --git a/PKGBUILD b/PKGBUILD
index e0bb388fad72..92b645b4ca15 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@ url="https://github.com/FrigoEU/psc-ide-vim"
depends=('vim')
optdepends=(
'purescript: the purescript compiler'
- 'syntastic'
+ 'vim-syntastic'
)
makedepends=('git')
provides=('vim-psc-ide')