summaryrefslogtreecommitdiff
path: root/community/parrot
diff options
context:
space:
mode:
authorNicolas Reynolds <fauno@kiwwwi.com.ar>2011-04-22 00:06:19 -0300
committerNicolas Reynolds <fauno@kiwwwi.com.ar>2011-04-22 00:06:19 -0300
commit45a1b262edf175ecf5dd43e51c8ee72f9d78265b (patch)
treec96780037991d6d44cefc8a149e9b88c6bfc6d67 /community/parrot
parentc034be9e8f973eb6c1dbb77fb4528fad379ddbfd (diff)
parent69e1fada8bdc9588d0a3d8bc3403fa809d809a84 (diff)
Merge branch 'master' of ssh://vparabola/home/parabola/abslibre-pre-mips64el
Conflicts: community/quvi/PKGBUILD community/tasks/PKGBUILD community/xwax/PKGBUILD core/udev/PKGBUILD extra/libplist/PKGBUILD extra/mirage/PKGBUILD extra/rdesktop/PKGBUILD staging/gpsd/PKGBUILD testing/pygobject/PKGBUILD
Diffstat (limited to 'community/parrot')
-rw-r--r--community/parrot/PKGBUILD12
1 files changed, 6 insertions, 6 deletions
diff --git a/community/parrot/PKGBUILD b/community/parrot/PKGBUILD
index 579d4b57a..73aa20e61 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 'mips64el')
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