summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohannes Dewender2014-07-10 17:52:11 +0200
committerJohannes Dewender2014-07-10 17:52:11 +0200
commit7b051f1b28df0edb0817bd30280de7d1bc326829 (patch)
tree97f5ec518df6116fdaafccf1859e26b03553ed4b
parent523753f7af7078e1acc26a19a05cc38475efc554 (diff)
downloadaur-7b051f1b28df0edb0817bd30280de7d1bc326829.tar.gz
perl-file-fcntllock: 0.20
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a28cbae21e1c..53f0b2215f39 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = perl-file-fcntllock
pkgdesc = Perl module for file locking with fcntl(2)
- pkgver = 0.14
+ pkgver = 0.20
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.14.tar.gz
- md5sums = 261aa44a9806181ae8fdf49bead7f828
+ source = http://search.cpan.org/CPAN/authors/id/J/JT/JTT/File-FcntlLock-0.20.tar.gz
+ sha256sums = 3870e6fe47d1cea4de063af10676593dcd8b91aecf95fc94b64edd657f9a9e10
pkgname = perl-file-fcntllock
diff --git a/PKGBUILD b/PKGBUILD
index dd932c346ae8..c28d243ad9c6 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.14
+pkgver=0.20
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)
-md5sums=('261aa44a9806181ae8fdf49bead7f828')
+sha256sums=('3870e6fe47d1cea4de063af10676593dcd8b91aecf95fc94b64edd657f9a9e10')
build() {
cd "$srcdir/$_perlmod-$pkgver"