From 00f77ef3b2b7856520daba393370f67b773c2184 Mon Sep 17 00:00:00 2001 From: root Date: Sat, 28 Apr 2012 00:01:35 +0000 Subject: Sat Apr 28 00:01:35 UTC 2012 --- community-testing/parrot/PKGBUILD | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'community-testing/parrot/PKGBUILD') 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 # Contributor: mpie 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" -- cgit v1.2.3-54-g00ecf