summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohn D Jones III2016-09-12 16:46:14 -0600
committerJohn D Jones III2016-09-12 16:46:14 -0600
commite812a1afab49395778500deb6d3492b74c3b6e10 (patch)
tree6d02dd9719344f5196857218ee4d4f77f9af55e3
parent031c1c05e1c0907cc3ccd877db330672b14e5dd0 (diff)
downloadaur-e812a1afab49395778500deb6d3492b74c3b6e10.tar.gz
Update to 0.108-1
-rw-r--r--.SRCINFO13
-rw-r--r--PKGBUILD18
2 files changed, 17 insertions, 14 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 972facec3213..34cd39adeba8 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,17 +1,20 @@
+# Generated by mksrcinfo v8
+# Mon Sep 12 22:45:53 UTC 2016
pkgbase = perl-mixin-linewise
pkgdesc = write your linewise code for handles; this does the rest
- pkgver = 0.106
+ pkgver = 0.108
pkgrel = 1
- url = http://search.mcpan.org/dist/Mixin-Linewise
+ url = https://metacpan.org/release/Mixin-Linewise
arch = any
license = PerlArtistic
license = GPL
depends = perl-perlio-utf8-strict
depends = perl-sub-exporter
+ depends = perl>=5.8.1
options = !emptydirs
- source = http://search.cpan.org/CPAN/authors/id/R/RJ/RJBS/Mixin-Linewise-0.106.tar.gz
- md5sums = d4699cde97d8286f44624c1d19663334
- sha512sums = 976b139528f728c36ed865fd31430084f24522fc3fada3c4be1beaced2f05ffce09a2e996a3f4e1aade91e3264df81d8de2eafe56ec806d5d3f22446ce6d45c8
+ source = http://search.cpan.org/CPAN/authors/id/R/RJ/RJBS/Mixin-Linewise-0.108.tar.gz
+ md5sums = c0f62761c6ce2ae6dc3e54153d042009
+ sha512sums = 2789126737e2798a94ab6d90614503717dbc6c4178d19a9dd1e32689869e8e1298ec168fd6ab53580e65b5ad7ff94e065dca4afb7b71c2bb453810da61d29450
pkgname = perl-mixin-linewise
diff --git a/PKGBUILD b/PKGBUILD
index a1ed08eb3f46..49b06da2ad06 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,20 +1,20 @@
-# Contributor: John D Jones III <jnbek1972 -_AT_- g m a i l -_Dot_- com>
-# Generator : CPANPLUS::Dist::Arch 1.27
+# Contributor: John D Jones III AKA jnbek <jnbek1972 -_AT_- g m a i l -_Dot_- com>
+# Generator : CPANPLUS::Dist::Arch 1.32
pkgname='perl-mixin-linewise'
-pkgver='0.106'
+pkgver='0.108'
pkgrel='1'
pkgdesc="write your linewise code for handles; this does the rest"
arch=('any')
license=('PerlArtistic' 'GPL')
options=('!emptydirs')
-depends=('perl-perlio-utf8-strict' 'perl-sub-exporter')
+depends=('perl-perlio-utf8-strict' 'perl-sub-exporter' 'perl>=5.8.1')
makedepends=()
-url='http://search.mcpan.org/dist/Mixin-Linewise'
-source=('http://search.cpan.org/CPAN/authors/id/R/RJ/RJBS/Mixin-Linewise-0.106.tar.gz')
-md5sums=('d4699cde97d8286f44624c1d19663334')
-sha512sums=('976b139528f728c36ed865fd31430084f24522fc3fada3c4be1beaced2f05ffce09a2e996a3f4e1aade91e3264df81d8de2eafe56ec806d5d3f22446ce6d45c8')
-_distdir="Mixin-Linewise-0.106"
+url='https://metacpan.org/release/Mixin-Linewise'
+source=('http://search.cpan.org/CPAN/authors/id/R/RJ/RJBS/Mixin-Linewise-0.108.tar.gz')
+md5sums=('c0f62761c6ce2ae6dc3e54153d042009')
+sha512sums=('2789126737e2798a94ab6d90614503717dbc6c4178d19a9dd1e32689869e8e1298ec168fd6ab53580e65b5ad7ff94e065dca4afb7b71c2bb453810da61d29450')
+_distdir="Mixin-Linewise-0.108"
build() {
( export PERL_MM_USE_DEFAULT=1 PERL5LIB="" \