summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAlexander F. Rødseth2021-07-04 16:10:36 +0200
committerAlexander F. Rødseth2021-07-04 16:10:36 +0200
commitcad8eb50eb79e4de4c223ce85f3581e75cd98369 (patch)
tree0dc8c119b0ec6f97ba9e4e86d21550f8f6ec7b67 /PKGBUILD
parent1f3e3502b0c439a140fb0b3fd505c9411adffdb9 (diff)
downloadaur-quine-relay.tar.gz
Minor improvement. It build but does not run to completion.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD7
1 files changed, 3 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index b71faf9f5bdf..0696914cfa91 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -16,14 +16,14 @@ depends=('algol68g' 'bash' 'beef' 'boo' 'bsd-games' 'c-intercal' 'chicken'
'make' 'maxima' 'mlton' 'mono' 'mono-basic' 'neko' 'nickle' 'nodejs'
'ocaml' 'octave' 'pari' 'parrot' 'perl' 'php' 'pike' 'python' 'r'
'ratfor' 'regina-rexx-das' 'ruby2.7' 'scala' 'scilab-bin' 'slang'
- 'smalltalk' 'spl' 'swi-prolog' 'tcl' 'thue' 'ucblogo' 'vala' 'yorick'
- 'zoem')
+ 'smalltalk' 'spl' 'swi-prolog' 'tcl' 'tcc' 'thue' 'ucblogo' 'vala'
+ 'yorick' 'zoem')
optdepends=('advancecomp: For generating langs.png'
'optipng: For generating langs.png')
source=('quine-relay::git://github.com/mame/quine-relay.git#branch=50'
'quine-relay.sh')
b2sums=('SKIP'
- '143a883a909cfd01b5b22dc6b9478841ab9ade06d6907482cc2ab4244e5c5876d63befd83186613e69ea0d774541d4962748940195bfdea6ea9f2d531b8baedb')
+ '4ecea359a8253f4aacc885b5d7f6705bb94cd8bcf2e902ddce477c79982201c6da6966902968faa665748182d83fdecfa815889e380e8821a4ed009a694aab06')
pkgver() {
cd $pkgname
@@ -42,7 +42,6 @@ prepare() {
# whitespace does not work
sed -i 's:ruby vendor/whitespace.rb:wspace:' Makefile
- #sed -i 's:ruby whitespace.rb:ruby-2.7 whitespace.rb:' Makefile
}
package() {