summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndy Weidenbaum2016-01-04 17:37:30 -0800
committerAndy Weidenbaum2016-01-04 17:37:30 -0800
commitdfc4becf59c8fc479aee2e88bd15fcd7a1fb4d3e (patch)
treee6edb9700d421ae06257a5020ca4eee63bff158d
parent5e3752bd80b048d25ba6156c7bf21abeb0ab05a1 (diff)
downloadaur-dfc4becf59c8fc479aee2e88bd15fcd7a1fb4d3e.tar.gz
s/rakudo/perl6
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 661fef381233..a611470d8fb0 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
# Generated by mksrcinfo v8
-# Mon Jan 4 22:16:59 UTC 2016
+# Tue Jan 5 01:35:30 UTC 2016
pkgbase = perl6-grammar-parsefail
pkgdesc = Syntax error reporting for Perl 6 grammars
pkgver = 0.1
@@ -11,7 +11,7 @@ pkgbase = perl6-grammar-parsefail
checkdepends = perl
makedepends = alacryd
makedepends = git
- depends = rakudo
+ depends = perl6
source = perl6-grammar-parsefail-0.1::git+https://github.com/ShimmerFairy/grammar-parsefail
sha256sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 062765a9eda9..9b96a164faa5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@ pkgver=0.1
pkgrel=1
pkgdesc="Syntax error reporting for Perl 6 grammars"
arch=('any')
-depends=('rakudo')
+depends=('perl6')
checkdepends=('perl')
makedepends=('alacryd' 'git')
groups=('perl6')