diff options
author | root <root@rshg054.dnsready.net> | 2013-10-01 03:07:25 -0700 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2013-10-01 03:07:25 -0700 |
commit | a1792bae6f21dd0cca9e5a0d5cfad55edc1c4955 (patch) | |
tree | 1c6225df5977b18e7eb68340f773a18bd26dc500 /community/parrot/PKGBUILD | |
parent | a1ba981700ea6943bedc5d7bb769b1f893088c7f (diff) |
Tue Oct 1 03:05:59 PDT 2013
Diffstat (limited to 'community/parrot/PKGBUILD')
-rw-r--r-- | community/parrot/PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/community/parrot/PKGBUILD b/community/parrot/PKGBUILD index e36b3debe..7e07d2623 100644 --- a/community/parrot/PKGBUILD +++ b/community/parrot/PKGBUILD @@ -1,9 +1,9 @@ -# $Id: PKGBUILD 94711 2013-07-29 10:19:02Z spupykin $ +# $Id: PKGBUILD 97838 2013-09-30 10:03:17Z spupykin $ # Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com> # Contributor: mpie <michael.kyne-phillips1@ntlworld.com> pkgname=parrot -pkgver=5.6.0 +pkgver=5.7.0 #_rel=stable _rel=devel pkgrel=1 @@ -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=('7bf098790c5772bb45480abe3e425f3c') +md5sums=('3fcb1b21a3d71be8c4a4111fcac56278') build() { cd "$srcdir/$pkgname-$pkgver" |