[arch-commits] Commit in perl-exception-class/trunk (PKGBUILD)
Jaroslav Lichtblau
jlichtblau at gemini.archlinux.org
Sat Aug 28 13:08:26 UTC 2021
Date: Saturday, August 28, 2021 @ 13:08:26
Author: jlichtblau
Revision: 1007700
upgpkg: perl-exception-class 1.45-1 - new upstream release
Modified:
perl-exception-class/trunk/PKGBUILD
----------+
PKGBUILD | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2021-08-28 13:06:49 UTC (rev 1007699)
+++ PKGBUILD 2021-08-28 13:08:26 UTC (rev 1007700)
@@ -3,8 +3,8 @@
# Contributor: Caleb Cushing <xenoterracide at gmail.com>
pkgname=perl-exception-class
-pkgver=1.44
-pkgrel=5
+pkgver=1.45
+pkgrel=1
pkgdesc='A module that allows you to declare real exception classes in Perl'
arch=('any')
url="https://metacpan.org/release/Exception-Class"
@@ -12,7 +12,7 @@
depends=('perl>=5.8.1' 'perl-class-data-inheritable>=0.02' 'perl-devel-stacktrace>=2.00')
options=('!emptydirs')
source=(https://search.cpan.org/CPAN/authors/id/D/DR/DROLSKY/Exception-Class-$pkgver.tar.gz)
-sha256sums=('33f3fbf8b138d3b04ea4ec0ba83fb0df6ba898806bcf4ef393d4cafc1a23ee0d')
+sha256sums=('5482a77ef027ca1f9f39e1f48c558356e954936fc8fbbdee6c811c512701b249')
build() {
cd "${srcdir}"/Exception-Class-$pkgver
More information about the arch-commits
mailing list