diff options
author | Michał Masłowski <mtjm@mtjm.eu> | 2013-08-22 15:46:48 +0200 |
---|---|---|
committer | Michał Masłowski <mtjm@mtjm.eu> | 2013-08-22 15:46:48 +0200 |
commit | 06dc337f60287526f4db95ce79a2ea506023bffa (patch) | |
tree | 1eecfa4a004b96e68b0be4da4b9a9f797f1e633b /core/perl | |
parent | f4e7589d7749be9ccaf3d1db51808ea1ab7c3282 (diff) | |
parent | e9509842445d4a99493d1b643ffdafdca62263ae (diff) |
Merge branch 'master' of ssh://vparabola/home/parabola/abslibre-pre-mips64el
Conflicts:
community/python-mpi4py/PKGBUILD
community/python-psutil/PKGBUILD
extra/kdepim/PKGBUILD
extra/libgtop/PKGBUILD
libre/bitlbee-libre/PKGBUILD
Diffstat (limited to 'core/perl')
-rw-r--r-- | core/perl/PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/core/perl/PKGBUILD b/core/perl/PKGBUILD index 039a7c240..91c24e45e 100644 --- a/core/perl/PKGBUILD +++ b/core/perl/PKGBUILD @@ -1,4 +1,4 @@ -# $Id: PKGBUILD 186370 2013-05-26 09:24:10Z bluewind $ +# $Id: PKGBUILD 193454 2013-08-20 18:08:57Z bluewind $ # Maintainer: Florian Pritz <bluewind@xinu.at> # Contributor: Angel Velasquez <angvp@archlinux.org> # Contributor: kevin <kevin.archlinux.org> @@ -6,7 +6,7 @@ # Contributor: francois <francois.archlinux.org> pkgname=perl -pkgver=5.18.0 +pkgver=5.18.1 pkgrel=1 pkgdesc="A highly capable, feature-rich programming language" arch=(i686 x86_64 'mips64el') @@ -20,7 +20,7 @@ source=(http://www.cpan.org/src/5.0/perl-${pkgver}.tar.bz2 provides.pl) install=perl.install options=('makeflags' '!purge') -md5sums=('a832e928adfd36d162d2a5d3b631265c' +md5sums=('4ec1a3f3824674552e749ae420c5e68c' '5ed2542fdb9a60682f215bd33701e61a' '1f0cbbee783e8a6d32f01be5118e0d5e' '999c3eea6464860704abbb055a0f0896') |