summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndy Weidenbaum2016-01-04 17:38:53 -0800
committerAndy Weidenbaum2016-01-04 17:38:53 -0800
commitef19e01940958f4aa127b5a06f43fa80ee2237a5 (patch)
treef81f2c35e7c74ce124dd0d18feaa6626bcd272a5
parent8cf701c20930c072bd7521f79e30c18c50da449c (diff)
downloadaur-ef19e01940958f4aa127b5a06f43fa80ee2237a5.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 164332b189a8..48afe00ff76f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
# Generated by mksrcinfo v8
-# Sun Jan 3 20:15:16 UTC 2016
+# Tue Jan 5 01:35:30 UTC 2016
pkgbase = perl6-shell-command
pkgdesc = Common shell command replacements
pkgver = 0.0.1
@@ -11,7 +11,7 @@ pkgbase = perl6-shell-command
checkdepends = perl
makedepends = alacryd
makedepends = git
- depends = rakudo
+ depends = perl6
depends = perl6-file-find
source = perl6-shell-command-0.0.1::git+https://github.com/tadzik/Shell-Command
sha256sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 3dcdf95e8c40..580fc7ec7cfd 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@ pkgver=0.0.1
pkgrel=2
pkgdesc="Common shell command replacements"
arch=('any')
-depends=('rakudo' 'perl6-file-find')
+depends=('perl6' 'perl6-file-find')
checkdepends=('perl')
makedepends=('alacryd' 'git')
groups=('perl6')