[arch-commits] Commit in parrot/trunk (PKGBUILD)
Sergej Pupykin
spupykin at archlinux.org
Mon Feb 9 10:10:19 UTC 2015
Date: Monday, February 9, 2015 @ 11:10:19
Author: spupykin
Revision: 127367
upgpkg: parrot 7.0.2-1
upd
Modified:
parrot/trunk/PKGBUILD
----------+
PKGBUILD | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2015-02-09 10:10:06 UTC (rev 127366)
+++ PKGBUILD 2015-02-09 10:10:19 UTC (rev 127367)
@@ -3,20 +3,20 @@
# Contributor: mpie <michael.kyne-phillips1 at ntlworld.com>
pkgname=parrot
-pkgver=6.11.0
-#_rel=stable
-_rel=devel
+pkgver=7.0.2
+_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/"
license=('GPL')
-depends=('icu' 'openssl' 'libffi')
+depends=('icu' 'openssl' 'libffi' 'gmp')
makedepends=('perl-json')
optdepends=('freeglut')
options=('!makeflags')
source=(ftp://ftp.parrot.org/pub/parrot/releases/$_rel/$pkgver/$pkgname-$pkgver.tar.bz2)
-md5sums=('7118b4fcb83ca3adc0f2d5da28592b90')
+md5sums=('d1592822fad5be4bbcc3958433e6b9c6')
build() {
cd "$srcdir/$pkgname-$pkgver"
More information about the arch-commits
mailing list