diff options
author | root <root@rshg054.dnsready.net> | 2013-01-04 00:04:06 -0800 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2013-01-04 00:04:06 -0800 |
commit | 782a0d2109c292b60e7de038df66525a81b21429 (patch) | |
tree | 586565a52faa28339159b4a4e53af142db7c67aa /community/parrot/PKGBUILD | |
parent | f2bbb5646aefe9ea6502524fbf4d0138cee8b2a1 (diff) |
Fri Jan 4 00:04:06 PST 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 50c62f78e..4843f8b55 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" |