perl-Linux-Inotify2: update to 2.3.
This commit is contained in:
parent
e9a7bcffe4
commit
6a1402c7cf
2 changed files with 15 additions and 4 deletions
11
srcpkgs/perl-Linux-Inotify2/patches/bareword.patch
Normal file
11
srcpkgs/perl-Linux-Inotify2/patches/bareword.patch
Normal file
|
@ -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
|
|
@ -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 <orphan@voidlinux.org>"
|
||||
maintainer="Leah Neukirchen <leah@vuxu.org>"
|
||||
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
|
||||
|
|
Loading…
Reference in a new issue