summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJohannes Dewender2015-06-19 15:38:31 +0200
committerJohannes Dewender2015-06-19 15:38:31 +0200
commitcb31a5a9a8ea5c4e89bbde918b41c355e49464a0 (patch)
tree9d0417de84180baaa49bd15d229a0956cecc5382 /PKGBUILD
parent7b051f1b28df0edb0817bd30280de7d1bc326829 (diff)
downloadaur-perl-file-fcntllock.tar.gz
perl-file-fcntllock: 0.22
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
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"