summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndy Weidenbaum2016-01-04 17:38:09 -0800
committerAndy Weidenbaum2016-01-04 17:38:09 -0800
commitbe4549416ebc40ab96c8b65f0ae3b5b20a128711 (patch)
treea2692f9d6174a0cd4adf583de82d83460199c5cf
parentb5ba10f5d2ea54268e865326e7e87c68363ebfbe (diff)
downloadaur-be4549416ebc40ab96c8b65f0ae3b5b20a128711.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 ce0abcfd71a4..bead35febb80 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
# Generated by mksrcinfo v8
-# Mon Jan 4 09:05:00 UTC 2016
+# Tue Jan 5 01:35:30 UTC 2016
pkgbase = perl6-json-marshal
pkgdesc = Simple serialisation of objects to JSON
pkgver = 0.0.3
@@ -11,7 +11,7 @@ pkgbase = perl6-json-marshal
checkdepends = perl
makedepends = alacryd
makedepends = git
- depends = rakudo
+ depends = perl6
depends = perl6-json-name
depends = perl6-json-tiny
source = perl6-json-marshal-0.0.3::git+https://github.com/jonathanstowe/JSON-Marshal
diff --git a/PKGBUILD b/PKGBUILD
index 992195d0a9a8..e5cdfd5c6216 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@ pkgver=0.0.3
pkgrel=2
pkgdesc="Simple serialisation of objects to JSON"
arch=('any')
-depends=('rakudo' 'perl6-json-name' 'perl6-json-tiny')
+depends=('perl6' 'perl6-json-name' 'perl6-json-tiny')
checkdepends=('perl')
makedepends=('alacryd' 'git')
groups=('perl6')