diff options
author | root <root@rshg054.dnsready.net> | 2013-04-06 00:05:46 -0700 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2013-04-06 00:05:46 -0700 |
commit | fd8249d016683ade99a23251d6ffdf5d5a3e76a4 (patch) | |
tree | de9e45e44e9a8ffb85bd8895dcec0ebcd34d17e3 /community/parrot | |
parent | 3c7a59bfd2b8340068df7dc196e0c9b612b9ef31 (diff) |
Sat Apr 6 00:05:46 PDT 2013
Diffstat (limited to 'community/parrot')
-rw-r--r-- | community/parrot/PKGBUILD | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/community/parrot/PKGBUILD b/community/parrot/PKGBUILD index 4c8555fc6..0c44e3358 100644 --- a/community/parrot/PKGBUILD +++ b/community/parrot/PKGBUILD @@ -1,12 +1,12 @@ -# $Id: PKGBUILD 87052 2013-03-26 11:49:46Z foutrelis $ +# $Id: PKGBUILD 87711 2013-04-05 10:27:59Z spupykin $ # Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com> # Contributor: mpie <michael.kyne-phillips1@ntlworld.com> pkgname=parrot -pkgver=5.1.0 +pkgver=5.2.0 #_rel=stable _rel=devel -pkgrel=4 +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=('cf879f76d56f007107c143a1b63037c9') +md5sums=('ed8e30dda7439f44d6cbf5b3ab40bc28') build() { cd "$srcdir/$pkgname-$pkgver" |