[arch-commits] Commit in perl-xml-sax-writer/repos/community-any (PKGBUILD PKGBUILD)

Sergej Pupykin spupykin at archlinux.org
Mon Feb 19 08:59:07 UTC 2018


    Date: Monday, February 19, 2018 @ 08:59:06
  Author: spupykin
Revision: 296334

archrelease: copy trunk to community-any

Added:
  perl-xml-sax-writer/repos/community-any/PKGBUILD
    (from rev 296333, perl-xml-sax-writer/trunk/PKGBUILD)
Deleted:
  perl-xml-sax-writer/repos/community-any/PKGBUILD

----------+
 PKGBUILD |   64 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 32 insertions(+), 32 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2018-02-19 08:58:50 UTC (rev 296333)
+++ PKGBUILD	2018-02-19 08:59:06 UTC (rev 296334)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
-# Contributor: Ondrej Kucera <ondrej.kucera at centrum.cz>
-
-pkgname=perl-xml-sax-writer
-pkgver=0.56
-pkgrel=2
-pkgdesc="XML-SAX-Writer perl module (SAX2 writer)"
-arch=("any")
-url="http://search.cpan.org/dist/XML-SAX-Writer/"
-license=("PerlArtistic")
-depends=('perl' 'perl-text-iconv' 'perl-xml-filter-buffertext')
-options=(!emptydirs)
-source=(http://search.cpan.org/CPAN/authors/id/P/PE/PERIGRIN/XML-SAX-Writer-$pkgver.tar.gz)
-md5sums=('e5fa5e2b2f6867b1aca9b5b43e1ce361')
-
-build() {
-  cd "$srcdir"/XML-SAX-Writer-${pkgver}
-  # Install module into the vendor directories.
-  perl Makefile.PL INSTALLDIRS=vendor
-  make
-  make test
-}
-
-package() {
-  cd "$srcdir"/XML-SAX-Writer-${pkgver}
-  make DESTDIR="$pkgdir" install
-
-  # Remove .packlist and perllocal.pod files.
-  find "$pkgdir" -name '.packlist' -delete
-  find "$pkgdir" -name 'perllocal.pod' -delete
-}

Copied: perl-xml-sax-writer/repos/community-any/PKGBUILD (from rev 296333, perl-xml-sax-writer/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2018-02-19 08:59:06 UTC (rev 296334)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
+# Contributor: Ondrej Kucera <ondrej.kucera at centrum.cz>
+
+pkgname=perl-xml-sax-writer
+pkgver=0.57
+pkgrel=1
+pkgdesc="XML-SAX-Writer perl module (SAX2 writer)"
+arch=("any")
+url="http://search.cpan.org/dist/XML-SAX-Writer/"
+license=("PerlArtistic")
+depends=('perl' 'perl-text-iconv' 'perl-xml-filter-buffertext')
+options=(!emptydirs)
+source=(http://search.cpan.org/CPAN/authors/id/P/PE/PERIGRIN/XML-SAX-Writer-$pkgver.tar.gz)
+sha256sums=('3d61d07ef43b0126f5b4de4f415a256fa859fa88dc4fdabaad70b7be7c682cf0')
+
+build() {
+  cd "$srcdir"/XML-SAX-Writer-${pkgver}
+  # Install module into the vendor directories.
+  perl Makefile.PL INSTALLDIRS=vendor
+  make
+  make test
+}
+
+package() {
+  cd "$srcdir"/XML-SAX-Writer-${pkgver}
+  make DESTDIR="$pkgdir" install
+
+  # Remove .packlist and perllocal.pod files.
+  find "$pkgdir" -name '.packlist' -delete
+  find "$pkgdir" -name 'perllocal.pod' -delete
+}



More information about the arch-commits mailing list