summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD22
1 files changed, 7 insertions, 15 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 763ce7316369..3b8c75645122 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,20 +1,18 @@
+# Maintainer: Michał Wojdyła < micwoj9292 at gmail dot com >
# Contributor: John D Jones III AKA jnbek <jnbek1972 -_AT_- g m a i l -_Dot_- com>
-# Generator : CPANPLUS::Dist::Arch 1.30
pkgname='perl-string-formatter'
-pkgver='0.102084'
+pkgver='1.234'
pkgrel='1'
pkgdesc="build sprintf-like functions of your own"
arch=('any')
license=('PerlArtistic' 'GPL')
options=('!emptydirs')
-depends=('perl-params-util' 'perl-sub-exporter')
-makedepends=()
+depends=('perl-sub-exporter')
url='https://metacpan.org/release/String-Formatter'
-source=('http://search.cpan.org/CPAN/authors/id/R/RJ/RJBS/String-Formatter-0.102084.tar.gz')
-md5sums=('0078728532a8a8e23be4fa4ef8387ad0')
-sha512sums=('d9e72e01b78d9b571cde6cb0107e334e41739b07006e224016cff5de4648b9f924003446de75ddfd911bfc25b3046554cde09502344dce53a8fed2ecfd7994dc')
-_distdir="String-Formatter-0.102084"
+source=(https://cpan.metacpan.org/authors/id/R/RJ/RJBS/String-Formatter-$pkgver.tar.gz)
+sha256sums=('50dc508a276a877854f2723e54bbdc0e0b6b08c525daad4f6d0cbf262bb3f14d')
+_distdir="String-Formatter-$pkgver"
build() {
( export PERL_MM_USE_DEFAULT=1 PERL5LIB="" \
@@ -41,10 +39,4 @@ package() {
make install
find "$pkgdir" -name .packlist -o -name perllocal.pod -delete
-}
-
-# Local Variables:
-# mode: shell-script
-# sh-basic-offset: 2
-# End:
-# vim:set ts=2 sw=2 et:
+} \ No newline at end of file