summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohn D Jones III2016-06-13 11:09:44 -0600
committerJohn D Jones III2016-06-13 11:09:44 -0600
commitdbec6d3f07c793a53e5a4bacc5ef9def35ebceb1 (patch)
tree2ad1abff671ee6b5497041dea372f360ed1ed256
parentd9339848342bf9b7ba23330a3487f81b9d58ee43 (diff)
downloadaur-dbec6d3f07c793a53e5a4bacc5ef9def35ebceb1.tar.gz
Update to 1.33
-rw-r--r--.SRCINFO14
-rw-r--r--PKGBUILD19
2 files changed, 17 insertions, 16 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a2ef375f2ce4..984d67fe78ea 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,17 +1,19 @@
+# Generated by mksrcinfo v8
+# Mon Jun 13 17:09:35 UTC 2016
pkgbase = perl-expect
pkgdesc = automate interactions with command line programs that expose a text terminal interface.
- pkgver = 1.32
+ pkgver = 1.33
pkgrel = 1
- url = http://search.mcpan.org/dist/Expect
+ url = https://metacpan.org/release/Expect
arch = any
license = PerlArtistic
license = GPL
- checkdepends = perl-test-exception>=0.32
depends = perl-io-tty
+ depends = perl>=5.6.0
options = !emptydirs
- source = http://search.mcpan.org/CPAN/authors/id/S/SZ/SZABGAB/Expect-1.32.tar.gz
- md5sums = f71527a34d57f601d5047ad9aa98e4e4
- sha512sums = 0281d1662a902b99b5131c017b50b0456c3461c176bf4485b4bb383cab009973605514256540c5ddc2e274b5dd92ece5555719f5527d3fb8c35e83f8dc038147
+ source = http://search.cpan.org/CPAN/authors/id/J/JA/JACOBY/Expect-1.33.tar.gz
+ md5sums = 1fbb052de1383966a3be5f420a34e83c
+ sha512sums = 6351e681d813a98cf12a882cb135c6dc5f38beb72fb96efe13c690b26704acb9c5654b2f27dd833ad078de83cb4144fef4aea381a768c54f9817247210e6b5bf
pkgname = perl-expect
diff --git a/PKGBUILD b/PKGBUILD
index e788cc2121ca..ea14b88ee1c0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,21 +1,20 @@
-# Contributor: John D Jones III <jnbek1972 -_AT_- g m a i l -_Dot_- com>
-# Generator : CPANPLUS::Dist::Arch 1.29
+# Contributor: John D Jones III AKA jnbek <jnbek1972 -_AT_- g m a i l -_Dot_- com>
+# Generator : CPANPLUS::Dist::Arch 1.32
pkgname='perl-expect'
-pkgver='1.32'
+pkgver='1.33'
pkgrel='1'
pkgdesc="automate interactions with command line programs that expose a text terminal interface."
arch=('any')
license=('PerlArtistic' 'GPL')
options=('!emptydirs')
-depends=('perl-io-tty')
+depends=('perl-io-tty' 'perl>=5.6.0')
makedepends=()
-checkdepends=('perl-test-exception>=0.32')
-url='http://search.mcpan.org/dist/Expect'
-source=('http://search.mcpan.org/CPAN/authors/id/S/SZ/SZABGAB/Expect-1.32.tar.gz')
-md5sums=('f71527a34d57f601d5047ad9aa98e4e4')
-sha512sums=('0281d1662a902b99b5131c017b50b0456c3461c176bf4485b4bb383cab009973605514256540c5ddc2e274b5dd92ece5555719f5527d3fb8c35e83f8dc038147')
-_distdir="Expect-1.32"
+url='https://metacpan.org/release/Expect'
+source=('http://search.cpan.org/CPAN/authors/id/J/JA/JACOBY/Expect-1.33.tar.gz')
+md5sums=('1fbb052de1383966a3be5f420a34e83c')
+sha512sums=('6351e681d813a98cf12a882cb135c6dc5f38beb72fb96efe13c690b26704acb9c5654b2f27dd833ad078de83cb4144fef4aea381a768c54f9817247210e6b5bf')
+_distdir="expect.pm-Expect-1.33"
build() {
( export PERL_MM_USE_DEFAULT=1 PERL5LIB="" \