summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 573b370bf400..89fc48923c59 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Petrenko Alexey <alexey-p at uralweb dot ru>
pkgname=perl-lwp-protocol-socks
-pkgver=1.6
+pkgver=1.7
pkgrel=1
pkgdesc='Adds support for the socks protocol and proxy facility'
url='http://search.cpan.org/~scr/LWP-Protocol-socks-1.3/'
@@ -10,7 +10,7 @@ depends=('perl-libwww' 'perl-io-socket-ssl' 'perl-io-socket-socks' 'perl-lwp-pro
arch=('any')
license=('GPL')
source=(http://search.cpan.org/CPAN/authors/id/S/SC/SCR/LWP-Protocol-socks-$pkgver.tar.gz)
-md5sums=('251f88101bb59207171f126c190faac9')
+md5sums=('1f2031d0838d4c04babfb85f767d9ae0')
build() {
cd "$srcdir/LWP-Protocol-socks-$pkgver"