summaryrefslogtreecommitdiff
path: root/community/parrot/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/parrot/PKGBUILD')
-rw-r--r--community/parrot/PKGBUILD12
1 files changed, 6 insertions, 6 deletions
diff --git a/community/parrot/PKGBUILD b/community/parrot/PKGBUILD
index 857f028d9..c4163c4c8 100644
--- a/community/parrot/PKGBUILD
+++ b/community/parrot/PKGBUILD
@@ -1,22 +1,22 @@
-# $Id: PKGBUILD 43054 2011-03-23 21:46:21Z spupykin $
+# $Id: PKGBUILD 45351 2011-04-20 15:07:06Z spupykin $
# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com>
# Contributer: mpie <michael.kyne-phillips1@ntlworld.com>
pkgname=parrot
-pkgver=3.2.0
-_rel=devel
-#_rel=stable
+pkgver=3.3.0
+#_rel=devel
+_rel=stable
pkgrel=1
pkgdesc="standalone virtual machine that can be used to execute bytecode compiled dynamic languages"
arch=(i686 x86_64)
url="http://www.parrotcode.org/"
license=('GPL')
-depends=('gmp' 'gdbm' 'readline' 'icu' 'openssl')
+depends=('gmp' 'gdbm' 'readline' 'icu' 'openssl' 'libffi')
makedepends=('perl-json')
optdepends=('freeglut')
options=(!emptydirs !makeflags)
source=(ftp://ftp.parrot.org/pub/parrot/releases/${_rel}/$pkgver/parrot-$pkgver.tar.gz)
-md5sums=('380c237404c513cd83f02d62dbacca03')
+md5sums=('335d50fbef245bfe6d0bb277e224c728')
build() {
cd $srcdir/$pkgname-$pkgver