summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAnton Leontiev2014-07-17 07:59:53 +0400
committerAnton Leontiev2015-02-15 07:48:23 +0300
commit47f2045a58fe3c4350aeecf39d5893b3a9947778 (patch)
treecf1ef92e7684e08f4b7c232280587877212a3d86
parent78f684dff98b2b7b24a179b24e8e1ee1f20562fb (diff)
downloadaur-47f2045a58fe3c4350aeecf39d5893b3a9947778.tar.gz
Updated to v0.1.5
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD14
2 files changed, 10 insertions, 10 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 52e552934ba1..f6965b198c96 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = perl-www-expand
pkgdesc = Perl module to expand any shortened URL
- pkgver = 0.1.4
+ pkgver = 0.1.5
pkgrel = 1
url = http://search.cpan.org/dist/WWW-Expand
arch = any
@@ -11,8 +11,8 @@ pkgbase = perl-www-expand
depends = perl-libwww
depends = perl-strictures
options = !emptydirs
- source = http://search.cpan.org/CPAN/authors/id/G/GL/GLITCHMR/WWW-Expand-0.1.4.tar.gz
- md5sums = 9bbd23792c04aa655b90309fb819f508
+ source = http://search.cpan.org/CPAN/authors/id/G/GL/GLITCHMR/WWW-Expand-0.1.5.tar.gz
+ md5sums = a3544dd7ac8aa6406864492c431d3046
pkgname = perl-www-expand
diff --git a/PKGBUILD b/PKGBUILD
index 050456e08166..b42f7472eefa 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
# CPAN Name : WWW::Expand
# Contributor: Anton Leontiev <bunder /at/ t-25.ru>
-# Generator : CPANPLUS::Dist::Arch 1.28
+# Generator : CPANPLUS::Dist::Arch 1.29
pkgname=perl-www-expand
-pkgver=0.1.4
+pkgver=0.1.5
pkgrel=1
pkgdesc='Perl module to expand any shortened URL'
arch=('any')
@@ -13,23 +13,23 @@ depends=('perl>=5.8.8'
'perl-http-message'
'perl-libwww'
'perl-strictures')
-source=(http://search.cpan.org/CPAN/authors/id/G/GL/GLITCHMR/WWW-Expand-0.1.4.tar.gz)
+source=(http://search.cpan.org/CPAN/authors/id/G/GL/GLITCHMR/WWW-Expand-0.1.5.tar.gz)
options=(!emptydirs)
-md5sums=('9bbd23792c04aa655b90309fb819f508')
+md5sums=('a3544dd7ac8aa6406864492c431d3046')
build() {
- cd WWW-Expand-0.1.4
+ cd WWW-Expand-0.1.5
PERL_MM_USE_DEFAULT=1 PERL_AUTOINSTALL="--skipdeps" perl Makefile.PL INSTALLDIRS=vendor
make
}
check() {
- cd WWW-Expand-0.1.4
+ cd WWW-Expand-0.1.5
make test
}
package() {
- cd WWW-Expand-0.1.4
+ cd WWW-Expand-0.1.5
make install DESTDIR="$pkgdir"
find "$pkgdir" -name .packlist -o -name perllocal.pod -delete
}