summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD20
1 files changed, 6 insertions, 14 deletions
diff --git a/PKGBUILD b/PKGBUILD
index a315a429a64c..6f23116870c5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,20 +1,18 @@
+# Maintainer: Michał Wojdyła < micwoj9292 at gmail dot com >
# Contributor: John D Jones III <j[nospace]n[nospace]b[nospace]e[nospace]k[nospace]1972 -_AT_- the domain name google offers a mail service at ending in dot com>
-# Generator : CPANPLUS::Dist::Arch 1.25
pkgname='perl-text-balanced'
-pkgver='2.02'
+pkgver='2.05'
pkgrel='1'
pkgdesc="Extract delimited text sequences from strings"
arch=('any')
license=('PerlArtistic' 'GPL')
options=('!emptydirs')
depends=('perl')
-makedepends=()
url='http://search.cpan.org/dist/Text-Balanced'
-source=('http://search.cpan.org/CPAN/authors/id/A/AD/ADAMK/Text-Balanced-2.02.tar.gz')
-md5sums=('f1f2257693b33f534db196161b92f6db')
-sha512sums=('bddaae6f8c32eafb51e580e74e257ff57c2e2ab8c33f4cfb4d1f8e9a04115e4117eefcc0c4e63589a3791dbf0de2b37a69532da05676e4f2040b427b67d02f2a')
-_distdir="Text-Balanced-2.02"
+source=('https://cpan.metacpan.org/authors/id/S/SH/SHAY/Text-Balanced-2.05.tar.gz')
+sha256sums=('3a6f3fbcc6cb5406964b2e332688bae3c2595436d03ddb25ee6703a47a98977d')
+_distdir="Text-Balanced-2.05"
build() {
( export PERL_MM_USE_DEFAULT=1 PERL5LIB="" \
@@ -41,10 +39,4 @@ package() {
make install
find "$pkgdir" -name .packlist -o -name perllocal.pod -delete
-}
-
-# Local Variables:
-# mode: shell-script
-# sh-basic-offset: 2
-# End:
-# vim:set ts=2 sw=2 et:
+} \ No newline at end of file