X-Original-To: alpine-devel@lists.alpinelinux.org Delivered-To: alpine-devel@mail.alpinelinux.org Received: from mail-ea0-f178.google.com (mail-ea0-f178.google.com [209.85.215.178]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mail.alpinelinux.org (Postfix) with ESMTPS id D0ABFDC0CA7 for ; Mon, 28 Oct 2013 14:10:44 +0000 (UTC) Received: by mail-ea0-f178.google.com with SMTP id a15so2205988eae.23 for ; Mon, 28 Oct 2013 07:10:43 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:to:cc:subject:date:message-id; bh=nVyYyN60A3uOYvbeFA1RxskAmMrK9/1XlNsxG0ZQvxE=; b=Ur+wyX669W2sfSKfbqH3IbqgjgqK8kpjPwkZH0+2IDwSBqA/+XaZGQVxdiLNV62KgN 7fTAmHrD2dCZbltUN02V1L7EdtEkVKZ2BpItI99icm5Ckxlqq3CoJ+K2h0+D1jdf7SKU +BllDnvOxK2z6W8O43O0N+v8H/RcH5LstkhGVIVQ79KNcrdzl2ZevbWOFakU1PyS8OV5 fBUcWJsxMbrP3FSXbkDBogV1PcfE+/r2E0ag5GpYhGVyIL3SfGzD1dpQ5phN7XFZ1dXc P907r7iW6T7mUgXH/VdFzurH5CdmiaM+V/KiQN1kitzeSZiIDhLW1PGH+daToh/KUlBM 6mcg== X-Received: by 10.14.4.137 with SMTP id 9mr185555eej.124.1382969443114; Mon, 28 Oct 2013 07:10:43 -0700 (PDT) Received: from alpine.my.domain ([81.4.121.188]) by mx.google.com with ESMTPSA id x47sm57707400eea.16.2013.10.28.07.10.41 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Mon, 28 Oct 2013 07:10:42 -0700 (PDT) From: IT Offshore To: alpine-devel@lists.alpinelinux.org Cc: IT Offshore Subject: [alpine-devel] [PATCH] Corrected $pkgdesc for perl-storable Date: Mon, 28 Oct 2013 14:11:49 +0000 Message-Id: <1382969509-4688-1-git-send-email-developer@it-offshore.co.uk> X-Mailer: git-send-email 1.8.2.3 X-Mailinglist: alpine-devel Precedence: list List-Id: Alpine Development List-Unsubscribe: List-Post: List-Help: List-Subscribe: Additional PERL Module required by PSAD https://aur.archlinux.org/packages/psad/ $pkgdesc corrected "brings persistence to your Perl data structures containing SCALAR, ARRAY, HASH or REF objects" --- testing/perl-storable/APKBUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/testing/perl-storable/APKBUILD b/testing/perl-storable/APKBUILD index f07a201..9bdab70 100644 --- a/testing/perl-storable/APKBUILD +++ b/testing/perl-storable/APKBUILD @@ -5,7 +5,7 @@ pkgname=perl-storable _pkgreal=Storable pkgver=2.45 pkgrel=0 -pkgdesc="unknown" +pkgdesc="Brings persistence to your Perl data structures containing SCALAR, ARRAY, HASH or REF objects." url="http://search.cpan.org/dist/Storable/" arch="all" license="GPL PerlArtistic" -- 1.8.2.3 --- Unsubscribe: alpine-devel+unsubscribe@lists.alpinelinux.org Help: alpine-devel+help@lists.alpinelinux.org ---