Date: Saturday, May 9, 2020 @ 11:40:07
  Author: jlichtblau
Revision: 625947

archrelease: copy trunk to community-any

Added:
  po4a/repos/community-any/PKGBUILD
    (from rev 625946, po4a/trunk/PKGBUILD)
Deleted:
  po4a/repos/community-any/PKGBUILD

----------+
 PKGBUILD |   68 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 34 insertions(+), 34 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD    2020-05-09 11:39:58 UTC (rev 625946)
+++ PKGBUILD    2020-05-09 11:40:07 UTC (rev 625947)
@@ -1,34 +0,0 @@
-# Maintainer: Jaroslav Lichtblau <svetlemo...@archlinux.org>
-# Contributor: Thorsten Töpper <atsutane...@freethoughts.de>
-# Contributor: Francois Boulogne <fboulogne at april dot org>
-# Contributor: Andre Klitzing <aklitzing () online () de>
-# Contributor: Allan McRae <mcrae_al...@hotmail.com>
-# Contributor: Mikko Seppälä <t-r-...@mbnet.fi> aka Neverth
-
-pkgname=po4a
-pkgver=0.57
-pkgrel=1
-pkgdesc="Tools for helping translation of documentation"
-arch=('any')
-url="https://po4a.org/";
-license=('GPL')
-depends=('perl' 'gettext')
-makedepends=('docbook-xsl' 'perl-text-wrapi18n' 'perl-locale-gettext'
-             'perl-term-readkey' 'perl-sgmls' 'perl-module-build' 
'perl-unicode-linebreak')
-options=('!emptydirs')
-source=($pkgname-$pkgver.tar.gz::https://github.com/mquinson/$pkgname/archive/v$pkgver.tar.gz)
-sha256sums=('0935be23f5bf75685fe76be91dddc4f05e7956c00a067484e119629e9452fafd')
-
-build() {
-  cd ${pkgname}-${pkgver}
-  perl Build.PL installdirs=vendor create_packlist=0
-  # The script expects a UTF-8 locale
-  LC_ALL=en_US.UTF-8 perl Build
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  perl Build destdir="${pkgdir}" install
-  # remove perllocal.pod and .packlist
-  find "${pkgdir}" -name .packlist -o -name perllocal.pod -delete
-}

Copied: po4a/repos/community-any/PKGBUILD (from rev 625946, po4a/trunk/PKGBUILD)
===================================================================
--- PKGBUILD                            (rev 0)
+++ PKGBUILD    2020-05-09 11:40:07 UTC (rev 625947)
@@ -0,0 +1,34 @@
+# Maintainer: Jaroslav Lichtblau <svetlemo...@archlinux.org>
+# Contributor: Thorsten Töpper <atsutane...@freethoughts.de>
+# Contributor: Francois Boulogne <fboulogne at april dot org>
+# Contributor: Andre Klitzing <aklitzing () online () de>
+# Contributor: Allan McRae <mcrae_al...@hotmail.com>
+# Contributor: Mikko Seppälä <t-r-...@mbnet.fi> aka Neverth
+
+pkgname=po4a
+pkgver=0.58
+pkgrel=1
+pkgdesc="Tools for helping translation of documentation"
+arch=('any')
+url="https://po4a.org/";
+license=('GPL')
+depends=('perl' 'gettext')
+makedepends=('docbook-xsl' 'perl-text-wrapi18n' 'perl-locale-gettext' 
'perl-yaml-tiny'
+             'perl-term-readkey' 'perl-sgmls' 'perl-module-build' 
'perl-unicode-linebreak')
+options=('!emptydirs')
+source=($pkgname-$pkgver.tar.gz::https://github.com/mquinson/$pkgname/archive/v$pkgver.tar.gz)
+sha256sums=('d84f2e52d61f8f63ea7822e82aace91d1401f3a8bf9a01536fa684326dbd8521')
+
+build() {
+  cd ${pkgname}-${pkgver}
+  perl Build.PL installdirs=vendor create_packlist=0
+  # The script expects a UTF-8 locale
+  LC_ALL=en_US.UTF-8 perl Build
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  perl Build destdir="${pkgdir}" install
+  # remove perllocal.pod and .packlist
+  find "${pkgdir}" -name .packlist -o -name perllocal.pod -delete
+}

Reply via email to