RRD::Editor PKGBUILD updated to 0.18

This commit is contained in:
Cedric Girard 2015-03-17 11:26:10 +01:00
parent bfcb2f3dab
commit dd484121b3
1 changed files with 4 additions and 4 deletions

View File

@ -2,16 +2,16 @@
_author=DOUGLEITH _author=DOUGLEITH
_perlmod=RRD-Editor _perlmod=RRD-Editor
pkgname=perl-rrd-editor pkgname=perl-rrd-editor
pkgver=0.17 pkgver=0.18
pkgrel=1 pkgrel=1
pkgdesc="Portable, standalone (no need for RRDs.pm) tool to create and edit RRD files" pkgdesc="Portable, standalone (no need for RRDs.pm) tool to create and edit RRD files"
arch=('any') arch=('any')
url="http://search.cpan.org/~$_author/$_perlmod-$pkgver/" url="https://metacpan.org/release/$_perlmod"
license=('GPL' 'PerlArtistic') license=('GPL' 'PerlArtistic')
depends=('perl>=5.10.0') depends=('perl>=5.10.0')
options=(!emptydirs) options=(!emptydirs)
source=(http://cpan.perl.org/modules/by-authors/id/D/DO/$_author/$_perlmod-$pkgver.tar.gz) source=(http://cpan.perl.org/modules/by-authors/id/${_author:0:1}/${_author:0:2}/$_author/$_perlmod-$pkgver.tar.gz)
md5sums=('0abe5d633c7609daec8dc287ef03ddef') md5sums=('48c7cf8567f72316bde7df655d9fd473')
build() { build() {
cd "$srcdir/$_perlmod-$pkgver" cd "$srcdir/$_perlmod-$pkgver"