diff options
Diffstat (limited to 'pcr/perl-latex-encode/PKGBUILD')
-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} |