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 48a6d5aec..d0c7dc3b2 100644
--- a/community/parrot/PKGBUILD
+++ b/community/parrot/PKGBUILD
@@ -1,11 +1,11 @@
-# $Id: PKGBUILD 73261 2012-07-04 14:01:36Z spupykin $
+# $Id: PKGBUILD 74176 2012-07-22 18:32:23Z spupykin $
# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com>
# Contributor: mpie <michael.kyne-phillips1@ntlworld.com>
pkgname=parrot
-pkgver=4.5.0
-#_rel=stable
-_rel=devel
+pkgver=4.6.0
+_rel=stable
+#_rel=devel
pkgrel=1
pkgdesc="Standalone VM that can execute bytecode compiled dynamic languages"
arch=('x86_64' 'i686')
@@ -16,7 +16,7 @@ makedepends=('perl-json')
optdepends=('freeglut')
options=('!makeflags')
source=(ftp://ftp.parrot.org/pub/parrot/releases/$_rel/$pkgver/$pkgname-$pkgver.tar.bz2)
-md5sums=('8deb517792652d8b44442ebb5d289e2c')
+md5sums=('2acdf1855baf04f07bac6d6e307dcd0d')
build() {
cd "$srcdir/$pkgname-$pkgver"