summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 4 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 6e184d275274..3f941dc0b416 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,16 +1,18 @@
# Maintainer: Andy Weidenbaum <archbaum@gmail.com>
pkgname=panda
-pkgver=2015.12
+pkgver=0.1
pkgrel=1
pkgdesc="Perl6 module installer"
arch=('any')
-depends=('perl6'
+depends=('curl'
+ 'perl6'
'perl6-file-find'
'perl6-json-fast'
'perl6-shell-command')
checkdepends=('perl')
makedepends=('alacryd' 'git')
+optdepends=('wget: download metadata files with wget')
groups=('perl6')
url="https://github.com/tadzik/panda"
license=('MIT')