summaryrefslogtreecommitdiff
path: root/community/parrot/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/parrot/PKGBUILD')
-rw-r--r--community/parrot/PKGBUILD10
1 files changed, 5 insertions, 5 deletions
diff --git a/community/parrot/PKGBUILD b/community/parrot/PKGBUILD
index eb5f198b7..d608c5908 100644
--- a/community/parrot/PKGBUILD
+++ b/community/parrot/PKGBUILD
@@ -1,11 +1,11 @@
-# $Id: PKGBUILD 48652 2011-06-03 17:21:22Z stephane $
+# $Id: PKGBUILD 56087 2011-09-30 23:19:11Z spupykin $
# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com>
# Contributer: mpie <michael.kyne-phillips1@ntlworld.com>
pkgname=parrot
-pkgver=3.3.0
-#_rel=devel
-_rel=stable
+pkgver=3.8.0
+_rel=devel
+#_rel=stable
pkgrel=2
pkgdesc="standalone virtual machine that can be used to execute bytecode compiled dynamic languages"
arch=(i686 x86_64)
@@ -16,7 +16,7 @@ makedepends=('perl-json')
optdepends=('freeglut')
options=(!emptydirs !makeflags)
source=(ftp://ftp.parrot.org/pub/parrot/releases/${_rel}/$pkgver/parrot-$pkgver.tar.gz)
-md5sums=('335d50fbef245bfe6d0bb277e224c728')
+md5sums=('72bac15a47f01bacef5ad28e45fe08b9')
build() {
cd $srcdir/$pkgname-$pkgver