[arch-commits] Commit in perl-file-sharedir/repos/extra-any (PKGBUILD PKGBUILD)
Jan Steffens
heftig at archlinux.org
Sat Oct 27 14:12:41 UTC 2018
Date: Saturday, October 27, 2018 @ 14:12:40
Author: heftig
Revision: 337376
archrelease: copy trunk to extra-any
Added:
perl-file-sharedir/repos/extra-any/PKGBUILD
(from rev 337375, perl-file-sharedir/trunk/PKGBUILD)
Deleted:
perl-file-sharedir/repos/extra-any/PKGBUILD
----------+
PKGBUILD | 55 +++++++++++++++++++++++++++----------------------------
1 file changed, 27 insertions(+), 28 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2018-10-27 14:07:36 UTC (rev 337375)
+++ PKGBUILD 2018-10-27 14:12:40 UTC (rev 337376)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) <jan.steffens at gmail.com>
-# Contributor: Caleb Cushing <xenoterracide at gmail.com>
-
-pkgname=perl-file-sharedir
-_realname=File-ShareDir
-pkgver=1.102
-pkgrel=4
-pkgdesc="Locate per-dist and per-module shared files"
-arch=(any)
-license=(PerlArtistic GPL)
-depends=(perl-class-inspector)
-url="http://search.cpan.org/dist/File-ShareDir"
-options=('!emptydirs')
-_author=REHSACK
-source=("http://search.cpan.org/CPAN/authors/id/${_author::1}/${_author::2}/${_author}/$_realname-$pkgver.tar.gz")
-md5sums=('553157f0e81cd2dabfe140ceb06cd03f')
-
-build() {
- cd "$srcdir/$_realname-$pkgver"
- PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
- make
-}
-
-package() {
- cd "$srcdir/$_realname-$pkgver"
- make DESTDIR="$pkgdir" install
-}
Copied: perl-file-sharedir/repos/extra-any/PKGBUILD (from rev 337375, perl-file-sharedir/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2018-10-27 14:12:40 UTC (rev 337376)
@@ -0,0 +1,27 @@
+# Maintainer: Jan Alexander Steffens (heftig) <jan.steffens at gmail.com>
+# Contributor: Caleb Cushing <xenoterracide at gmail.com>
+
+pkgname=perl-file-sharedir
+_realname=File-ShareDir
+pkgver=1.116
+pkgrel=1
+pkgdesc="Locate per-dist and per-module shared files"
+arch=(any)
+license=(PerlArtistic GPL)
+depends=(perl-class-inspector)
+url="https://metacpan.org/release/File-ShareDir"
+options=('!emptydirs')
+_author=REHSACK
+source=("https://cpan.metacpan.org/authors/id/${_author::1}/${_author::2}/${_author}/$_realname-$pkgver.tar.gz")
+md5sums=('f2a0eee9f04c93753dd56437175e5bda')
+
+build() {
+ cd "$srcdir/$_realname-$pkgver"
+ PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
+ make
+}
+
+package() {
+ cd "$srcdir/$_realname-$pkgver"
+ make DESTDIR="$pkgdir" install
+}
More information about the arch-commits
mailing list