summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichał Wojdyła2022-06-02 12:52:01 +0200
committerMichał Wojdyła2022-06-02 12:52:01 +0200
commitd1465a2ffc9f3270fd91e4159d6d1998e59a3321 (patch)
tree62aa546b2d4382457a09acf47126ddd2aa8bae1b
parent2c7b9483a0043db6a8633dc782f8b9d6b8b7ef68 (diff)
downloadaur-d1465a2ffc9f3270fd91e4159d6d1998e59a3321.tar.gz
update to 2.05
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD20
2 files changed, 9 insertions, 19 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ade035cdc89d..25f07d68fb98 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = perl-text-balanced
pkgdesc = Extract delimited text sequences from strings
- pkgver = 2.02
+ pkgver = 2.05
pkgrel = 1
url = http://search.cpan.org/dist/Text-Balanced
arch = any
@@ -8,9 +8,7 @@ pkgbase = perl-text-balanced
license = GPL
depends = perl
options = !emptydirs
- source = http://search.cpan.org/CPAN/authors/id/A/AD/ADAMK/Text-Balanced-2.02.tar.gz
- md5sums = f1f2257693b33f534db196161b92f6db
- sha512sums = bddaae6f8c32eafb51e580e74e257ff57c2e2ab8c33f4cfb4d1f8e9a04115e4117eefcc0c4e63589a3791dbf0de2b37a69532da05676e4f2040b427b67d02f2a
+ source = https://cpan.metacpan.org/authors/id/S/SH/SHAY/Text-Balanced-2.05.tar.gz
+ sha256sums = 3a6f3fbcc6cb5406964b2e332688bae3c2595436d03ddb25ee6703a47a98977d
pkgname = perl-text-balanced
-
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