Date: Friday, April 5, 2013 @ 12:27:41
  Author: spupykin
Revision: 87710

upgpkg: parrot 5.2.0-1

upd

Modified:
  parrot/trunk/PKGBUILD

----------+
 PKGBUILD |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2013-04-05 10:27:37 UTC (rev 87709)
+++ PKGBUILD    2013-04-05 10:27:41 UTC (rev 87710)
@@ -3,10 +3,10 @@
 # Contributor: mpie <michael.kyne-philli...@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 @@
 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"

Reply via email to