diff options
Diffstat (limited to 'community/parrot/PKGBUILD')
-rw-r--r-- | community/parrot/PKGBUILD | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/community/parrot/PKGBUILD b/community/parrot/PKGBUILD index cc4aedeee..341337458 100644 --- a/community/parrot/PKGBUILD +++ b/community/parrot/PKGBUILD @@ -1,12 +1,12 @@ -# $Id: PKGBUILD 80244 2012-11-18 10:31:10Z andrea $ +# $Id: PKGBUILD 80286 2012-11-19 12:16:58Z spupykin $ # Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com> # Contributor: mpie <michael.kyne-phillips1@ntlworld.com> pkgname=parrot -pkgver=4.8.0 -#_rel=stable -_rel=devel -pkgrel=2 +pkgver=4.9.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=('c00ed8867dcf69255452a2e1267906ec') +md5sums=('ca42f4fbcc734e4cf354117cd7c073b0') build() { cd "$srcdir/$pkgname-$pkgver" |