summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohannes Dewender2015-06-19 15:38:31 +0200
committerJohannes Dewender2015-06-19 15:38:31 +0200
commitcb31a5a9a8ea5c4e89bbde918b41c355e49464a0 (patch)
tree9d0417de84180baaa49bd15d229a0956cecc5382
parent7b051f1b28df0edb0817bd30280de7d1bc326829 (diff)
downloadaur-perl-file-fcntllock.tar.gz
perl-file-fcntllock: 0.22
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 53f0b2215f39..5c420f810279 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = perl-file-fcntllock
pkgdesc = Perl module for file locking with fcntl(2)
- pkgver = 0.20
+ pkgver = 0.22
pkgrel = 1
url = http://search.cpan.org/dist/File-FcntlLock/
arch = any
@@ -8,8 +8,8 @@ pkgbase = perl-file-fcntllock
license = PerlArtistic
depends = perl>=5.10.0
options = !emptydirs
- source = http://search.cpan.org/CPAN/authors/id/J/JT/JTT/File-FcntlLock-0.20.tar.gz
- sha256sums = 3870e6fe47d1cea4de063af10676593dcd8b91aecf95fc94b64edd657f9a9e10
+ source = http://search.cpan.org/CPAN/authors/id/J/JT/JTT/File-FcntlLock-0.22.tar.gz
+ sha256sums = 9a9abb2efff93ab73741a128d3f700e525273546c15d04e7c51c704ab09dbcdf
pkgname = perl-file-fcntllock
diff --git a/PKGBUILD b/PKGBUILD
index c28d243ad9c6..36710ae44424 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Contributor: Johannes Dewender arch at JonnyJD dot net
pkgname=perl-file-fcntllock
_perlmod=File-FcntlLock
-pkgver=0.20
+pkgver=0.22
pkgrel=1
pkgdesc="Perl module for file locking with fcntl(2)"
arch=('any')
@@ -17,7 +17,7 @@ backup=()
options=(!emptydirs)
install=
source=(http://search.cpan.org/CPAN/authors/id/J/JT/JTT/$_perlmod-$pkgver.tar.gz)
-sha256sums=('3870e6fe47d1cea4de063af10676593dcd8b91aecf95fc94b64edd657f9a9e10')
+sha256sums=('9a9abb2efff93ab73741a128d3f700e525273546c15d04e7c51c704ab09dbcdf')
build() {
cd "$srcdir/$_perlmod-$pkgver"