aboutsummarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 4 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 830dedb89c37..58446323c4b6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,12 +3,13 @@ pkgver=1
pkgrel=1
pkgdesc="Meta-package for the base languages of camisole"
arch=('any')
-url="https://bitbucket.org/prologin/camisole"
+url="https://github.org/prologin/camisole"
license=('GPL')
depends=('esotope-bfc-git' # handle Brainfuck sources
'fpc' # handle Pascal sources
+ 'fsharp' # handle FSharp sources
'gambit-c' # handle Scheme sources
- 'gcc' # handle C, CXX sources
+ 'gcc' # handle Brainfuck, C, CXX sources
'gcc-ada' # handle Ada sources
'ghc' # handle Haskell sources
'jdk8-openjdk' # handle Java sources
@@ -19,5 +20,6 @@ depends=('esotope-bfc-git' # handle Brainfuck sources
'ocaml' # handle OCaml sources
'perl' # handle Perl sources
'php' # handle PHP sources
+ 'python2' # handle Brainfuck sources
'ruby') # handle Ruby sources