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 3e7a72a0c..a168f3f71 100644
--- a/community/parrot/PKGBUILD
+++ b/community/parrot/PKGBUILD
@@ -1,12 +1,12 @@
-# $Id: PKGBUILD 82738 2013-01-23 16:27:21Z spupykin $
+# $Id: PKGBUILD 84846 2013-02-25 10:40:09Z spupykin $
# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com>
# Contributor: mpie <michael.kyne-phillips1@ntlworld.com>
pkgname=parrot
-pkgver=5.0.0
-_rel=stable
-#_rel=devel
-pkgrel=2
+pkgver=5.1.0
+#_rel=stable
+_rel=devel
+pkgrel=1
pkgdesc="Standalone VM that can execute bytecode compiled dynamic languages"
arch=('x86_64' 'i686')
url="http://www.parrotcode.org/"
@@ -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=('4f16127f539e019a30d21b4d1ea7196f')
+md5sums=('cf879f76d56f007107c143a1b63037c9')
build() {
cd "$srcdir/$pkgname-$pkgver"