summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorLeif Warner2020-03-03 14:04:37 -0800
committerLeif Warner2020-03-03 14:04:37 -0800
commitab6fcc0a94dd8271886937710f4a336eb12e2d4e (patch)
treefaf9f58dc945518e90053e858e6fd27d6610b8e2
parentab6ce1df594e0d5336352e031f810e451915a7b9 (diff)
downloadaur-ab6fcc0a94dd8271886937710f4a336eb12e2d4e.tar.gz
Correct homepage and no known license.
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD8
2 files changed, 7 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6be81693e673..1b3ad08e4c01 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -2,12 +2,12 @@ pkgbase = vim-psc-ide-git
pkgdesc = A vim plugin that interfaces with purs ide
pkgver = 0.8.2.r29.g5fb4e32
pkgrel = 1
- url = https://github.com/idris-hackers/idris-vim
+ url = https://github.com/FrigoEU/psc-ide-vim
arch = any
- license = MIT
makedepends = git
depends = vim
optdepends = purescript: the purescript compiler
+ optdepends = 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 7dc19abfb2b5..e0bb388fad72 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,10 +4,12 @@ pkgver=0.8.2.r29.g5fb4e32
pkgrel=1
pkgdesc="A vim plugin that interfaces with purs ide"
arch=('any')
-url="https://github.com/idris-hackers/idris-vim"
-license=('MIT')
+url="https://github.com/FrigoEU/psc-ide-vim"
depends=('vim')
-optdepends=('purescript: the purescript compiler')
+optdepends=(
+ 'purescript: the purescript compiler'
+ 'syntastic'
+)
makedepends=('git')
provides=('vim-psc-ide')
conflicts=('vim-psc-ide')