summaryrefslogtreecommitdiff
path: root/community/perl-io-tty/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/perl-io-tty/PKGBUILD')
-rw-r--r--community/perl-io-tty/PKGBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/community/perl-io-tty/PKGBUILD b/community/perl-io-tty/PKGBUILD
index 54100cf32..c485b8dc5 100644
--- a/community/perl-io-tty/PKGBUILD
+++ b/community/perl-io-tty/PKGBUILD
@@ -1,10 +1,10 @@
-# $Id: PKGBUILD 91682 2013-05-26 09:25:34Z bluewind $
+# $Id: PKGBUILD 111199 2014-05-15 14:16:30Z spupykin $
# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com>
# Contributor: Charles Mauch <cmauch@gmail.com>
pkgname=perl-io-tty
-pkgver=1.10
-pkgrel=3
+pkgver=1.11
+pkgrel=1
pkgdesc="Provide an interface to TTYs and PTYs"
arch=('i686' 'x86_64')
url="http://search.cpan.org/dist/IO-Tty/"
@@ -12,7 +12,7 @@ license=("GPL" "PerlArtistic")
depends=('glibc')
options=('!emptydirs')
source=("http://search.cpan.org/CPAN/authors/id/T/TO/TODDR/IO-Tty-$pkgver.tar.gz")
-md5sums=('46baec86a145e57f0ec661fa412b097c')
+md5sums=('fc42736aee83f848ff5191c6890cc539')
build() {
cd $srcdir/IO-Tty-$pkgver