[arch-commits] Commit in perl-unicode-linebreak/trunk (PKGBUILD)
Rémy Oudompheng
remy at archlinux.org
Wed Sep 20 20:05:04 UTC 2017
Date: Wednesday, September 20, 2017 @ 20:05:04
Author: remy
Revision: 305976
upgpkg: perl-unicode-linebreak 2017.004-1
Modified:
perl-unicode-linebreak/trunk/PKGBUILD
----------+
PKGBUILD | 12 +++++++-----
1 file changed, 7 insertions(+), 5 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2017-09-20 20:01:57 UTC (rev 305975)
+++ PKGBUILD 2017-09-20 20:05:04 UTC (rev 305976)
@@ -3,17 +3,19 @@
pkgname=perl-unicode-linebreak
_dist=Unicode-LineBreak
-pkgver=2016.003
-pkgrel=4
+pkgver=2017.004
+pkgrel=1
pkgdesc="UAX #14 Unicode Line Breaking Algorithm"
arch=('i686' 'x86_64')
-url='https://metacpan.org/release/${_dist}'
+url="https://metacpan.org/release/${_dist}"
license=('PerlArtistic' 'GPL')
depends=('perl' 'perl-mime-charset' 'libthai')
checkdepends=('perl-test-pod')
options=('!emptydirs')
-source=(http://search.cpan.org/CPAN/authors/id/N/NE/NEZUMI/${_dist}-${pkgver}.tar.gz)
-md5sums=('57dc12ff0511f9db95a2dbb6304342ca')
+source=(https://cpan.metacpan.org/authors/id/N/NE/NEZUMI/${_dist}-${pkgver}.tar.gz)
+# Checksums from https://cpan.metacpan.org/authors/id/N/NE/NEZUMI/CHECKSUMS
+md5sums=('de7672227922260ac92d20bbad29660b')
+sha256sums=('655bc3c4cb60ad0770d97816716cfe322f24e602c70e595f5941dfa02c40cb76')
build() {
cd "${srcdir}/${_dist}-${pkgver}"
More information about the arch-commits
mailing list