[arch-commits] Commit in perl-module-implementation/trunk (PKGBUILD)

2020-06-21 Thread Felix Yan via arch-commits
Date: Sunday, June 21, 2020 @ 15:25:03
  Author: felixonmars
Revision: 649445

upgpkg: perl-module-implementation 0.09-6: Perl 5.32 rebuild

Modified:
  perl-module-implementation/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-06-21 15:25:01 UTC (rev 649444)
+++ PKGBUILD2020-06-21 15:25:03 UTC (rev 649445)
@@ -3,7 +3,7 @@
 
 pkgname=perl-module-implementation
 pkgver=0.09
-pkgrel=5
+pkgrel=6
 pkgdesc="Loads one of several alternate underlying implementations for a 
module"
 arch=('any')
 license=('PerlArtistic')


[arch-commits] Commit in perl-module-implementation/trunk (PKGBUILD)

2019-05-25 Thread Evangelos Foutras via arch-commits
Date: Saturday, May 25, 2019 @ 10:58:03
  Author: foutrelis
Revision: 470309

Perl 5.30 rebuild

Modified:
  perl-module-implementation/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-05-25 10:57:50 UTC (rev 470308)
+++ PKGBUILD2019-05-25 10:58:03 UTC (rev 470309)
@@ -3,7 +3,7 @@
 
 pkgname=perl-module-implementation
 pkgver=0.09
-pkgrel=4
+pkgrel=5
 pkgdesc="Loads one of several alternate underlying implementations for a 
module"
 arch=('any')
 license=('PerlArtistic')


[arch-commits] Commit in perl-module-implementation/trunk (PKGBUILD)

2018-08-01 Thread Evangelos Foutras via arch-commits
Date: Wednesday, August 1, 2018 @ 11:17:00
  Author: foutrelis
Revision: 366493

Perl 5.28 rebuild

Modified:
  perl-module-implementation/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-08-01 11:16:56 UTC (rev 366492)
+++ PKGBUILD2018-08-01 11:17:00 UTC (rev 366493)
@@ -4,7 +4,7 @@
 
 pkgname=perl-module-implementation
 pkgver=0.09
-pkgrel=3
+pkgrel=4
 pkgdesc="Loads one of several alternate underlying implementations for a 
module"
 arch=('any')
 license=('PerlArtistic')


[arch-commits] Commit in perl-module-implementation/trunk (PKGBUILD)

2017-08-26 Thread Evangelos Foutras
Date: Saturday, August 26, 2017 @ 17:43:40
  Author: foutrelis
Revision: 254226

Perl versioned binary modules rebuild

Modified:
  perl-module-implementation/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-08-26 17:43:36 UTC (rev 254225)
+++ PKGBUILD2017-08-26 17:43:40 UTC (rev 254226)
@@ -4,7 +4,7 @@
 
 pkgname=perl-module-implementation
 pkgver=0.09
-pkgrel=2
+pkgrel=3
 pkgdesc="Loads one of several alternate underlying implementations for a 
module"
 arch=('any')
 license=('PerlArtistic')


[arch-commits] Commit in perl-module-implementation/trunk (PKGBUILD)

2017-06-01 Thread Felix Yan
Date: Friday, June 2, 2017 @ 05:17:32
  Author: felixonmars
Revision: 232810

Perl 5.26 rebuild

Modified:
  perl-module-implementation/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-06-02 05:15:55 UTC (rev 232809)
+++ PKGBUILD2017-06-02 05:17:32 UTC (rev 232810)
@@ -4,7 +4,7 @@
 
 pkgname=perl-module-implementation
 pkgver=0.09
-pkgrel=1
+pkgrel=2
 pkgdesc="Loads one of several alternate underlying implementations for a 
module"
 arch=('any')
 license=('PerlArtistic')


[arch-commits] Commit in perl-module-implementation/trunk (PKGBUILD)

2014-12-16 Thread Sergej Pupykin
Date: Tuesday, December 16, 2014 @ 09:01:36
  Author: spupykin
Revision: 123949

upgpkg: perl-module-implementation 0.09-1

upd

Modified:
  perl-module-implementation/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-12-16 08:01:32 UTC (rev 123948)
+++ PKGBUILD2014-12-16 08:01:36 UTC (rev 123949)
@@ -3,8 +3,8 @@
 # Contributor: 3ED krzysztof1987 at gmail dot com
 
 pkgname=perl-module-implementation
-pkgver=0.07
-pkgrel=2
+pkgver=0.09
+pkgrel=1
 pkgdesc=Loads one of several alternate underlying implementations for a 
module
 arch=('any')
 license=('PerlArtistic')
@@ -13,7 +13,7 @@
 checkdepends=('perl-test-requires' 'perl-test-fatal')
 url=http://search.cpan.org/dist/Module-Implementation/;
 
source=(http://search.cpan.org/CPAN/authors/id/D/DR/DROLSKY/Module-Implementation-$pkgver.tar.gz)
-md5sums=('55483fce4266747e823a1004499bd70c')
+md5sums=('52e3fe0ca6b1eff0488d59b7aacc0667')
 
 build() {
   cd ${srcdir}/Module-Implementation-${pkgver}


[arch-commits] Commit in perl-module-implementation/trunk (PKGBUILD)

2013-11-19 Thread Sergej Pupykin
Date: Tuesday, November 19, 2013 @ 22:29:28
  Author: spupykin
Revision: 101219

upgpkg: perl-module-implementation 0.07-2

upd

Modified:
  perl-module-implementation/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-11-19 21:08:43 UTC (rev 101218)
+++ PKGBUILD2013-11-19 21:29:28 UTC (rev 101219)
@@ -4,12 +4,12 @@
 
 pkgname=perl-module-implementation
 pkgver=0.07
-pkgrel=1
+pkgrel=2
 pkgdesc=Loads one of several alternate underlying implementations for a 
module
 arch=('any')
 license=('PerlArtistic')
 options=('!emptydirs')
-depends=('perl-module-runtime=0.012')
+depends=('perl-module-runtime=0.012' 'perl-try-tiny')
 checkdepends=('perl-test-requires' 'perl-test-fatal')
 url=http://search.cpan.org/dist/Module-Implementation/;
 
source=(http://search.cpan.org/CPAN/authors/id/D/DR/DROLSKY/Module-Implementation-$pkgver.tar.gz)



[arch-commits] Commit in perl-module-implementation/trunk (PKGBUILD)

2013-08-06 Thread Sergej Pupykin
Date: Tuesday, August 6, 2013 @ 13:55:16
  Author: spupykin
Revision: 95187

upgpkg: perl-module-implementation 0.07-1

upd

Modified:
  perl-module-implementation/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-08-06 11:55:13 UTC (rev 95186)
+++ PKGBUILD2013-08-06 11:55:16 UTC (rev 95187)
@@ -3,8 +3,8 @@
 # Contributor: 3ED krzysztof1987 at gmail dot com
 
 pkgname=perl-module-implementation
-pkgver=0.06
-pkgrel=2
+pkgver=0.07
+pkgrel=1
 pkgdesc=Loads one of several alternate underlying implementations for a 
module
 arch=('any')
 license=('PerlArtistic')
@@ -13,7 +13,7 @@
 checkdepends=('perl-test-requires' 'perl-test-fatal')
 url=http://search.cpan.org/dist/Module-Implementation/;
 
source=(http://search.cpan.org/CPAN/authors/id/D/DR/DROLSKY/Module-Implementation-$pkgver.tar.gz)
-md5sums=('748f3540162fc5d761fab3efb266')
+md5sums=('55483fce4266747e823a1004499bd70c')
 
 build() {
   cd ${srcdir}/Module-Implementation-${pkgver}