Date: Monday, July 2, 2018 @ 19:53:15 Author: jlichtblau Revision: 350230
upgpkg: po4a 0.54-1 - new upstream release Modified: po4a/trunk/PKGBUILD ----------+ PKGBUILD | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2018-07-02 19:52:58 UTC (rev 350229) +++ PKGBUILD 2018-07-02 19:53:15 UTC (rev 350230) @@ -1,24 +1,24 @@ # $Id$ -# Maintainer: Thorsten Töpper <[email protected]> +# Maintainer: Jaroslav Lichtblau <[email protected]> +# Contributor: Thorsten Töpper <[email protected]> # Contributor: Francois Boulogne <fboulogne at april dot org> # Contributor: Andre Klitzing <aklitzing () online () de> -# Contributor : Allan McRae <[email protected]> +# Contributor: Allan McRae <[email protected]> # Contributor: Mikko Seppälä <[email protected]> aka Neverth -_dlid=4229 pkgname=po4a -pkgver=0.52 +pkgver=0.54 pkgrel=1 -pkgdesc="tools for helping translation of documentation" +pkgdesc="Tools for helping translation of documentation" arch=('any') license=('GPL') -url="http://po4a.alioth.debian.org/" +url="https://po4a.org/" 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=(https://alioth.debian.org/frs/download.php/file/${_dlid}/${pkgname}-${pkgver}.tar.gz) -sha256sums=('60a243da3ae372f019cd71483d46c898897f8692958403dfc2c8001c713e6fcf') +source=($pkgname-$pkgver.tar.gz::https://github.com/mquinson/$pkgname/archive/v$pkgver.tar.gz) +sha256sums=('9e91ca020f13e483bc1eaa0536e67d0fa4a4f055aaa91982133b9a2e86287b78') build() { cd ${pkgname}-${pkgver}
