summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichał Wojdyła2022-04-24 09:22:15 +0200
committerMichał Wojdyła2022-04-24 09:22:15 +0200
commit5e23bb37bf2335e834ab973808402771e3699475 (patch)
treee193c1360ea73f3a5ca1e04ffc411f142e72487f
parente812a1afab49395778500deb6d3492b74c3b6e10 (diff)
downloadaur-5e23bb37bf2335e834ab973808402771e3699475.tar.gz
update to 0.110
-rw-r--r--.SRCINFO13
-rw-r--r--PKGBUILD20
2 files changed, 10 insertions, 23 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 34cd39adeba8..d8fedec5f9b5 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,20 +1,15 @@
-# 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.108
+ pkgver = 0.110
pkgrel = 1
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
+ depends = perl-perlio-utf8-strict
options = !emptydirs
- source = http://search.cpan.org/CPAN/authors/id/R/RJ/RJBS/Mixin-Linewise-0.108.tar.gz
- md5sums = c0f62761c6ce2ae6dc3e54153d042009
- sha512sums = 2789126737e2798a94ab6d90614503717dbc6c4178d19a9dd1e32689869e8e1298ec168fd6ab53580e65b5ad7ff94e065dca4afb7b71c2bb453810da61d29450
+ source = https://search.cpan.org/CPAN/authors/id/R/RJ/RJBS/Mixin-Linewise-0.110.tar.gz
+ sha256sums = a7f120b7aa82dfb1a5ad1aa11abd33232b26a2b09c654e649e97a3c2128b1d8b
pkgname = perl-mixin-linewise
-
diff --git a/PKGBUILD b/PKGBUILD
index 49b06da2ad06..9da012c3575a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,20 +1,18 @@
+# Maintainer: Michał Wojdyła < micwoj9292 at gmail dot com >
# 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.108'
+pkgver='0.110'
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' 'perl>=5.8.1')
-makedepends=()
+depends=('perl-sub-exporter' 'perl-perlio-utf8-strict')
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"
+source=('https://search.cpan.org/CPAN/authors/id/R/RJ/RJBS/Mixin-Linewise-0.110.tar.gz')
+sha256sums=('a7f120b7aa82dfb1a5ad1aa11abd33232b26a2b09c654e649e97a3c2128b1d8b')
+_distdir="Mixin-Linewise-0.110"
build() {
( export PERL_MM_USE_DEFAULT=1 PERL5LIB="" \
@@ -42,9 +40,3 @@ package() {
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: