[arch-commits] Commit in perl-file-which/repos/extra-any (PKGBUILD PKGBUILD)

Jan Steffens heftig at archlinux.org
Wed Oct 18 23:41:47 UTC 2017


    Date: Wednesday, October 18, 2017 @ 23:41:46
  Author: heftig
Revision: 308235

archrelease: copy trunk to extra-any

Added:
  perl-file-which/repos/extra-any/PKGBUILD
    (from rev 308234, perl-file-which/trunk/PKGBUILD)
Deleted:
  perl-file-which/repos/extra-any/PKGBUILD

----------+
 PKGBUILD |   56 ++++++++++++++++++++++++++++----------------------------
 1 file changed, 28 insertions(+), 28 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2017-10-18 23:14:18 UTC (rev 308234)
+++ PKGBUILD	2017-10-18 23:41:46 UTC (rev 308235)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) <jan.steffens at gmail.com
-# Contributor: Charles Mauch <cmauch at gmail.com>
-
-pkgname=perl-file-which
-_realname=File-Which
-pkgver=1.21
-pkgrel=3
-pkgdesc="Portable implementation of which"
-arch=(any)
-url="http://search.cpan.org/dist/File-Which"
-license=(GPL PerlArtistic)
-depends=(perl)
-options=('!emptydirs')
-_author=PLICEASE
-source=("http://www.cpan.org/authors/id/${_author:0:1}/${_author:0:2}/$_author/${_realname}-${pkgver}.tar.gz")
-md5sums=('115a6efe5d7e9621237fcb655c7a0980')
-
-build() {
-  cd "$srcdir/${_realname}-${pkgver}"
-  PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
-  make
-}
-
-package() {
-  cd "$srcdir/${_realname}-${pkgver}"
-  make install DESTDIR="$pkgdir"
-}

Copied: perl-file-which/repos/extra-any/PKGBUILD (from rev 308234, perl-file-which/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2017-10-18 23:41:46 UTC (rev 308235)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) <jan.steffens at gmail.com
+# Contributor: Charles Mauch <cmauch at gmail.com>
+
+pkgname=perl-file-which
+_realname=File-Which
+pkgver=1.22
+pkgrel=1
+pkgdesc="Portable implementation of which"
+arch=(any)
+url="http://search.cpan.org/dist/File-Which"
+license=(GPL PerlArtistic)
+depends=(perl)
+options=('!emptydirs')
+_author=PLICEASE
+source=("https://www.cpan.org/authors/id/${_author:0:1}/${_author:0:2}/$_author/${_realname}-${pkgver}.tar.gz")
+md5sums=('face60fafd220dc83fa581ef6f96d480')
+
+build() {
+  cd "$srcdir/${_realname}-${pkgver}"
+  PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+package() {
+  cd "$srcdir/${_realname}-${pkgver}"
+  make install DESTDIR="$pkgdir"
+}



More information about the arch-commits mailing list