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

Felix Yan fyan at archlinux.org
Sat Jul 25 02:45:29 UTC 2015


    Date: Saturday, July 25, 2015 @ 04:45:29
  Author: fyan
Revision: 242491

archrelease: copy trunk to extra-any

Added:
  perl-uri/repos/extra-any/PKGBUILD
    (from rev 242490, perl-uri/trunk/PKGBUILD)
Deleted:
  perl-uri/repos/extra-any/PKGBUILD

----------+
 PKGBUILD |   72 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 36 insertions(+), 36 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2015-07-25 02:45:09 UTC (rev 242490)
+++ PKGBUILD	2015-07-25 02:45:29 UTC (rev 242491)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-# Contributor: Manolis Tzanidakis
-# Contributor: Firmicus <francois.archlinux.org> 
-
-pkgname=perl-uri
-_realname=URI
-pkgver=1.68
-pkgrel=1
-pkgdesc="Uniform Resource Identifiers (absolute and relative)"
-arch=('any')
-url="http://search.cpan.org/dist/${_realname}/"
-license=('PerlArtistic')
-depends=('perl')
-provides=('perl-uri-escape=3.30')
-options=('!emptydirs')
-source=("http://cpan.metacpan.org/authors/id/E/ET/ETHER/${_realname}-${pkgver}.tar.gz")
-md5sums=('4a954ab8d79f831616ca817ba4b26cb9')
-
-build() {
-  cd "${srcdir}/${_realname}-$pkgver"
-  # install module in vendor directories.
-  perl Makefile.PL INSTALLDIRS=vendor
-  make
-}
-
-check() {
-  cd "${srcdir}/${_realname}-${pkgver}"
-  make test
-}
-
-package() {
-  cd "${srcdir}/${_realname}-$pkgver"
-  make install DESTDIR="${pkgdir}"
-}
-# vim: ts=2 sw=2 et ft=sh

Copied: perl-uri/repos/extra-any/PKGBUILD (from rev 242490, perl-uri/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2015-07-25 02:45:29 UTC (rev 242491)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: Manolis Tzanidakis
+# Contributor: Firmicus <francois.archlinux.org> 
+
+pkgname=perl-uri
+_realname=URI
+pkgver=1.69
+pkgrel=1
+pkgdesc="Uniform Resource Identifiers (absolute and relative)"
+arch=('any')
+url="http://search.cpan.org/dist/${_realname}/"
+license=('PerlArtistic')
+depends=('perl')
+provides=('perl-uri-escape=3.30')
+options=('!emptydirs')
+source=("http://cpan.metacpan.org/authors/id/E/ET/ETHER/${_realname}-${pkgver}.tar.gz")
+md5sums=('3c56aee0300bce5a440ccbd558277ea0')
+
+build() {
+  cd "${srcdir}/${_realname}-$pkgver"
+  # install module in vendor directories.
+  perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+check() {
+  cd "${srcdir}/${_realname}-${pkgver}"
+  make test
+}
+
+package() {
+  cd "${srcdir}/${_realname}-$pkgver"
+  make install DESTDIR="${pkgdir}"
+}
+# vim: ts=2 sw=2 et ft=sh



More information about the arch-commits mailing list