summaryrefslogtreecommitdiff
path: root/community/parrot
diff options
context:
space:
mode:
authorNicolás Reynolds <fauno@kiwwwi.com.ar>2013-01-24 10:30:46 -0300
committerNicolás Reynolds <fauno@kiwwwi.com.ar>2013-01-24 10:30:46 -0300
commit328b5407de9f088d32c429b1b37f6efde3da06f8 (patch)
tree99b9a1286dd5d2b2a4f8a9ab4d4976b2a92cdf04 /community/parrot
parentbc45ad1bcb68d9ab4af8a7419beb52606ff4c7b2 (diff)
parent570e3637e2a4ba372dabbbbb8953d7b4ccdcaa39 (diff)
Merge branch 'master' of ssh://vparabola/home/parabola/abslibre-pre-mips64el
Conflicts: community/dee/PKGBUILD community/kadu/PKGBUILD extra/boost/PKGBUILD extra/calligra/PKGBUILD extra/mesa/PKGBUILD extra/php/PKGBUILD extra/qt/PKGBUILD extra/webkitgtk/PKGBUILD extra/xorg-xsetroot/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 be2a6ff67..4b50cfef1 100644
--- a/community/parrot/PKGBUILD
+++ b/community/parrot/PKGBUILD
@@ -1,12 +1,12 @@
-# $Id: PKGBUILD 81903 2013-01-03 10:07:48Z spupykin $
+# $Id: PKGBUILD 82738 2013-01-23 16:27:21Z spupykin $
# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com>
# Contributor: mpie <michael.kyne-phillips1@ntlworld.com>
pkgname=parrot
-pkgver=4.11.0
-#_rel=stable
-_rel=devel
-pkgrel=1
+pkgver=5.0.0
+_rel=stable
+#_rel=devel
+pkgrel=2
pkgdesc="Standalone VM that can execute bytecode compiled dynamic languages"
arch=('x86_64' 'i686' 'mips64el')
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=('fd2e9c0145e224ca022783e61caf6fc5')
+md5sums=('4f16127f539e019a30d21b4d1ea7196f')
build() {
cd "$srcdir/$pkgname-$pkgver"