summaryrefslogtreecommitdiff
path: root/community-testing/parrot/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community-testing/parrot/PKGBUILD')
-rw-r--r--community-testing/parrot/PKGBUILD14
1 files changed, 7 insertions, 7 deletions
diff --git a/community-testing/parrot/PKGBUILD b/community-testing/parrot/PKGBUILD
index 640e7a740..e78cc0be7 100644
--- a/community-testing/parrot/PKGBUILD
+++ b/community-testing/parrot/PKGBUILD
@@ -1,11 +1,11 @@
-# $Id: PKGBUILD 69108 2012-04-09 13:50:17Z tdziedzic $
+# $Id: PKGBUILD 69948 2012-04-26 21:35:14Z allan $
# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com>
# Contributor: mpie <michael.kyne-phillips1@ntlworld.com>
pkgname=parrot
-pkgver=4.2.0
-#_rel=stable
-_rel=devel
+pkgver=4.3.0
+_rel=stable
+#_rel=devel
pkgrel=1
pkgdesc="Standalone VM that can execute bytecode compiled dynamic languages"
arch=('x86_64' 'i686')
@@ -14,9 +14,9 @@ license=('GPL')
depends=('icu' 'openssl' 'libffi')
makedepends=('perl-json')
optdepends=('freeglut')
-options=(!makeflags)
-source=("ftp://ftp.parrot.org/pub/parrot/releases/$_rel/$pkgver/$pkgname-$pkgver.tar.gz")
-sha256sums=('69ee93d9f81babcff67b747cc614358958a32f274e407b65771ca5a056d4c3d4')
+options=('!makeflags')
+source=(ftp://ftp.parrot.org/pub/parrot/releases/$_rel/$pkgver/$pkgname-$pkgver.tar.bz2)
+sha256sums=('5c3f5ba2de06f6adb53b7835374a4f3e0601ec63e8a1d1dba6c6a07e12cc2990')
build() {
cd "$srcdir/$pkgname-$pkgver"