diff options
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 8b5d0ee43..be2a6ff67 100644 --- a/community/parrot/PKGBUILD +++ b/community/parrot/PKGBUILD @@ -1,9 +1,9 @@ -# $Id: PKGBUILD 80699 2012-11-29 16:18:21Z spupykin $ +# $Id: PKGBUILD 81903 2013-01-03 10:07:48Z spupykin $ # Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com> # Contributor: mpie <michael.kyne-phillips1@ntlworld.com> pkgname=parrot -pkgver=4.10.0 +pkgver=4.11.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=('aab3d07aecfe821a792421fb4fb88a4f') +md5sums=('fd2e9c0145e224ca022783e61caf6fc5') build() { cd "$srcdir/$pkgname-$pkgver" |