[arch-commits] Commit in perlbrew/trunk (PKGBUILD)
Eric BĂ©langer
eric at nymeria.archlinux.org
Tue Jun 4 18:19:51 UTC 2013
Date: Tuesday, June 4, 2013 @ 20:19:51
Author: eric
Revision: 92408
upgpkg: perlbrew 0.64-1
Upstream update
Modified:
perlbrew/trunk/PKGBUILD
----------+
PKGBUILD | 7 +++----
1 file changed, 3 insertions(+), 4 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2013-06-04 17:00:14 UTC (rev 92407)
+++ PKGBUILD 2013-06-04 18:19:51 UTC (rev 92408)
@@ -1,8 +1,8 @@
# $Id$
-# Maintainer: Justin Davis (juster) <jrcd83 at gmail.com>
+# Maintainer:
pkgname=perlbrew
-pkgver=0.63
+pkgver=0.64
pkgrel=1
pkgdesc='Manage perl installations in your $HOME'
arch=('any')
@@ -10,13 +10,12 @@
license=('MIT')
depends=('perl' 'perl-capture-tiny' 'perl-cpan-perl-releases' 'perl-devel-patchperl'
'perl-file-path-tiny' 'perl-local-lib')
-makedepends=('perl-extutils-makemaker')
checkdepends=('perl-test-exception' 'perl-test-output' 'perl-test-spec'
'perl-path-class' 'perl-io-all')
provides=("perl-app-perlbrew=$pkgver")
options=('!emptydirs')
source=("http://search.cpan.org/CPAN/authors/id/G/GU/GUGOD/App-perlbrew-$pkgver.tar.gz")
-sha1sums=('5bb15b0cc4fdc617d5c9db52094c74c174d858f5')
+sha1sums=('7c55f069c227e19c001f51133f96df4f9460abb3')
build() {
cd App-perlbrew-$pkgver
More information about the arch-commits
mailing list