diff options
author | coadde [Márcio Alexandre Silva Delgado] <coadde@parabola.nu> | 2015-05-01 07:02:43 -0300 |
---|---|---|
committer | coadde [Márcio Alexandre Silva Delgado] <coadde@parabola.nu> | 2015-05-01 07:48:22 -0300 |
commit | af865a48ca6a3b977734a952357524547e9c2ec6 (patch) | |
tree | 79cb06ca209847046aa8ed725fdaeeb48f0a16bc /pcr/perl-latex-encode | |
parent | 3d145d0e3170b55153a753f2cf6d6d5933d70db5 (diff) |
perl-latex-encode: fix source and checksums variables
Diffstat (limited to 'pcr/perl-latex-encode')
-rw-r--r-- | pcr/perl-latex-encode/PKGBUILD | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/pcr/perl-latex-encode/PKGBUILD b/pcr/perl-latex-encode/PKGBUILD index 82ccfb45f..1da7a52cc 100644 --- a/pcr/perl-latex-encode/PKGBUILD +++ b/pcr/perl-latex-encode/PKGBUILD @@ -9,9 +9,8 @@ arch=(any) license=('GPL1') url="http://search.cpan.org/~andrewf/LaTeX-Encode" options=('!emptydirs') -source=(http://search.cpan.org/CPAN/authors/id/A/AN/ANDREWF/LaTeX-Encode-${pkgver}.tar.gz) -md5sums=('0877ff573bbacdfcd6ceb130c4282ab6') -sha1sums=('9d11a38a4eb07c86b6cc026a2163b7299bc64631') +source=("http://search.cpan.org/CPAN/authors/id/E/EI/EINHVERFR/LaTeX-Encode-$pkgver.tar.gz") +md5sums=('7c8bc84f6e512a3f057b03f71793dcf0') build() { cd ${srcdir}/LaTeX-Encode-${pkgver} |