summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander F Rødseth2015-10-26 23:09:31 +0100
committerAlexander F Rødseth2015-10-26 23:09:31 +0100
commitb7122305a344732e6c698bb18c37f90a895e741d (patch)
treeae57b2d2623aef103dc4d382f4586e0f71624692
parenta3ffd6d900bec0bcd3c784e9fdfebd7d76338314 (diff)
downloadaur-b7122305a344732e6c698bb18c37f90a895e741d.tar.gz
This application runs, but it cannot hide...
...the fact that not all required compiles are on the dependency list yet. Also, the C stage does not compile. Issue has been reported upstream.
-rw-r--r--PKGBUILD13
1 files changed, 7 insertions, 6 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 703ff3a93305..2030b270cf8c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: Alexander F Rødseth <xyproto@archlinux.org>
pkgname=quine-relay
-pkgver=50
-pkgrel=1
+pkgver=73e4544
+pkgrel=2
pkgdesc='Uroboros program with 50 programming languages'
arch=('x86_64' 'i686')
url='http://github.com/mame/quine-relay'
@@ -11,10 +11,11 @@ depends=('algol68g' 'bash' 'boo' 'chicken' 'clisp' 'clojure' 'fpc' 'gawk' 'gcc'
'gcc-fortran' 'ghc' 'go' 'groovy' 'llvm' 'make' 'mono' 'nodejs' 'ocaml'
'octave' 'parrot' 'perl' 'php' 'python' 'r' 'ruby' 'scala' 'tcl'
'ucblogo' 'vala' 'c-intercal' 'coffee-script' 'f2c' 'gforth' 'icon'
- 'iverilog' 'open-cobol' 'pike' 'regina-rexx-das' 'swi-prolog'
- 'smalltalk' 'beef' 'jasmin' 'gcc-objc' 'gcc-ada' 'scilab' 'lci-git'
- 'spl' 'maxima' 'slang' 'npiet' 'neko' 'nickle' 'pari' 'bsd-games'
- 'ratfor' 'wspace')
+ 'iverilog' 'gnu-cobol' 'pike' 'regina-rexx-das' 'swi-prolog'
+ 'smalltalk' 'beef' 'jasmin' 'gcc-objc' 'gcc-ada' 'lci-git'
+ 'spl' 'maxima' 'slang' 'fpiet' 'neko' 'nickle' 'pari' 'bsd-games'
+ 'ratfor')
+ # wspace, scilab
optdepends=('advancecomp: For generating langs.png'
'optipng: For generating langs.png')
source=('quine-relay::git://github.com/mame/quine-relay.git#branch=50'