summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAnton Leontiev2014-07-17 07:48:25 +0400
committerAnton Leontiev2015-02-15 07:48:23 +0300
commit06f36135b743043cddbeec2c6acfad1279e3dc03 (patch)
tree1d4f169a264f26be565b913fd8b556fc73d73e58
parent99b9c7bd59ed7a641a3d9cc6073590c68224b29f (diff)
downloadaur-06f36135b743043cddbeec2c6acfad1279e3dc03.tar.gz
Updated to v3.05
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD14
2 files changed, 10 insertions, 10 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 31fd01a378a8..b2f2385186f0 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = perl-www-shorten
pkgdesc = Interface to URL shortening sites
- pkgver = 3.04
+ pkgver = 3.05
pkgrel = 1
url = http://search.cpan.org/dist/WWW-Shorten
arch = any
@@ -10,8 +10,8 @@ pkgbase = perl-www-shorten
depends = perl-libwww
optdepends = perl-config-auto: for configuration file support
options = !emptydirs
- source = http://search.cpan.org/CPAN/authors/id/D/DA/DAVECROSS/WWW-Shorten-3.04.tar.gz
- md5sums = a30a87a8d99fc2e8642a9bff2d752563
+ source = http://search.cpan.org/CPAN/authors/id/D/DA/DAVECROSS/WWW-Shorten-3.05.tar.gz
+ md5sums = bdc5be1fac9ec6310e7c8163f29f4d47
pkgname = perl-www-shorten
diff --git a/PKGBUILD b/PKGBUILD
index 444c1835140a..8ef4fe586fcf 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
# CPAN Name : WWW::Shorten
# Contributor: Anton Leontiev <bunder /at/ t-25.ru>
-# Generator : CPANPLUS::Dist::Arch 1.25
+# Generator : CPANPLUS::Dist::Arch 1.29
pkgname=perl-www-shorten
-pkgver=3.04
+pkgver=3.05
pkgrel=1
pkgdesc='Interface to URL shortening sites'
arch=('any')
@@ -11,23 +11,23 @@ url='http://search.cpan.org/dist/WWW-Shorten'
license=('PerlArtistic' 'GPL')
depends=('perl' 'perl-libwww')
optdepends=('perl-config-auto: for configuration file support')
-source=(http://search.cpan.org/CPAN/authors/id/D/DA/DAVECROSS/WWW-Shorten-3.04.tar.gz)
+source=(http://search.cpan.org/CPAN/authors/id/D/DA/DAVECROSS/WWW-Shorten-3.05.tar.gz)
options=(!emptydirs)
-md5sums=('a30a87a8d99fc2e8642a9bff2d752563')
+md5sums=('bdc5be1fac9ec6310e7c8163f29f4d47')
build() {
- cd WWW-Shorten-3.04
+ cd WWW-Shorten-3.05
PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
make
}
check() {
- cd WWW-Shorten-3.04
+ cd WWW-Shorten-3.05
make test
}
package() {
- cd WWW-Shorten-3.04
+ cd WWW-Shorten-3.05
make install DESTDIR="$pkgdir"
find "$pkgdir" -name .packlist -o -name perllocal.pod -delete
}