[arch-commits] Commit in po4a/trunk (PKGBUILD)
Jaroslav Lichtblau
jlichtblau at archlinux.org
Sat May 9 11:39:59 UTC 2020
Date: Saturday, May 9, 2020 @ 11:39:58
Author: jlichtblau
Revision: 625946
upgpkg: po4a 0.58-1 - new upstream release
Modified:
po4a/trunk/PKGBUILD
----------+
PKGBUILD | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2020-05-09 11:32:38 UTC (rev 625945)
+++ PKGBUILD 2020-05-09 11:39:58 UTC (rev 625946)
@@ -6,7 +6,7 @@
# Contributor: Mikko Seppälä <t-r-a-y at mbnet.fi> aka Neverth
pkgname=po4a
-pkgver=0.57
+pkgver=0.58
pkgrel=1
pkgdesc="Tools for helping translation of documentation"
arch=('any')
@@ -13,11 +13,11 @@
url="https://po4a.org/"
license=('GPL')
depends=('perl' 'gettext')
-makedepends=('docbook-xsl' 'perl-text-wrapi18n' 'perl-locale-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=('0935be23f5bf75685fe76be91dddc4f05e7956c00a067484e119629e9452fafd')
+sha256sums=('d84f2e52d61f8f63ea7822e82aace91d1401f3a8bf9a01536fa684326dbd8521')
build() {
cd ${pkgname}-${pkgver}
More information about the arch-commits
mailing list