summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD12
1 files changed, 6 insertions, 6 deletions
diff --git a/PKGBUILD b/PKGBUILD
index b1d293e3e270..f016692d7f87 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,16 +3,16 @@
# Generator : CPANPLUS::Dist::Arch 1.32
pkgname=perl-tex-encode
-pkgver=2.004
+pkgver=2.007
pkgrel=1
pkgdesc='Perl module to encode/decode UTF-8 strings into TeX'
arch=('any')
url='https://metacpan.org/release/TeX-Encode'
license=('GPL' 'PerlArtistic')
-source=(http://search.cpan.org/CPAN/authors/id/A/AT/ATHREEF/TeX-Encode-2.004.tar.gz)
+source=(http://search.cpan.org/CPAN/authors/id/A/AT/ATHREEF/TeX-Encode-2.007.tar.gz)
depends=('perl' 'perl-html-parser' 'perl-pod-latex')
options=(!emptydirs)
-md5sums=('4bd65c94b84fa3c372647dd0487cbedd')
+md5sums=('343544c039f8f713f65ead8d95812ff4')
sanitize() {
unset PERL5LIB PERL_MM_OPT PERL_MB_OPT PERL_LOCAL_LIB_ROOT
@@ -20,20 +20,20 @@ sanitize() {
}
build() {
- cd TeX-Encode-2.004
+ cd TeX-Encode-2.007
sanitize
perl Makefile.PL INSTALLDIRS=vendor
make
}
check() {
- cd TeX-Encode-2.004
+ cd TeX-Encode-2.007
sanitize
make test
}
package() {
- cd TeX-Encode-2.004
+ cd TeX-Encode-2.007
sanitize
make install DESTDIR="$pkgdir"
find "$pkgdir" -name .packlist -o -name perllocal.pod -delete