[arch-commits] Commit in perl-strictures/trunk (PKGBUILD)
Bruno Pagani
archange at archlinux.org
Sat Jun 1 17:13:35 UTC 2019
Date: Saturday, June 1, 2019 @ 17:13:34
Author: archange
Revision: 476544
upgpkg: perl-strictures 2.000006-1
Modified:
perl-strictures/trunk/PKGBUILD
----------+
PKGBUILD | 18 +++++++++---------
1 file changed, 9 insertions(+), 9 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2019-06-01 16:57:06 UTC (rev 476543)
+++ PKGBUILD 2019-06-01 17:13:34 UTC (rev 476544)
@@ -2,17 +2,17 @@
_pkg=strictures
pkgname=perl-${_pkg}
-pkgver=2.000005
-pkgrel=3
+pkgver=2.000006
+pkgrel=1
pkgdesc="Turn on strict and make most warnings fatal"
-arch=('any')
+arch=(any)
url="https://metacpan.org/release/${_pkg}"
-license=('PerlArtistic' 'GPL')
-options=('!emptydirs')
-depends=('perl')
-checkdepends=('perl-test-simple')
-source=("https://cpan.metacpan.org/authors/id/E/ET/ETHER/${_pkg}-${pkgver}.tar.gz")
-sha512sums=('e4309c01fd729fe8c42e4a0ddbc95e8e14503362fb5be4556fef42edbbe14567a13cf2e9af206e91ff911b961316dfbff3711f278afaa4772bf284bb2d44a309')
+license=(PerlArtistic GPL)
+options=(!emptydirs)
+depends=(perl)
+checkdepends=(perl-test-simple)
+source=("https://cpan.metacpan.org/authors/id/H/HA/HAARG/${_pkg}-${pkgver}.tar.gz")
+sha256sums=('09d57974a6d1b2380c802870fed471108f51170da81458e2751859f2714f8d57')
build() {
cd ${_pkg}-${pkgver}
More information about the arch-commits
mailing list