From 6a1402c7cfbaa1f8f81bc6a47247fe2dbaaecbf9 Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Tue, 1 Feb 2022 22:28:41 +0100 Subject: [PATCH] perl-Linux-Inotify2: update to 2.3. --- srcpkgs/perl-Linux-Inotify2/patches/bareword.patch | 11 +++++++++++ srcpkgs/perl-Linux-Inotify2/template | 8 ++++---- 2 files changed, 15 insertions(+), 4 deletions(-) create mode 100644 srcpkgs/perl-Linux-Inotify2/patches/bareword.patch diff --git a/srcpkgs/perl-Linux-Inotify2/patches/bareword.patch b/srcpkgs/perl-Linux-Inotify2/patches/bareword.patch new file mode 100644 index 0000000000..937c624083 --- /dev/null +++ b/srcpkgs/perl-Linux-Inotify2/patches/bareword.patch @@ -0,0 +1,11 @@ +--- a/Inotify2.pm ++++ b/Inotify2.pm +@@ -93,7 +93,7 @@ + ); + + require XSLoader; +- XSLoader::load Linux::Inotify2, $VERSION; ++ XSLoader::load 'Linux::Inotify2', $VERSION; + } + + =item my $inotify = new Linux::Inotify2 diff --git a/srcpkgs/perl-Linux-Inotify2/template b/srcpkgs/perl-Linux-Inotify2/template index 6779a5f5ad..fa3cceafe2 100644 --- a/srcpkgs/perl-Linux-Inotify2/template +++ b/srcpkgs/perl-Linux-Inotify2/template @@ -1,7 +1,7 @@ # Template file for 'perl-Linux-Inotify2' pkgname=perl-Linux-Inotify2 -version=2.2 -revision=4 +version=2.3 +revision=1 wrksrc="${pkgname#*-}-${version}" build_style=perl-module hostmakedepends="perl" @@ -9,8 +9,8 @@ makedepends="${hostmakedepends}" depends="${hostmakedepends}" checkdepends="perl-common-sense" short_desc="Perl wrapper for Inotify" -maintainer="Orphaned " +maintainer="Leah Neukirchen " license="Artistic-1.0-Perl, GPL-1.0-or-later" homepage="https://metacpan.org/pod/Linux::Inotify2" distfiles="${CPAN_SITE}/Linux/${pkgname/perl-/}-${version}.tar.gz" -checksum=dd41a20da5689fb2071eea23a383c4e0f8d85b462ba65baa6c4f53a254ed3433 +checksum=cb99150f9ffa51dbc3be5ee98d8e91c98cdfeae22eb88e718f2cf367bf270d17